قرینه از
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-10 11:59:28 +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:
@@ -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) {
|
||||
|
||||
مرجع در شماره جدید
Block a user