mirror of
https://github.com/snowykami/mbcp.git
synced 2026-01-26 05:32:03 +00:00
📝 litedoc新增类继承显示,新增变量自动获取注释,新增类方法和函数的区分,新增魔术方法的特殊展示模式
This commit is contained in:
@@ -3,6 +3,8 @@ import {defineConfig} from "vitepress";
|
||||
import {common} from './common'
|
||||
import {en} from './en'
|
||||
import {zh} from './zh'
|
||||
import {zht} from './zht'
|
||||
import {ja} from './ja'
|
||||
|
||||
|
||||
|
||||
@@ -10,6 +12,8 @@ export default defineConfig({
|
||||
...common,
|
||||
locales:{
|
||||
root: { label: "简体中文", ...zh },
|
||||
en: { label: "English", ...en }
|
||||
en: { label: "English", ...en },
|
||||
ja: { label: "日本語", ...ja },
|
||||
zht: { label: "繁體中文", ...zht },
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user