Files
monisuo/app/manifest.json
sion 7694a34ade 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>
2026-03-21 20:52:33 +08:00

53 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}