编写国际化文档 重写主题配置文档
This commit is contained in:
@@ -94,8 +94,6 @@ export default {
|
||||
const theme = "light";
|
||||
|
||||
const themeVariable = {
|
||||
"--global-primary-color":"red",
|
||||
"--global-checked-color":"red"
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
@@ -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"),
|
||||
|
||||
@@ -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: '问题',
|
||||
|
||||
Reference in New Issue
Block a user