上传完整的WebUI前端仓库
This commit is contained in:
19
dashboard/src/routes/config/bot/sections/index.ts
Normal file
19
dashboard/src/routes/config/bot/sections/index.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* Bot 配置页面各个 Section 组件
|
||||
*/
|
||||
|
||||
export { BotInfoSection } from './BotInfoSection'
|
||||
export { PersonalitySection } from './PersonalitySection'
|
||||
export { ChatSection } from './ChatSection'
|
||||
export { DreamSection } from './DreamSection'
|
||||
export { LPMMSection } from './LPMMSection'
|
||||
export { LogSection } from './LogSection'
|
||||
export { DebugSection } from './DebugSection'
|
||||
export { ExperimentalSection } from './ExperimentalSection'
|
||||
export { MaimMessageSection } from './MaimMessageSection'
|
||||
export { TelemetrySection } from './TelemetrySection'
|
||||
export { FeaturesSection } from './FeaturesSection'
|
||||
export { ExpressionSection } from './ExpressionSection'
|
||||
export { ProcessingSection } from './ProcessingSection'
|
||||
export { default as MessageReceiveSection } from './MessageReceiveSection'
|
||||
export { WebUISection } from './WebUISection'
|
||||
Reference in New Issue
Block a user