mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
# Conflicts: # jsowell-ui/.env.development # jsowell-ui/.env.staging # jsowell-ui/bin/build-sit.bat # jsowell-ui/bin/build.bat # jsowell-ui/src/api/adapayMember/adapayMember.js # jsowell-ui/src/api/pile/merchant.js # jsowell-ui/src/router/index.js # jsowell-ui/src/views/financial/financeDetail.vue # jsowell-ui/src/views/financial/merchant.vue # jsowell-ui/src/views/homeIndex/homeIndex.vue # jsowell-ui/src/views/login.vue # jsowell-ui/src/views/pile/basic/detail.vue # jsowell-ui/src/views/pile/station/components/SiteInfo.vue # jsowell-ui/src/views/pile/station/detail.vue # jsowell-ui/src/views/pile/station/orderReport.vue
46 lines
2.6 KiB
JavaScript
46 lines
2.6 KiB
JavaScript
module.exports = {
|
|
'/Applications/Atom.app/Contents/MacOS/Atom': 'atom',
|
|
'/Applications/Atom Beta.app/Contents/MacOS/Atom Beta':
|
|
'/Applications/Atom Beta.app/Contents/MacOS/Atom Beta',
|
|
'/Applications/Brackets.app/Contents/MacOS/Brackets': 'brackets',
|
|
'/Applications/Sublime Text.app/Contents/MacOS/Sublime Text':
|
|
'/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl',
|
|
'/Applications/Sublime Text.app/Contents/MacOS/sublime_text':
|
|
'/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl',
|
|
'/Applications/Sublime Text 2.app/Contents/MacOS/Sublime Text 2':
|
|
'/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl',
|
|
'/Applications/Sublime Text Dev.app/Contents/MacOS/Sublime Text':
|
|
'/Applications/Sublime Text Dev.app/Contents/SharedSupport/bin/subl',
|
|
'/Applications/Visual Studio Code.app/Contents/MacOS/Electron': 'code',
|
|
'/Applications/Visual Studio Code - Insiders.app/Contents/MacOS/Electron':
|
|
'code-insiders',
|
|
'/Applications/VSCodium.app/Contents/MacOS/Electron': 'codium',
|
|
'/Applications/Cursor.app/Contents/MacOS/Cursor': 'cursor',
|
|
'/Applications/AppCode.app/Contents/MacOS/appcode':
|
|
'/Applications/AppCode.app/Contents/MacOS/appcode',
|
|
'/Applications/CLion.app/Contents/MacOS/clion':
|
|
'/Applications/CLion.app/Contents/MacOS/clion',
|
|
'/Applications/IntelliJ IDEA.app/Contents/MacOS/idea':
|
|
'/Applications/IntelliJ IDEA.app/Contents/MacOS/idea',
|
|
'/Applications/IntelliJ IDEA Ultimate.app/Contents/MacOS/idea':
|
|
'/Applications/IntelliJ IDEA Ultimate.app/Contents/MacOS/idea',
|
|
'/Applications/IntelliJ IDEA Community Edition.app/Contents/MacOS/idea':
|
|
'/Applications/IntelliJ IDEA Community Edition.app/Contents/MacOS/idea',
|
|
'/Applications/PhpStorm.app/Contents/MacOS/phpstorm':
|
|
'/Applications/PhpStorm.app/Contents/MacOS/phpstorm',
|
|
'/Applications/PyCharm.app/Contents/MacOS/pycharm':
|
|
'/Applications/PyCharm.app/Contents/MacOS/pycharm',
|
|
'/Applications/PyCharm CE.app/Contents/MacOS/pycharm':
|
|
'/Applications/PyCharm CE.app/Contents/MacOS/pycharm',
|
|
'/Applications/RubyMine.app/Contents/MacOS/rubymine':
|
|
'/Applications/RubyMine.app/Contents/MacOS/rubymine',
|
|
'/Applications/WebStorm.app/Contents/MacOS/webstorm':
|
|
'/Applications/WebStorm.app/Contents/MacOS/webstorm',
|
|
'/Applications/MacVim.app/Contents/MacOS/MacVim': 'mvim',
|
|
'/Applications/GoLand.app/Contents/MacOS/goland':
|
|
'/Applications/GoLand.app/Contents/MacOS/goland',
|
|
'/Applications/Rider.app/Contents/MacOS/rider':
|
|
'/Applications/Rider.app/Contents/MacOS/rider',
|
|
'/Applications/Zed.app/Contents/MacOS/zed': 'zed'
|
|
}
|