Initial commit: Monisuo - 虚拟货币模拟交易平台
功能模块: - 用户注册/登录/KYC - 资金账户/交易账户 - 实时行情/币种管理 - 即时交易/充提审核 - 管理后台 技术栈: - 后端: SpringBoot 2.2.4 + MyBatis Plus - 前端: uni-app x (Vue3 + UTS) - 数据库: MySQL Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
52
app/manifest.json
Normal file
52
app/manifest.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "模拟所",
|
||||
"appid": "__UNI__MONISUO01",
|
||||
"description": "虚拟货币模拟交易平台,支持Android、iOS、鸿蒙系统",
|
||||
"versionName": "1.0.0",
|
||||
"versionCode": "100",
|
||||
"transformPx": false,
|
||||
"app-plus": {
|
||||
"usingComponents": true,
|
||||
"nvueStyleCompiler": "uni-app",
|
||||
"compilerVersion": 3,
|
||||
"splashscreen": {
|
||||
"alwaysShowBeforeRender": true,
|
||||
"waiting": true,
|
||||
"autoclose": true,
|
||||
"delay": 0
|
||||
},
|
||||
"distribute": {
|
||||
"android": {
|
||||
"permissions": [
|
||||
"<uses-permission android:name=\"android.permission.INTERNET\"/>",
|
||||
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
|
||||
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>"
|
||||
],
|
||||
"minSdkVersion": 21,
|
||||
"targetSdkVersion": 34
|
||||
},
|
||||
"ios": {
|
||||
"dSYMs": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"quickapp": {},
|
||||
"mp-weixin": {
|
||||
"appid": "",
|
||||
"setting": { "urlCheck": false },
|
||||
"usingComponents": true
|
||||
},
|
||||
"h5": {
|
||||
"title": "模拟所",
|
||||
"router": { "mode": "hash", "base": "./" }
|
||||
},
|
||||
"uni-app-x": {},
|
||||
"app-harmony": {
|
||||
"minSDKVersion": 11,
|
||||
"targetSDKVersion": 12,
|
||||
"compileSDKVersion": 12,
|
||||
"package": "com.monisuo.app",
|
||||
"projectName": "MonisuoApp"
|
||||
},
|
||||
"vueVersion": "3"
|
||||
}
|
||||
Reference in New Issue
Block a user