From 3c84661d0ea04907d9e3bfd7675d79425cf719d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=8E=AB=E5=94=90=E5=B0=BC?= Date: Fri, 4 Sep 2026 03:11:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor(uh-data-loading):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=8A=A0=E8=BD=BD=E7=BB=84=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=A4=9A=E7=8A=B6=E6=80=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=B8=8E=E6=A0=B7=E5=BC=8F=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 新增副文案支持与默认文案优化 2. 重构状态渲染逻辑,统一三态UI结构 3. 添加氛围动效:光晕呼吸、装饰点漂浮、差异化表情动画 4. 调整测试页与首页默认配置,关闭开发模式 --- .../uh-data-loading/uh-data-loading.vue | 262 +++++++++++++++--- src/pages-blog/test/test.vue | 2 +- src/pages/index/index.vue | 2 +- 3 files changed, 226 insertions(+), 40 deletions(-) diff --git a/src/components/uh-data-loading/uh-data-loading.vue b/src/components/uh-data-loading/uh-data-loading.vue index 84257af..2ceb7b5 100644 --- a/src/components/uh-data-loading/uh-data-loading.vue +++ b/src/components/uh-data-loading/uh-data-loading.vue @@ -1,4 +1,5 @@ diff --git a/src/pages-blog/test/test.vue b/src/pages-blog/test/test.vue index d6b6352..cc5c279 100644 --- a/src/pages-blog/test/test.vue +++ b/src/pages-blog/test/test.vue @@ -9,6 +9,6 @@ \ No newline at end of file diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index bc8dd67..d45f587 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -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`