This commit is contained in:
2024-02-02 22:31:01 +08:00
parent 06a5f041bf
commit 486ea5013a
77 changed files with 17507 additions and 122 deletions

47
src/manifest.json Normal file
View File

@@ -0,0 +1,47 @@
{
"name": "SUKE-MP",
"appid": "",
"description": "",
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": false,
/* 5+App */
"app-plus":
{
"usingComponents": true,
"nvueStyleCompiler": "uni-app",
"compilerVersion": 3,
"splashscreen":
{
"alwaysShowBeforeRender": true,
"waiting": true,
"autoclose": true,
"delay": 0
},
/* */
"modules": {}
},
/* */
"mp-weixin":
{
"appid": "wx67a750d0ceed4d88",
"setting":
{
"urlCheck": false
},
"usingComponents": true
},
"uniStatistics":
{
"enable": false
},
"vueVersion": "3",
"h5":
{
"router":
{
"mode": "hash",
"base": "/uniapp-vue3-template/"
}
}
}