Localization update

This commit is contained in:
Masterain
2023-03-20 19:54:50 -07:00
parent 5d1f10ac70
commit 6b94b2e0dd
3 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ export default defineUserConfig({
bundler: viteBundler({ bundler: viteBundler({
viteOptions: { viteOptions: {
build:{ build:{
chunkSizeWarningLimit: 3000 chunkSizeWarningLimit: 1500
} }
}, },
vuePluginOptions: {}, vuePluginOptions: {},

View File

@@ -1,7 +1,7 @@
import { navbar } from "vuepress-theme-hope"; import { navbar } from "vuepress-theme-hope";
export const zhNavbar = navbar([ export const zhNavbar = navbar([
"/", "/zh/",
{ text: "文档", icon: "article", link: "/features/"}, { text: "文档", icon: "article", link: "/features/"},
{ {
text: "下载", text: "下载",

View File

@@ -1,7 +1,7 @@
import { sidebar } from "vuepress-theme-hope"; import { sidebar } from "vuepress-theme-hope";
export const zhSidebar = sidebar({ export const zhSidebar = sidebar({
"/": [ "/zh/": [
"", "",
{ {
icon: "workingDirectory", icon: "workingDirectory",