forked from x/ContextOS
add some
This commit is contained in:
parent
5ed5c3df3c
commit
1edd43c97f
@ -43,7 +43,8 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
||||
"logs", "日志", "conf", "配置", "configs", "配置", "inspect", "详情",
|
||||
"add", "添加", "opt", "优化", "fix", "修复",
|
||||
"status", "源码",
|
||||
|
||||
"doc", "文档",
|
||||
|
||||
"scan", "扫描",
|
||||
"sso", "登录",
|
||||
html.INPUT, kit.Dict(
|
||||
|
@ -6,7 +6,7 @@ const {
|
||||
code, wiki, chat, team, mall,
|
||||
http, html, icon, svg
|
||||
} = require("const.js")
|
||||
const {shy, Volcanos} = require("proto.js")
|
||||
const {shy, Volcanos} = require("proto-wx.js")
|
||||
var window = {}
|
||||
var location = {}
|
||||
var navigator = {userAgent: "MicroMessenger"}
|
||||
|
@ -6,7 +6,7 @@ const {
|
||||
code, wiki, chat, team, mall,
|
||||
http, html, icon, svg
|
||||
} = require("../const.js")
|
||||
const {shy, Volcanos} = require("../proto.js")
|
||||
const {shy, Volcanos} = require("../proto-wx.js")
|
||||
var window = {}
|
||||
var location = {}
|
||||
var navigator = {userAgent: "MicroMessenger"}
|
||||
|
@ -6,5 +6,5 @@ const {
|
||||
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-wx.js")
|
||||
Volcanos._page = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user