forked from x/ContextOS
add some
This commit is contained in:
parent
48268f36a5
commit
721faf9fd5
@ -1,6 +1,7 @@
|
||||
spark project "云时代的新型操作系统,既要完全自给自足,又要任意互联互通" `
|
||||
<b>云桌面:</b>不仅仅是一个远程桌面,而是将所有的设备、软件、数据,高度集成到一个桌面,进行统一的使用。所有的软件工具,可聚合到一个网页中,无限的串联与并联;也可以在单独的网页中使用,通过 URL 指定参数与样式;还可以生成共享链接,快速的分享给其他人。提供脚本录制与回放的工具,从而实现各种自动化的流程。
|
||||
<b>云空间:</b>即可把一台设备虚拟成多个空间,又可将多台设备聚合到一起。每个空间像虚拟机一样,有完整的桌面、软件、数据、配置、环境,并且所有的空间都可以在这些组网的设备间自由的复制与转移。还提供矩阵化的编排工具,将所有设备与所有空间进行统一的管理与使用。
|
||||
<b>云商店:</b>每台设备都是代码源、镜像源、认证源、数据源,都是互联网的中心。
|
||||
<b>操作系统:</b>ContextOS 是一种新型的操作系统。既可以运行在已有的操作系统之上,包括 Windows、macOS、Linux,以及所有国产的操作系统。也可以封装一个 Linux 内核,直接跑在裸机之上,支持所有主流的芯片架构。
|
||||
<b>组织架构:</b>ContextOS 既可以将所有设备互联互通到一起,当成一台电脑来使用;又可以在一台设备上创建任意多个子空间,当成多台电脑来使用;从而实现任意的集群化与虚拟化。
|
||||
<b>开发环境:</b>ContextOS 自研了一套完整开发环境,包括编辑器、编译器、前端框架、后端框架、代码库、数据库等,可以在任何设备上随时随地的现场编程,实现本机的升级迭代。
|
||||
<b>软件生态:</b>ContextOS 的每台设备都是代码源、镜像源、认证源、数据源,可以像 Github 一样的提供源代码,像 Dockerhub 一样提供系统镜像,创建一个完全去中心化、分布式的软件生态。
|
||||
`
|
||||
spark product
|
||||
|
10
src/main.js
10
src/main.js
@ -7,7 +7,7 @@ Volcanos({river: {
|
||||
}},
|
||||
product: {name: "办公群", icon: "bi bi-wechat", storm: {
|
||||
feel: {name: "相册 feel", index: ["feel"]},
|
||||
plan: {name: "计划 plan", index: ["plan", "web.chat.flows", "web.team.asset", "web.team.house", "web.mall.goods"]},
|
||||
plan: {name: "计划 plan", index: ["plan"]},
|
||||
message: {name: "聊天 message", list: ["message"]},
|
||||
matrix: {name: "矩阵 matrix", index: ["matrix"], nodetype: web.SERVER, type: aaa.TECH},
|
||||
}},
|
||||
@ -16,7 +16,7 @@ Volcanos({river: {
|
||||
"vimer", "status", "dream", "favor", "word",
|
||||
]},
|
||||
repos: {name: "源码 repos", icon: "bi bi-git", index: [
|
||||
"compile", "publish", "matrix", "store", "web.code.git.repos", "web.code.git.service",
|
||||
"compile", "publish", "matrix", "web.code.git.repos", "web.code.git.service",
|
||||
]},
|
||||
stats: {name: "流量 stats", icon: "bi bi-bar-chart-line", index: [
|
||||
"stats", "count", "toast", "stream", "broad", "spide", "cache", "space", "route",
|
||||
@ -34,10 +34,10 @@ Volcanos({river: {
|
||||
]},
|
||||
}},
|
||||
operate: {name: "运维群", icon: "bi bi-shield-lock", nodetype: web.SERVER, type: aaa.TECH, storm: {
|
||||
share: {name: "共享 share", icon: "bi bi-share", index: ["share", "token", "qrcode", "web.product"]},
|
||||
user: {name: "用户 user", icon: "bi bi-people-fill", index: ["user", "sess", "role"]},
|
||||
oauth: {name: "登录 oauth", icon: "bi bi-shield-lock", index: ["header", "web.chat.oauth.client", "web.chat.wx.access"]},
|
||||
email: {name: "邮箱 email", icon: "bi bi-envelope", list: ["apply", "offer", "email"]},
|
||||
user: {name: "用户 user", icon: "bi bi-people-fill", index: ["user", "sess", "role", "aaa.asign"]},
|
||||
email: {name: "邮箱 email", icon: "bi bi-envelope", index: ["apply", "offer", "email"]},
|
||||
share: {name: "共享 share", icon: "bi bi-share", index: ["share", "token", "qrcode"]},
|
||||
}},
|
||||
system: {name: "系统群", icon: "bi bi-ubuntu", nodetype: web.SERVER, type: aaa.TECH, storm: {
|
||||
software: {name: "软件 software", icon: "bi bi-grid", index: ["runtime", "log.debug", "xterm", "package", "mirrors"]},
|
||||
|
Loading…
x
Reference in New Issue
Block a user