feat: ai问答
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user