1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-01-26 11:00:47 +08:00
parent 8b747fa704
commit 3fc7aba1b3
2 changed files with 83 additions and 91 deletions

View File

@ -59,16 +59,11 @@ var cli = {
START: "start", STOP: "stop",
OPEN: "open", CLOSE: "close",
BEGIN: "begin", END: "end",
EXEC: "exec", CODE: "code",
DONE: "done",
COST: "cost",
FROM: "from", BACK: "back",
MAIN: "main", MAKE: "make", SHOW: "show",
EXEC: "exec", DONE: "done", CODE: "code", COST: "cost",
ERROR: "error", CLEAR: "clear", REFRESH: "refresh",
SHOW: "show",
MAIN: "main",
MAKE: "make",
FROM: "from", BACK: "back",
RED: "red", GREEN: "green", BLUE: "blue",
YELLOW: "yellow", CYAN: "cyan", PURPLE: "purple", MAGENTA: "magenta",
@ -94,7 +89,7 @@ var mdb = {
MODIFY: "modify", SELECT: "select",
INPUTS: "inputs", PRUNES: "prunes", EXPORT: "export", IMPORT: "import",
PLUGIN: "plugin", RENDER: "render", SEARCH: "search", ENGINE: "engine",
SEARCH: "search", ENGINE: "engine", RENDER: "render", PLUGIN: "plugin",
NEXT: "next", PREV: "prev", PAGE: "page", MAIN: "main",
FOREACH: "*", RANDOMS: "%",
@ -103,14 +98,11 @@ var ssh = {
SCRIPT: "script",
}
var nfs = {
DEFS: "defs",
HTML: "html", CSS: "css", JS: "js", GO: "go", SH: "sh", CSV: "csv", JSON: "json",
PATH: "path", FILE: "file", LINE: "line", SIZE: "size",
DIR: "dir", CAT: "cat", TRASH: "trash",
DIR: "dir", CAT: "cat", DEFS: "defs", TRASH: "trash",
DIR_ROOT: "dir_root",
FIND: "find", GREP: "grep",
SAVE: "save", LOAD: "load",
TAGS: "tags",
SAVE: "save", LOAD: "load", TAGS: "tags", FIND: "find", GREP: "grep",
}
var tcp = {
HOST: "host", PORT: "port",

View File

@ -22,9 +22,9 @@
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"useMultiFrameRuntime": false,
"useApiHook": false,
"useApiHostProcess": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
@ -37,9 +37,9 @@
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": false,
"minifyWXML": true
"useCompilerPlugins": false
},
"compileType": "miniprogram",
"libVersion": "2.15.0",