mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 09:14:06 +08:00
61 lines
1.5 KiB
Markdown
61 lines
1.5 KiB
Markdown
# {{title "Volcanos.js"}}
|
|
|
|
volcanos是一个前端框架。
|
|
通过组件化方式设计功能模块,每个模块都是一个独立完整的运行单元。
|
|
通过插件化方式加载功能模块,每个模块都有框架与输入与输出。
|
|
通过模块化方式管理模块依赖,可以动态按需加载各种模块。
|
|
|
|
{{chart "chain" `
|
|
chat
|
|
proto
|
|
"ID 生成器"
|
|
"Log 日志器"
|
|
"Conf 配置器"
|
|
"Sync 同步器"
|
|
"Timer 定时器"
|
|
"Event 触发器"
|
|
"Dream 构造器"
|
|
"Cache 缓存器"
|
|
"Story 存储器"
|
|
|
|
Plugin
|
|
Inputs
|
|
"onimport 导入数据"
|
|
"onaction 控件交互"
|
|
"onchoice 控件菜单"
|
|
"ondetail 控件详情"
|
|
"onexport 导出数据"
|
|
Output
|
|
|
|
"base 基础模块"
|
|
"core 核心模块"
|
|
"misc 工具模块"
|
|
"page 网页模块"
|
|
"user 用户模块"
|
|
|
|
`}}
|
|
|
|
## {{chapter "原型"}}
|
|
### {{section "ID 生成器"}}
|
|
### {{section "Log 日志器"}}
|
|
### {{section "Conf 配置器"}}
|
|
### {{section "Sync 同步器"}}
|
|
### {{section "Timer 定时器"}}
|
|
### {{section "Event 触发器"}}
|
|
### {{section "Dream 构造器"}}
|
|
### {{section "Cache 缓存器"}}
|
|
### {{section "Story 存储器"}}
|
|
|
|
## {{chapter "框架"}}
|
|
### {{section "Plugin 插件"}}
|
|
### {{section "Inputs 控件"}}
|
|
### {{section "Output 组件"}}
|
|
|
|
## {{chapter "模块"}}
|
|
### {{section "base 模块"}}
|
|
### {{section "core 模块"}}
|
|
### {{section "misc 模块"}}
|
|
### {{section "page 模块"}}
|
|
### {{section "user 模块"}}
|
|
|