1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 21:29:31 +08:00

chore: 发布版本2.0.10,修复并优化多项功能

1.  更新manifest.json和package.json版本号至2.0.10
2.  修复友情链接api #40
3.  修复图库api #39
4.  统一home.vue页面的代码缩进格式
5.  清理api文件冗余注释,修复接口域名路径
6.  优化图库页面空状态提示文案
This commit is contained in:
小莫唐尼
2026-05-25 00:23:15 +08:00
parent e426abf336
commit 6f01501fd1
7 changed files with 53 additions and 158 deletions
+4 -1
View File
@@ -222,11 +222,14 @@
size: 0
})
.then(res => {
this.linkGroupList = res.items;
console.log("友情链接分组数据:", res);
this.linkGroupList = res;
this.fnGetData()
})
.catch(err => {
console.error(err);
this.loading = 'error';
this.loadMoreText = err;
});
},
findLinkGroupDisplayNameByGroupMetadataName(groupName) {