Files
Blizzard a0f00b086e chore(fe): 移除误提交的 token 文件,preview-v3 加进包体忽略
adm.txt 是联调时写 access token 的临时文件,我 cwd 弄错写进了 pets-fe 并跟着
上一个提交进了仓库。撤掉并在 .gitignore 里堵住(连 at.txt 一起)。

preview-v3.html 加进 packOptions.ignore,和 preview.html / preview-v2.html 一样
不进小程序包体。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-30 09:24:43 +08:00

83 lines
1.8 KiB
JSON

{
"description": "肉垫计划 - 新手养宠小程序",
"packOptions": {
"ignore": [
{
"type": "file",
"value": "preview.html"
},
{
"type": "file",
"value": "preview-v2.html"
},
{
"type": "folder",
"value": "assets/options"
},
{
"type": "file",
"value": "assets/logo-512.png"
},
{
"type": "file",
"value": "assets/logo-lockup.svg"
},
{
"type": "folder",
"value": "scripts"
},
{
"type": "file",
"value": "preview-v3.html"
}
],
"include": []
},
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": false,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"compileWorklet": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"condition": false,
"swc": false,
"disableSWC": true
},
"compileType": "miniprogram",
"libVersion": "3.5.0",
"appid": "wx52dfc635739a9c19",
"projectname": "pets-fe",
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
},
"miniprogramRoot": "./",
"simulatorPluginLibVersion": {}
}