mirror of
https://github.com/ITStudioOUC/ITStudio-Wiki.git
synced 2026-06-15 13:06:30 +00:00
style: make some label into chinese
This commit is contained in:
+22
-2
@@ -50,6 +50,11 @@ export default defineConfig({
|
|||||||
logo: "/logo.png",
|
logo: "/logo.png",
|
||||||
siteTitle: "ITSTUDIO WIKI",
|
siteTitle: "ITSTUDIO WIKI",
|
||||||
|
|
||||||
|
// Last updated
|
||||||
|
lastUpdated: {
|
||||||
|
text: "上次更新",
|
||||||
|
},
|
||||||
|
|
||||||
// Enable search
|
// Enable search
|
||||||
search: {
|
search: {
|
||||||
provider: "local",
|
provider: "local",
|
||||||
@@ -76,10 +81,13 @@ export default defineConfig({
|
|||||||
nav: [
|
nav: [
|
||||||
{ text: "主页", link: "/" },
|
{ text: "主页", link: "/" },
|
||||||
{ text: "Wiki", link: "/wiki/about/intro" },
|
{ text: "Wiki", link: "/wiki/about/intro" },
|
||||||
{ text: "爱特展示网", link: "https://www.itstudio.club/"},
|
{ text: "爱特展示网", link: "https://www.itstudio.club/" },
|
||||||
{ text: "Github", link: "https://github.com/ITStudioOUC"},
|
{ text: "Github", link: "https://github.com/ITStudioOUC" },
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// Sidebar
|
||||||
|
sidebarMenuLabel: "菜单",
|
||||||
|
|
||||||
sidebar: {
|
sidebar: {
|
||||||
"/wiki": [
|
"/wiki": [
|
||||||
{
|
{
|
||||||
@@ -173,6 +181,18 @@ export default defineConfig({
|
|||||||
next: "下一页",
|
next: "下一页",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Light and dark mode
|
||||||
|
darkModeSwitchLabel: "切换主题",
|
||||||
|
|
||||||
|
lightModeSwitchTitle: "切换到浅色主题",
|
||||||
|
darkModeSwitchTitle: "切换到深色主题",
|
||||||
|
|
||||||
|
// Return to top
|
||||||
|
returnToTopLabel: "返回顶部",
|
||||||
|
|
||||||
|
// Show external link icon in markdown links(only external)
|
||||||
|
externalLinkIcon: true,
|
||||||
|
|
||||||
// Outline
|
// Outline
|
||||||
outline: {
|
outline: {
|
||||||
level: [2, 3],
|
level: [2, 3],
|
||||||
|
|||||||
Reference in New Issue
Block a user