feat:组件框架

This commit is contained in:
董海洋
2026-05-31 09:36:07 +08:00
parent 859acc7b71
commit b371a5341a
88 changed files with 23328 additions and 0 deletions
+57
View File
@@ -0,0 +1,57 @@
// This file is generated by Umi automatically
// DO NOT CHANGE IT MANUALLY!
// Created by Umi Plugin
export interface IConfigFromPluginsJoi {
stagewise?: unknown
live?: boolean
logo?: string
themeConfig?: {
}
extraRehypePlugins?: unknown[]
extraRemarkPlugins?: unknown[]
resolve?: {
docDirs?: unknown[]
atomDirs?: {
type?: string
subType?: string
dir?: string
}[]
codeBlockMode?: ("active" | "passive")
entryFile?: string
forceKebabCaseRouting?: boolean
}
autoAlias?: boolean
analytics?: ({
baidu?: string
ga?: string
ga_v2?: string
} | boolean)
locales?: ({
id?: string
name?: string
base?: string
}[] | {
id?: string
name?: string
suffix?: ""
}[])
apiParser?: {
unpkgHost?: string
resolveFilter?: (() => any)
parseOptions?: {
}
}
assets?: {
}
sitemap?: {
hostname?: string
exclude?: string[]
}
html2sketch?: {
scriptUrl?: string
}
}