Files
xinlong-shop-taro/project.config.json
赵忠林 7be334f6b6 chore(config): 更新项目名称为 shop-taro
- 修改 config/index.ts 中的 projectName 为 shop-taro
- 更新 package.json 中的 name 字段为 shop-taro
- 调整 project.config.json 中的 description 和 projectname 为 shop-taro
- 修改 README.md 中的项目目录名称为 shop-taro
2026-07-13 12:38:10 +08:00

56 lines
1.3 KiB
JSON

{
"description": "shop-taro 项目配置",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": true,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"useIsolateContext": true,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": false,
"compileWorklet": false,
"localPlugins": false,
"condition": false,
"swc": false,
"disableSWC": true
},
"compileType": "miniprogram",
"appid": "wx75cbc65759eb981a",
"projectname": "shop-taro",
"condition": {},
"simulatorPluginLibVersion": {},
"packOptions": {
"ignore": [],
"include": []
},
"editorSetting": {}
}