chore: 更新项目配置与组件引用
- 将 .claude/ 目录添加到 .gitignore 以避免提交 IDE 配置文件 - 更新首页显示的应用名称为“臻奇荟” - 在 Claude IDE 配置中移除不再使用的 Apifox 相关脚本 - 修正 PlanPopup 组件的类型声明文件路径
Showing
4 changed files
with
5 additions
and
3 deletions
| ... | @@ -61,7 +61,8 @@ | ... | @@ -61,7 +61,8 @@ |
| 61 | "Bash(then echo \"=== $dir/ ===\" ls -1 /Users/huyirui/program/itomix/git/manulife-weapp/docs/$dir/*.md)", | 61 | "Bash(then echo \"=== $dir/ ===\" ls -1 /Users/huyirui/program/itomix/git/manulife-weapp/docs/$dir/*.md)", |
| 62 | "Bash(bash:*)", | 62 | "Bash(bash:*)", |
| 63 | "Bash(~/.bun/bin/bun --version)", | 63 | "Bash(~/.bun/bin/bun --version)", |
| 64 | - "Bash(npm run dev:weapp:*)" | 64 | + "Bash(npm run dev:weapp:*)", |
| 65 | + "Bash(__NEW_LINE_19c6a134b9496225__ echo \"✅ 已删除不再使用的 Apifox 相关脚本\")" | ||
| 65 | ] | 66 | ] |
| 66 | }, | 67 | }, |
| 67 | "enableAllProjectMcpServers": true, | 68 | "enableAllProjectMcpServers": true, | ... | ... |
| ... | @@ -27,7 +27,7 @@ declare module 'vue' { | ... | @@ -27,7 +27,7 @@ declare module 'vue' { |
| 27 | OfficeViewer: typeof import('./src/components/OfficeViewer.vue')['default'] | 27 | OfficeViewer: typeof import('./src/components/OfficeViewer.vue')['default'] |
| 28 | PdfPreview: typeof import('./src/components/PdfPreview.vue')['default'] | 28 | PdfPreview: typeof import('./src/components/PdfPreview.vue')['default'] |
| 29 | Picker: typeof import('./src/components/time-picker-data/picker.vue')['default'] | 29 | Picker: typeof import('./src/components/time-picker-data/picker.vue')['default'] |
| 30 | - PlanPopup: typeof import('./src/components/PlanSchemes/PlanPopup.vue')['default'] | 30 | + PlanPopup: typeof import('./src/components/PlanPopup/index.vue')['default'] |
| 31 | PosterBuilder: typeof import('./src/components/PosterBuilder/index.vue')['default'] | 31 | PosterBuilder: typeof import('./src/components/PosterBuilder/index.vue')['default'] |
| 32 | QrCode: typeof import('./src/components/qrCode.vue')['default'] | 32 | QrCode: typeof import('./src/components/qrCode.vue')['default'] |
| 33 | QrCodeSearch: typeof import('./src/components/qrCodeSearch.vue')['default'] | 33 | QrCodeSearch: typeof import('./src/components/qrCodeSearch.vue')['default'] | ... | ... |
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | </view> | 7 | </view> |
| 8 | 8 | ||
| 9 | <view class="relative z-10 px-[32rpx] pt-[180rpx]"> | 9 | <view class="relative z-10 px-[32rpx] pt-[180rpx]"> |
| 10 | - <text class="block text-white text-[44rpx] font-bold mb-[40rpx] text-center">臻奇智荟圈</text> | 10 | + <text class="block text-white text-[44rpx] font-bold mb-[40rpx] text-center">臻奇荟</text> |
| 11 | 11 | ||
| 12 | <!-- Search Bar --> | 12 | <!-- Search Bar --> |
| 13 | <view | 13 | <view | ... | ... |
-
Please register or login to post a comment