diff --git a/components/article-min-card/article-min-card.vue b/components/article-min-card/article-min-card.vue index 76431a3..ca2ad54 100644 --- a/components/article-min-card/article-min-card.vue +++ b/components/article-min-card/article-min-card.vue @@ -1,220 +1,222 @@ \ No newline at end of file + .number { + padding: 0 6rpx; + font-size: 24rpx; + } + } + } + } +} + + diff --git a/config/index.js b/config/index.js index 1b45f73..71246fe 100644 --- a/config/index.js +++ b/config/index.js @@ -26,6 +26,9 @@ export const DefaultAppConfigs = { type: "post", list: [] } + }, + categoryConfig: { + type: "list" } }, auditConfig: { diff --git a/config/token.config.template.js b/config/token.config.template.js index c78b436..bd18cfb 100644 --- a/config/token.config.template.js +++ b/config/token.config.template.js @@ -1,18 +1,13 @@ import {getAppConfigs} from "@/config/index"; -/** 配置后台管理员token */ -const HaloTokenConfig = Object.freeze({ +/** 配置博客的内容 */ +const UniHaloConfig = Object.freeze({ /** 基础请求域名:你的Halo博客基础域名 */ BASE_API: "", // BASE_API: "https://blog.xiaoxiaomo.cn", - - /** 管理员token */ systemToken: getAppConfigs()?.basicConfig?.tokenConfig?.personalToken, - /** 匿名用户token */ - anonymousToken: `` }) - -export default HaloTokenConfig; +export default UniHaloConfig; diff --git a/pages/tabbar/category/category.vue b/pages/tabbar/category/category.vue index c8e249f..fd6564c 100644 --- a/pages/tabbar/category/category.vue +++ b/pages/tabbar/category/category.vue @@ -1,36 +1,69 @@