1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-06-08 23:06:42 +08:00
parent 5ed5c3df3c
commit 1edd43c97f
4 changed files with 5 additions and 4 deletions

View File

@ -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(

View File

@ -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"}

View File

@ -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"}

View File

@ -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 = {}