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

新增:留言评论头像形状设置;

修复:修复文章管理设置文章标签在小程序端不显示的bug;
修复:修复后台管理工作台因为无法读取用户信息页面不显示bug;
优化:优化友情链接动画效果
This commit is contained in:
小莫唐尼
2022-12-10 12:26:26 +08:00
parent 9d3ebac076
commit 70c5b34de0
10 changed files with 244 additions and 227 deletions
+1 -1
View File
@@ -13,6 +13,7 @@ export const checkPlatform = (name) => {
// 默认的应用设置
export const _DefaultAppSettings = {
showStartPage: false, // 是否每次启动都显示启动页
isAvatarRadius: false, // 评论头像是否圆形
banner: {
useDot: true,
dotPosition: 'right'
@@ -47,7 +48,6 @@ export const _DefaultAppSettings = {
showAdmin: false, // 显示后台登录入口
showAllCount: true, // 默认显示所有的统计信息(关于页面)
},
// 文章配置
article: {