1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-06-11 11:04:28 +08:00
parent a3bcf1e645
commit a241d541c4
4 changed files with 6 additions and 12 deletions

View File

@ -2,6 +2,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
ice.LIST, "查看", ice.BACK, "返回", ice.HELP, "帮助",
ctx.ACTION, "操作", ctx.RUN, "执行",
ctx.COMMAND, "命令",
"failure", "失败", "success", "成功",
mdb.CREATE, "创建", mdb.REMOVE, "删除", mdb.UPDATE, "更新",
mdb.INSERT, "添加", mdb.DELETE, "删除", mdb.MODIFY, "编辑",
mdb.REVERT, "恢复", mdb.PRUNES, "清理", mdb.PRUNE, "清理", mdb.EXPORT, "导出", mdb.IMPORT, "导入",

View File

@ -1,5 +1,4 @@
const {
kit, ice,
const {kit, ice,
ctx, mdb, web, aaa,
lex, yac, ssh, gdb,
tcp, nfs, cli, log,
@ -7,7 +6,5 @@ const {
http, html, icon, svg
} = require("const.js")
const {shy, Volcanos} = require("proto-wx.js")
var window = {}
var location = {}
var navigator = {userAgent: "MicroMessenger"}
var window = {}, location = {}, navigator = {userAgent: "MicroMessenger"}
Volcanos._page = {}

View File

@ -1,5 +1,4 @@
const {
kit, ice,
const {kit, ice,
ctx, mdb, web, aaa,
lex, yac, ssh, gdb,
tcp, nfs, cli, log,
@ -7,7 +6,5 @@ const {
http, html, icon, svg
} = require("../const.js")
const {shy, Volcanos} = require("../proto-wx.js")
var window = {}
var location = {}
var navigator = {userAgent: "MicroMessenger"}
var window = {}, location = {}, navigator = {userAgent: "MicroMessenger"}
module.exports =

View File

@ -1,5 +1,4 @@
const {
kit, ice,
const {kit, ice,
ctx, mdb, web, aaa,
lex, yac, ssh, gdb,
tcp, nfs, cli, log,