mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
Localization update
This commit is contained in:
@@ -65,7 +65,7 @@ export default defineUserConfig({
|
|||||||
bundler: viteBundler({
|
bundler: viteBundler({
|
||||||
viteOptions: {
|
viteOptions: {
|
||||||
build:{
|
build:{
|
||||||
chunkSizeWarningLimit: 3000
|
chunkSizeWarningLimit: 1500
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
vuePluginOptions: {},
|
vuePluginOptions: {},
|
||||||
|
|||||||
@@ -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: "下载",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user