1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-09-13 00:50:40 +08:00

refactor(uh-data-loading): 重构数据加载组件,新增多状态优化与样式升级

1. 新增副文案支持与默认文案优化
2. 重构状态渲染逻辑,统一三态UI结构
3. 添加氛围动效:光晕呼吸、装饰点漂浮、差异化表情动画
4. 调整测试页与首页默认配置,关闭开发模式
This commit is contained in:
小莫唐尼
2026-09-04 03:11:54 +08:00
parent 5f22f4fa01
commit 3c84661d0e
3 changed files with 226 additions and 40 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const homePagePath = '/pages/tabbar/home/home'
const articleDetailPath = '/pages-blog/article-detail/article-detail'
// 本地开发快速跳转页面,发布请置为 false
const DEV_MODE = true
const DEV_MODE = false
const DEV_TO_TYPE = 'page' as 'page' | 'tabbar'
const DEV_TO_PATH = `/pages-blog/test/test`