feat: 站内通知
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 54s

This commit is contained in:
luo
2026-07-25 11:28:58 +08:00
parent f6a33121f2
commit 861ffa371b

View File

@@ -8,7 +8,7 @@
</view>
<view v-if="notifications.length === 0 && !loading" class="empty-state">
<image src="/static/tips.png" mode="aspectFit" class="empty-icon" />
<image src="/static/notification.png" mode="aspectFit" class="empty-icon" />
<view class="empty-title">暂无通知</view>
<view class="empty-desc">当前没有可查看的业务通知</view>
</view>