You've already forked mattlution
'初始化提交'
This commit is contained in:
45
package.json
Normal file
45
package.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "cn.pandorastudio.mattlution",
|
||||
"displayName": "问·想",
|
||||
"version": "2.0.3.9",
|
||||
"description": "问道,想道",
|
||||
"scripts": {
|
||||
"test": "node beforebuild.js && cordova run --emulator android",
|
||||
"build": "cordova build android",
|
||||
"init": "cordova platform rm android && cordova platform add android && npm run test"
|
||||
},
|
||||
"author": "yuantao",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.22.9",
|
||||
"@babel/preset-env": "^7.22.9",
|
||||
"cordova-android": "^12.0.0",
|
||||
"cordova-clipboard-plugin": "^0.0.3",
|
||||
"cordova-plugin-statusbar": "^3.0.0",
|
||||
"cordova-plugin-vibration": "^3.1.1",
|
||||
"ftp": "^0.3.10"
|
||||
},
|
||||
"cordova": {
|
||||
"plugins": {
|
||||
"cordova-plugin-vibration": {},
|
||||
"cordova-plugin-file": {},
|
||||
"cordova-plugin-statusbar": {},
|
||||
"cordova-clipboard-plugin": {},
|
||||
"com.verso.cordova.clipboard": {},
|
||||
"cordova-plugin-file-transfer": {},
|
||||
"cordova-plugin-file-opener2": {},
|
||||
"cordova-plugin-appversion": {}
|
||||
},
|
||||
"platforms": [
|
||||
"android"
|
||||
]
|
||||
},
|
||||
"updateLog": {
|
||||
"add": [
|
||||
"版本更新日志"
|
||||
],
|
||||
"fix": [
|
||||
"用户可以长按选择文字的问题"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user