'初始化提交'

This commit is contained in:
2025-08-11 22:55:39 +08:00
parent 3deaf322c6
commit 9ec6daa82b
212 changed files with 45916 additions and 0 deletions

45
package.json Normal file
View 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": [
"用户可以长按选择文字的问题"
]
}
}