feat: 百科rag

This commit is contained in:
Blizzard
2026-04-23 11:13:23 +08:00
parent 40f3a8cfa8
commit 9fe2fd42e0
23 changed files with 1129 additions and 69 deletions
+12 -4
View File
@@ -69,7 +69,9 @@
</view>
<text class="menu-text">我的收藏</text>
</view>
<t-icon name="chevron-right" size="36rpx" color="#ccc" />
<view class="menu-right-info">
<t-icon name="chevron-right" size="36rpx" color="#ccc" />
</view>
</view>
<view class="menu-item" bindtap="goToPosts">
@@ -79,7 +81,9 @@
</view>
<text class="menu-text">我的发布</text>
</view>
<t-icon name="chevron-right" size="36rpx" color="#ccc" />
<view class="menu-right-info">
<t-icon name="chevron-right" size="36rpx" color="#ccc" />
</view>
</view>
<view class="menu-item" bindtap="goToIdentifyHistory">
@@ -89,7 +93,9 @@
</view>
<text class="menu-text">识别记录</text>
</view>
<t-icon name="chevron-right" size="36rpx" color="#ccc" />
<view class="menu-right-info">
<t-icon name="chevron-right" size="36rpx" color="#ccc" />
</view>
</view>
<view class="menu-group-title" style="margin-top: 32rpx;">更多服务</view>
@@ -101,7 +107,9 @@
</view>
<text class="menu-text">帮助与关于</text>
</view>
<t-icon name="chevron-right" size="36rpx" color="#ccc" />
<view class="menu-right-info">
<t-icon name="chevron-right" size="36rpx" color="#ccc" />
</view>
</view>
</view>