mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-09-12 16:40:40 +08:00
refactor(uh-data-loading): 重构数据加载组件,新增多状态优化与样式升级
1. 新增副文案支持与默认文案优化 2. 重构状态渲染逻辑,统一三态UI结构 3. 添加氛围动效:光晕呼吸、装饰点漂浮、差异化表情动画 4. 调整测试页与首页默认配置,关闭开发模式
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
|
||||
<template>
|
||||
<view class="w-full h-screen">
|
||||
<uh-data-loading :loading-status="DataLoadingStatusEnum.Empty"></uh-data-loading>
|
||||
<uh-data-loading :loading-status="DataLoadingStatusEnum.Loading"></uh-data-loading>
|
||||
</view>
|
||||
</template>
|
||||
Reference in New Issue
Block a user