feat: MVP 精简版 - 隐藏 AI 助手模块
从 TabBar 移除 AI 助手入口,首页隐藏 AI 提示卡片。保留首页、统计、记录、我的四个核心 Tab,聚焦记录与数据功能优先上线。 Made-with: Cursor
This commit is contained in:
@@ -69,12 +69,6 @@
|
|||||||
"iconPath": "",
|
"iconPath": "",
|
||||||
"selectedIconPath": ""
|
"selectedIconPath": ""
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"pagePath": "pages/ai/index",
|
|
||||||
"text": "AI助手",
|
|
||||||
"iconPath": "",
|
|
||||||
"selectedIconPath": ""
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"pagePath": "pages/logs/index",
|
"pagePath": "pages/logs/index",
|
||||||
"text": "记录",
|
"text": "记录",
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
<!-- AI 提示卡片(MVP 阶段隐藏)
|
||||||
<view v-if="shouldShowAiTip" class="ai-tip">
|
<view v-if="shouldShowAiTip" class="ai-tip">
|
||||||
<view class="ai-tip-icon">🤖</view>
|
<view class="ai-tip-icon">🤖</view>
|
||||||
<view class="ai-tip-content">
|
<view class="ai-tip-content">
|
||||||
@@ -30,6 +31,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="ai-tip-close" @tap="closeAiTip">×</view>
|
<view class="ai-tip-close" @tap="closeAiTip">×</view>
|
||||||
</view>
|
</view>
|
||||||
|
-->
|
||||||
|
|
||||||
<view class="timer-section">
|
<view class="timer-section">
|
||||||
<view class="timer-ring">
|
<view class="timer-ring">
|
||||||
|
|||||||
Reference in New Issue
Block a user