处理了仁康的 appiD 和图片

This commit is contained in:
17792275749
2025-06-06 18:31:22 +08:00
parent 46266223f1
commit 4b0e0eabb2
2 changed files with 39 additions and 39 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 671 KiB

After

Width:  |  Height:  |  Size: 79 KiB

+39 -39
View File
@@ -1,41 +1,41 @@
{ {
"appid": "wx6c71f3ebcdcddffd", "appid": "wxd98be3eccdba8f7f",
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "3.8.5", "libVersion": "3.8.5",
"packOptions": { "packOptions": {
"ignore": [], "ignore": [],
"include": [] "include": []
}, },
"setting": { "setting": {
"coverView": true, "coverView": true,
"es6": true, "es6": true,
"postcss": true, "postcss": true,
"minified": true, "minified": true,
"enhance": true, "enhance": true,
"showShadowRootInWxmlPanel": true, "showShadowRootInWxmlPanel": true,
"packNpmRelationList": [], "packNpmRelationList": [],
"babelSetting": { "babelSetting": {
"ignore": [], "ignore": [],
"disablePlugins": [], "disablePlugins": [],
"outputPath": "" "outputPath": ""
}, },
"compileWorklet": false, "compileWorklet": false,
"uglifyFileName": false, "uglifyFileName": false,
"uploadWithSourceMap": true, "uploadWithSourceMap": true,
"packNpmManually": false, "packNpmManually": false,
"minifyWXSS": true, "minifyWXSS": true,
"minifyWXML": true, "minifyWXML": true,
"localPlugins": false, "localPlugins": false,
"disableUseStrict": false, "disableUseStrict": false,
"useCompilerPlugins": false, "useCompilerPlugins": false,
"condition": false, "condition": false,
"swc": false, "swc": false,
"disableSWC": true "disableSWC": true
}, },
"condition": {}, "condition": {},
"editorSetting": { "editorSetting": {
"tabIndent": "tab", "tabIndent": "tab",
"tabSize": 4 "tabSize": 4
}, },
"simulatorPluginLibVersion": {} "simulatorPluginLibVersion": {}
} }