Files
iven 78c783d332 feat(miniprogram): 配置更新 + 家庭成员/设置页面优化
- dev.ts: 开发环境配置调整
- project.config.json: 自动化审计配置
- family-add: 添加家庭成员页面优化
- settings: 设置页面优化
- config/: 新增项目配置文件
2026-05-03 19:32:09 +08:00

12 lines
220 B
TypeScript

import type { UserConfigExport } from '@tarojs/cli';
export default {
logger: { quiet: false },
mini: {
miniCssExtractPluginOption: {
ignoreOrder: true,
},
},
h5: {},
} satisfies UserConfigExport;