feat: 百科rag
This commit is contained in:
@@ -135,11 +135,16 @@
|
||||
|
||||
<!-- Empty State -->
|
||||
<view wx:else class="empty-feed">
|
||||
<view class="empty-icon">
|
||||
<t-icon name="chat" size="80rpx" color="#ccc" />
|
||||
<view class="empty-scene">
|
||||
<view class="empty-glow"></view>
|
||||
<view class="empty-emoji anim-breathe">💬</view>
|
||||
</view>
|
||||
<text class="empty-text">暂无相关动态</text>
|
||||
<text class="empty-title">暂无相关动态</text>
|
||||
<text class="empty-hint">快来发布第一条动态吧</text>
|
||||
<view class="empty-cta" bindtap="goToCreatePost">
|
||||
<t-icon name="add" size="28rpx" color="#fff" />
|
||||
<text>发布动态</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- Bottom Spacer -->
|
||||
|
||||
Reference in New Issue
Block a user