1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-07-27 04:20:43 +08:00

feat(gallery): 实现相册功能对接后端API,替换静态模拟数据

1.  重构相册页面,使用真实的Halo图片插件API获取分组与图片数据
2.  新增图片预览工具函数,支持大图预览
3.  更新滚动加载hook,补充响应式原始数据与加载状态控制
4.  调整相册面板组件参数与样式,适配真实数据展示
5.  修复开发环境接口地址配置
This commit is contained in:
小莫唐尼
2026-06-14 17:36:13 +08:00
parent 759373e327
commit a60def91a0
7 changed files with 615 additions and 254 deletions
+2 -1
View File
@@ -7,4 +7,5 @@ VITE_SHOW_SOURCEMAP=false
# development mode 后台请求地址
# VITE_UNI_HALO_BASEURL='https://www.yijunzhao.cn'
VITE_UNI_HALO_BASEURL='https://www.xhhao.com'
# VITE_UNI_HALO_BASEURL='https://www.xhhao.com'
VITE_UNI_HALO_BASEURL='https://ryanc.cc'