forked from x/ContextOS
add wx
This commit is contained in:
parent
96cf11c59e
commit
00cbffcec2
@ -3,7 +3,7 @@ style flex
|
|||||||
title "{{ .Make.Remote | Base | Capital }}"
|
title "{{ .Make.Remote | Base | Capital }}"
|
||||||
spark title "一个功能完备的工具系统"
|
spark title "一个功能完备的工具系统"
|
||||||
order `
|
order `
|
||||||
将编辑器、命令行、数据库、编译器等几百种工具,以模块化的方式,高度集成到一个 20M 的程序文件中。
|
将编辑器、命令行、数据库、编译器等几百种工具,以模块化的方式,高度集成到一个 16M 的程序文件中。
|
||||||
一键部署到各种机器上,快速启动很多个工作空间,以集群化的方式,将这些空间、设备高度组织到一起。
|
一键部署到各种机器上,快速启动很多个工作空间,以集群化的方式,将这些空间、设备高度组织到一起。
|
||||||
每个工具都有网页界面,以自己的数据逻辑将其它所有的工具与空间,组织到自己的界面中,高效的完成各种工作。
|
每个工具都有网页界面,以自己的数据逻辑将其它所有的工具与空间,组织到自己的界面中,高效的完成各种工作。
|
||||||
`
|
`
|
||||||
|
15
src/template/web.chat.wx.ide/lib_head.js
Normal file
15
src/template/web.chat.wx.ide/lib_head.js
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
const {
|
||||||
|
kit, ice,
|
||||||
|
ctx, mdb, web, aaa,
|
||||||
|
lex, yac, ssh, gdb,
|
||||||
|
tcp, nfs, cli, log,
|
||||||
|
code, wiki, chat, team, mall,
|
||||||
|
http, html, icon, svg
|
||||||
|
} = require("../const.js")
|
||||||
|
const {shy, Volcanos} = require("../proto.js")
|
||||||
|
var window = {}
|
||||||
|
var location = {}
|
||||||
|
var navigator = {
|
||||||
|
userAgent: "MicroMessenger",
|
||||||
|
}
|
||||||
|
module.exports =
|
1
src/template/web.chat.wx.ide/pages_foot.wxml
Normal file
1
src/template/web.chat.wx.ide/pages_foot.wxml
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
@ -1,3 +1,10 @@
|
|||||||
const {ice, ctx, mdb, web, code, chat, http, html} = require("../../utils/const.js")
|
const {
|
||||||
|
kit, ice,
|
||||||
|
ctx, mdb, web, aaa,
|
||||||
|
lex, yac, ssh, gdb,
|
||||||
|
tcp, nfs, cli, log,
|
||||||
|
code, wiki, chat, team, mall,
|
||||||
|
http, html, icon, svg
|
||||||
|
} = require("../../utils/const.js")
|
||||||
const {shy, Volcanos} = require("../../utils/proto.js")
|
const {shy, Volcanos} = require("../../utils/proto.js")
|
||||||
Volcanos._page = {}
|
Volcanos._page = {}
|
||||||
|
@ -31,9 +31,10 @@
|
|||||||
},
|
},
|
||||||
"683cc4": {
|
"683cc4": {
|
||||||
"meta": {
|
"meta": {
|
||||||
"index": "cli.runtime",
|
"args": "debug=true",
|
||||||
|
"index": "web.chat.favor",
|
||||||
"name": "命令",
|
"name": "命令",
|
||||||
"pages": "pages/web-chat-wx/scan",
|
"pages": "pages/web-chat/favor",
|
||||||
"time": "2023-12-07 22:21:44.241"
|
"time": "2023-12-07 22:21:44.241"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user