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({
viteOptions: {
build:{
chunkSizeWarningLimit: 3000
chunkSizeWarningLimit: 1500
}
},
vuePluginOptions: {},

View File

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

View File

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