1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19: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
+7 -7
View File
@@ -30,7 +30,7 @@
</view>
<!-- 金刚区 :v-if="navList.filter(x=>x.show).length>=4" -->
<view v-if="calcIsShowQuickNavigationEnabled && !!navList.filter(x=>x.show).length" class="nav-box mt-16 mb-24 pl-24 pr-24 uh-py-12">
<view v-if="calcIsShowQuickNavigationEnabled && !!navList.filter(x=>x.show).length" class="nav-box mt-16 mb-24 pl-24 pr-24 uh-py-12">
<view class="page-item_title text-weight-b ">快捷导航</view>
<view class="nav-list flex uh-mt-12">
<template v-for="(item,index) in navList">
@@ -193,12 +193,12 @@
}
return this.haloConfigs.pageConfig.homeConfig.useCategory
},
calcVotePluginEnabled() {
return !!this.haloConfigs?.pluginConfig?.votePlugin?.enabled
},
calcLinksPluginEnabled() {
return !!this.haloConfigs?.pluginConfig?.linksPlugin?.enabled;
},
calcVotePluginEnabled() {
return !!this.haloConfigs?.pluginConfig?.votePlugin?.enabled
},
calcLinksPluginEnabled() {
return !!this.haloConfigs?.pluginConfig?.linksPlugin?.enabled;
},
bannerConfig() {
return this.haloConfigs.pageConfig.homeConfig.bannerConfig
}