📝 docs: add some tips

This commit is contained in:
2024-09-06 15:42:16 +08:00
parent 10d05375a4
commit 7018a25beb
6 changed files with 69 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
// 共有配置项导入index用
import {defineConfig} from 'vitepress'
import {generateSidebar} from 'vitepress-sidebar';
import {useData} from "vitepress";
import {zh} from "./zh";
import {en} from "./en";
import {ja} from "./ja";