hookehuyr

chore: 更新项目配置与组件引用

- 将 .claude/ 目录添加到 .gitignore 以避免提交 IDE 配置文件
- 更新首页显示的应用名称为“臻奇荟”
- 在 Claude IDE 配置中移除不再使用的 Apifox 相关脚本
- 修正 PlanPopup 组件的类型声明文件路径
......@@ -61,7 +61,8 @@
"Bash(then echo \"=== $dir/ ===\" ls -1 /Users/huyirui/program/itomix/git/manulife-weapp/docs/$dir/*.md)",
"Bash(bash:*)",
"Bash(~/.bun/bin/bun --version)",
"Bash(npm run dev:weapp:*)"
"Bash(npm run dev:weapp:*)",
"Bash(__NEW_LINE_19c6a134b9496225__ echo \"✅ 已删除不再使用的 Apifox 相关脚本\")"
]
},
"enableAllProjectMcpServers": true,
......
......@@ -16,3 +16,4 @@ unpackage/
.history/
.tmp/
CLAUDE.md
.claude/
......
......@@ -27,7 +27,7 @@ declare module 'vue' {
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']
PlanPopup: typeof import('./src/components/PlanSchemes/PlanPopup.vue')['default']
PlanPopup: typeof import('./src/components/PlanPopup/index.vue')['default']
PosterBuilder: typeof import('./src/components/PosterBuilder/index.vue')['default']
QrCode: typeof import('./src/components/qrCode.vue')['default']
QrCodeSearch: typeof import('./src/components/qrCodeSearch.vue')['default']
......
......@@ -7,7 +7,7 @@
</view>
<view class="relative z-10 px-[32rpx] pt-[180rpx]">
<text class="block text-white text-[44rpx] font-bold mb-[40rpx] text-center">臻奇智荟圈</text>
<text class="block text-white text-[44rpx] font-bold mb-[40rpx] text-center">臻奇</text>
<!-- Search Bar -->
<view
......