chore: 初始化仓库基线(AGENTS.md、git 规范、敏感文件排除)

This commit is contained in:
weijuesen
2026-08-10 22:30:53 +08:00
commit 84abf4454c
358 changed files with 75993 additions and 0 deletions
+70
View File
@@ -0,0 +1,70 @@
{
"miniprogramRoot": "./",
"cloudfunctionRoot": "cloudfunctions/",
"projectname": "silk-miniapp",
"description": "智慧蚕房",
"appid": "wxddd7ba2ffc4cc712",
"setting": {
"urlCheck": false,
"es6": false,
"enhance": false,
"compileHotReLoad": false,
"postcss": false,
"preloadBackgroundData": false,
"minified": false,
"newFeature": true,
"autoAudits": false,
"coverView": true,
"showShadowRootInWxmlPanel": false,
"scopeDataCheck": false,
"useCompilerModule": false,
"compileWorklet": false,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"condition": false,
"swc": false,
"disableSWC": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"compileType": "miniprogram",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {},
"packOptions": {
"ignore": [
{
"type": "file",
"value": "node_modules"
},
{
"type": "file",
"value": "src"
},
{
"type": "file",
"value": "config"
},
{
"type": "file",
"value": ".git"
},
{
"type": "file",
"value": "dist/js/*.LICENSE.txt"
}
],
"include": []
},
"editorSetting": {}
}