1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
volcanos/README.md
2020-04-14 11:30:42 +08:00

53 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# volcanos
volcanos是一个前端框架通过模块化、共享化、自动化、快速的创建、共享应用程序、数据。
## 1 原型 proto.js
### 1.1 ID 生成器
### 1.2 Log 日志器
### 1.3 Conf 配置器
### 1.4 Sync 同步器
### 1.5 Timer 定时器
### 1.6 Event 触发器
### 1.7 Dream 构造器
### 1.8 Cache 缓存器
### 1.9 Story 存储器
## 2 框架 frame.js
### 2.1 Page 页面
### 2.2 Pane 面板
### 2.3 Plugin 插件
### 2.4 Inputs 控件
### 2.5 Output 组件
## 3 工具模块 lib/
### 3.1 数据类型 base.js
### 3.2 数据结构 core.js
### 3.3 后端通信 misc.js
### 3.4 网页操作 page.js
### 3.5 用户交互 user.js
## 4 网页模块 page/
### 4.1 应用页面 index.html
### 4.2 共享页面 share.html
## 4 面板模块 pane/
### 4.1 标题栏 Header.js
### 4.2 用户列表 Ocean.js
### 4.3 群组列表 River.js
### 4.4 工作台 Action.js
### 4.5 应用列表 Storm.js
### 4.6 设备列表 Steam.js
### 4.7 状态栏 Footer.js
## 5 插件模块 plugin/
### 5.1 插件模块 state.js
### 5.2 输入模块 input.js
### 5.3 输出模块 table.js
### 5.4 输入插件 input/
### 5.5 输出插件 story/
### 5.6 其它模块 local/
## 6 客户端 client/
### 6.1 小程序 mp/