hookehuyr

chore: 更新项目配置与类型定义文件

- 将 CLAUDE.md 添加到 .gitignore 以忽略此文件
- 在 Claude 本地设置中新增 npm run dev:weapp:* 命令别名
- 从组件类型定义中移除未使用的 NutUploader 导入
......@@ -60,7 +60,8 @@
"Bash(do if [ -d \"/Users/huyirui/program/itomix/git/manulife-weapp/docs/$dir\" ])",
"Bash(then echo \"=== $dir/ ===\" ls -1 /Users/huyirui/program/itomix/git/manulife-weapp/docs/$dir/*.md)",
"Bash(bash:*)",
"Bash(~/.bun/bin/bun --version)"
"Bash(~/.bun/bin/bun --version)",
"Bash(npm run dev:weapp:*)"
]
},
"enableAllProjectMcpServers": true,
......
......@@ -14,3 +14,4 @@ pnpm-debug.log*
unpackage/
.history/
.tmp/
CLAUDE.md
......
......@@ -23,7 +23,6 @@ declare module 'vue' {
NutRadioGroup: typeof import('@nutui/nutui-taro')['RadioGroup']
NutTabPane: typeof import('@nutui/nutui-taro')['TabPane']
NutTabs: typeof import('@nutui/nutui-taro')['Tabs']
NutUploader: typeof import('@nutui/nutui-taro')['Uploader']
OfficeViewer: typeof import('./src/components/OfficeViewer.vue')['default']
PdfPreview: typeof import('./src/components/PdfPreview.vue')['default']
Picker: typeof import('./src/components/time-picker-data/picker.vue')['default']
......