update at 2026-02-14 09:56:55
This commit is contained in:
@@ -19,5 +19,8 @@
|
||||
|
||||
注意事项:
|
||||
- `xlsx` 解析依赖 npm 包,若在微信开发者工具中提示模块缺失,请先执行“工具 -> 构建 npm”。
|
||||
- 本仓库已配置 `packNpmManually + packNpmRelationList`:
|
||||
- 打开仓库根目录工程(`miniprogramRoot=miniapp/`)时,会使用根目录 `package.json` 构建到 `miniapp/`。
|
||||
- 直接打开 `miniapp/` 目录时,也会回指根目录 `package.json` 进行构建。
|
||||
- 当默认文件或上传文件未加载成功时,“数据选择”仅显示空状态提示,不展示占位列名。
|
||||
- SVG 文件导出后是否可直接预览,取决于当前系统与微信版本对 SVG 文档的支持。
|
||||
|
||||
@@ -10,7 +10,13 @@
|
||||
"minified": true,
|
||||
"uglifyFileName": false,
|
||||
"enhance": true,
|
||||
"packNpmRelationList": [],
|
||||
"packNpmManually": true,
|
||||
"packNpmRelationList": [
|
||||
{
|
||||
"packageJsonPath": "../package.json",
|
||||
"miniprogramNpmDistDir": "./"
|
||||
}
|
||||
],
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"enhance": true,
|
||||
"postcss": true,
|
||||
"minified": true,
|
||||
<<<<<<< HEAD
|
||||
"compileWorklet": false,
|
||||
"uglifyFileName": false,
|
||||
"uploadWithSourceMap": true,
|
||||
@@ -27,6 +28,15 @@
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
}
|
||||
=======
|
||||
"packNpmManually": true,
|
||||
"packNpmRelationList": [
|
||||
{
|
||||
"packageJsonPath": "./package.json",
|
||||
"miniprogramNpmDistDir": "./miniapp/"
|
||||
}
|
||||
]
|
||||
>>>>>>> cfe379da3ebfa55a448303373ac901ac03c4ad5c
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "trial",
|
||||
|
||||
Reference in New Issue
Block a user