chore: 更新项目配置文件和微信小程序名称

- 将项目名称从'lucky_shop'改为'mp-weixin'
- 在project.config.json中添加include数组和多个新配置项
- 启用enhance功能并添加编译相关设置
This commit is contained in:
2026-01-23 09:25:58 +08:00
parent 7ae7a1d3bd
commit 153c84266a
2 changed files with 13 additions and 4 deletions

View File

@@ -1,12 +1,13 @@
{ {
"description": "项目配置文件", "description": "项目配置文件",
"packOptions": { "packOptions": {
"ignore": [] "ignore": [],
"include": []
}, },
"setting": { "setting": {
"urlCheck": true, "urlCheck": true,
"es6": true, "es6": true,
"enhance": false, "enhance": true,
"postcss": true, "postcss": true,
"preloadBackgroundData": false, "preloadBackgroundData": false,
"minified": true, "minified": true,
@@ -37,7 +38,15 @@
"userConfirmedBundleSwitch": false, "userConfirmedBundleSwitch": false,
"packNpmManually": false, "packNpmManually": false,
"packNpmRelationList": [], "packNpmRelationList": [],
"minifyWXSS": true "minifyWXSS": true,
"condition": true,
"swc": false,
"disableSWC": true,
"minifyWXML": true,
"compileWorklet": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.16.1", "libVersion": "2.16.1",

View File

@@ -1,6 +1,6 @@
{ {
"libVersion": "3.12.0", "libVersion": "3.12.0",
"projectname": "lucky_shop", "projectname": "mp-weixin",
"condition": {}, "condition": {},
"setting": { "setting": {
"urlCheck": true, "urlCheck": true,