编写国际化文档 重写主题配置文档

This commit is contained in:
就眠儀式
2022-02-09 23:30:41 +08:00
parent f0a72a898e
commit 87eec9155c
7 changed files with 44 additions and 35 deletions

View File

@@ -94,8 +94,6 @@ export default {
const theme = "light";
const themeVariable = {
"--global-primary-color":"red",
"--global-checked-color":"red"
}
return {

View File

@@ -63,6 +63,11 @@ const zhCN = [
component: () => import("../../docs/zh-CN/guide/theme.md"),
meta: { title: "主题" },
},
{
path: "/zh-CN/guide/locale",
component: () => import("../../docs/zh-CN/guide/locale.md"),
meta: { title: "语言" },
},
{
path: "/zh-CN/guide/sponsor",
component: () => import("../../docs/zh-CN/guide/sponsor.md"),

View File

@@ -92,6 +92,12 @@ export default {
subTitle: 'theme',
path: '/zh-CN/guide/theme',
},
{
id: 3,
title: '语言',
subTitle: 'locale',
path: '/zh-CN/guide/locale',
},
{
id: 4,
title: '问题',