feat: ai问答

This commit is contained in:
Blizzard
2026-04-28 10:36:51 +08:00
parent 0715a16d91
commit 058a575e10
13 changed files with 329 additions and 52 deletions
+5
View File
@@ -9,6 +9,11 @@
show-scrollbar="{{false}}"
scroll-with-animation
>
<!-- Floating History Button (always visible) -->
<view class="chat-history-float" bindtap="goToHistory" wx:if="{{messages.length > 0}}">
<t-icon name="time" size="28rpx" color="#558B2F" />
<text>历史记录</text>
</view>
<!-- Welcome -->
<view class="welcome" wx:if="{{messages.length === 0}}">
<view class="welcome-glow"></view>