mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
8b747fa704
commit
3fc7aba1b3
22
proto.js
22
proto.js
@ -59,16 +59,11 @@ var cli = {
|
|||||||
START: "start", STOP: "stop",
|
START: "start", STOP: "stop",
|
||||||
OPEN: "open", CLOSE: "close",
|
OPEN: "open", CLOSE: "close",
|
||||||
BEGIN: "begin", END: "end",
|
BEGIN: "begin", END: "end",
|
||||||
EXEC: "exec", CODE: "code",
|
|
||||||
DONE: "done",
|
MAIN: "main", MAKE: "make", SHOW: "show",
|
||||||
COST: "cost",
|
EXEC: "exec", DONE: "done", CODE: "code", COST: "cost",
|
||||||
FROM: "from", BACK: "back",
|
|
||||||
ERROR: "error", CLEAR: "clear", REFRESH: "refresh",
|
ERROR: "error", CLEAR: "clear", REFRESH: "refresh",
|
||||||
|
FROM: "from", BACK: "back",
|
||||||
|
|
||||||
SHOW: "show",
|
|
||||||
MAIN: "main",
|
|
||||||
MAKE: "make",
|
|
||||||
|
|
||||||
RED: "red", GREEN: "green", BLUE: "blue",
|
RED: "red", GREEN: "green", BLUE: "blue",
|
||||||
YELLOW: "yellow", CYAN: "cyan", PURPLE: "purple", MAGENTA: "magenta",
|
YELLOW: "yellow", CYAN: "cyan", PURPLE: "purple", MAGENTA: "magenta",
|
||||||
@ -94,7 +89,7 @@ var mdb = {
|
|||||||
MODIFY: "modify", SELECT: "select",
|
MODIFY: "modify", SELECT: "select",
|
||||||
INPUTS: "inputs", PRUNES: "prunes", EXPORT: "export", IMPORT: "import",
|
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",
|
NEXT: "next", PREV: "prev", PAGE: "page", MAIN: "main",
|
||||||
|
|
||||||
FOREACH: "*", RANDOMS: "%",
|
FOREACH: "*", RANDOMS: "%",
|
||||||
@ -103,14 +98,11 @@ var ssh = {
|
|||||||
SCRIPT: "script",
|
SCRIPT: "script",
|
||||||
}
|
}
|
||||||
var nfs = {
|
var nfs = {
|
||||||
DEFS: "defs",
|
|
||||||
HTML: "html", CSS: "css", JS: "js", GO: "go", SH: "sh", CSV: "csv", JSON: "json",
|
HTML: "html", CSS: "css", JS: "js", GO: "go", SH: "sh", CSV: "csv", JSON: "json",
|
||||||
PATH: "path", FILE: "file", LINE: "line", SIZE: "size",
|
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",
|
DIR_ROOT: "dir_root",
|
||||||
FIND: "find", GREP: "grep",
|
SAVE: "save", LOAD: "load", TAGS: "tags", FIND: "find", GREP: "grep",
|
||||||
SAVE: "save", LOAD: "load",
|
|
||||||
TAGS: "tags",
|
|
||||||
}
|
}
|
||||||
var tcp = {
|
var tcp = {
|
||||||
HOST: "host", PORT: "port",
|
HOST: "host", PORT: "port",
|
||||||
|
@ -1,83 +1,83 @@
|
|||||||
{
|
{
|
||||||
"description": "项目配置文件",
|
"description": "项目配置文件",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"ignore": []
|
"ignore": []
|
||||||
|
},
|
||||||
|
"setting": {
|
||||||
|
"urlCheck": true,
|
||||||
|
"es6": true,
|
||||||
|
"enhance": false,
|
||||||
|
"postcss": true,
|
||||||
|
"preloadBackgroundData": false,
|
||||||
|
"minified": true,
|
||||||
|
"newFeature": true,
|
||||||
|
"coverView": true,
|
||||||
|
"nodeModules": false,
|
||||||
|
"autoAudits": false,
|
||||||
|
"showShadowRootInWxmlPanel": true,
|
||||||
|
"scopeDataCheck": false,
|
||||||
|
"uglifyFileName": false,
|
||||||
|
"checkInvalidKey": true,
|
||||||
|
"checkSiteMap": true,
|
||||||
|
"uploadWithSourceMap": true,
|
||||||
|
"compileHotReLoad": false,
|
||||||
|
"lazyloadPlaceholderEnable": false,
|
||||||
|
"useMultiFrameRuntime": false,
|
||||||
|
"useApiHook": false,
|
||||||
|
"useApiHostProcess": false,
|
||||||
|
"babelSetting": {
|
||||||
|
"ignore": [],
|
||||||
|
"disablePlugins": [],
|
||||||
|
"outputPath": ""
|
||||||
},
|
},
|
||||||
"setting": {
|
"enableEngineNative": false,
|
||||||
"urlCheck": true,
|
"useIsolateContext": true,
|
||||||
"es6": true,
|
"userConfirmedBundleSwitch": false,
|
||||||
"enhance": false,
|
"packNpmManually": false,
|
||||||
"postcss": true,
|
"packNpmRelationList": [],
|
||||||
"preloadBackgroundData": false,
|
"minifyWXSS": true,
|
||||||
"minified": true,
|
"disableUseStrict": false,
|
||||||
"newFeature": true,
|
"minifyWXML": true,
|
||||||
"coverView": true,
|
"showES6CompileOption": false,
|
||||||
"nodeModules": false,
|
"useCompilerPlugins": false
|
||||||
"autoAudits": false,
|
},
|
||||||
"showShadowRootInWxmlPanel": true,
|
"compileType": "miniprogram",
|
||||||
"scopeDataCheck": false,
|
"libVersion": "2.15.0",
|
||||||
"uglifyFileName": false,
|
"appid": "wxf4e5104d83476ed6",
|
||||||
"checkInvalidKey": true,
|
"projectname": "%E7%BB%88%E7%AB%AF%E5%B7%A5%E5%85%B7%E9%93%BE",
|
||||||
"checkSiteMap": true,
|
"debugOptions": {
|
||||||
"uploadWithSourceMap": true,
|
"hidedInDevtools": []
|
||||||
"compileHotReLoad": false,
|
},
|
||||||
"lazyloadPlaceholderEnable": false,
|
"isGameTourist": false,
|
||||||
"useMultiFrameRuntime": true,
|
"simulatorType": "wechat",
|
||||||
"useApiHook": true,
|
"simulatorPluginLibVersion": {},
|
||||||
"useApiHostProcess": true,
|
"condition": {
|
||||||
"babelSetting": {
|
"search": {
|
||||||
"ignore": [],
|
"list": []
|
||||||
"disablePlugins": [],
|
|
||||||
"outputPath": ""
|
|
||||||
},
|
|
||||||
"enableEngineNative": false,
|
|
||||||
"useIsolateContext": true,
|
|
||||||
"userConfirmedBundleSwitch": false,
|
|
||||||
"packNpmManually": false,
|
|
||||||
"packNpmRelationList": [],
|
|
||||||
"minifyWXSS": true,
|
|
||||||
"disableUseStrict": false,
|
|
||||||
"showES6CompileOption": false,
|
|
||||||
"useCompilerPlugins": false,
|
|
||||||
"minifyWXML": true
|
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"conversation": {
|
||||||
"libVersion": "2.15.0",
|
"list": []
|
||||||
"appid": "wxf4e5104d83476ed6",
|
|
||||||
"projectname": "%E7%BB%88%E7%AB%AF%E5%B7%A5%E5%85%B7%E9%93%BE",
|
|
||||||
"debugOptions": {
|
|
||||||
"hidedInDevtools": []
|
|
||||||
},
|
},
|
||||||
"isGameTourist": false,
|
"plugin": {
|
||||||
"simulatorType": "wechat",
|
"list": []
|
||||||
"simulatorPluginLibVersion": {},
|
},
|
||||||
"condition": {
|
"game": {
|
||||||
"search": {
|
"currentL": -1,
|
||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
"conversation": {
|
"gamePlugin": {
|
||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
"plugin": {
|
"miniprogram": {
|
||||||
"list": []
|
"list": [
|
||||||
},
|
{
|
||||||
"game": {
|
"id": 0,
|
||||||
"currentL": -1,
|
"name": "pages/action/action",
|
||||||
"list": []
|
"pathName": "pages/action/action",
|
||||||
},
|
"query": "river= e0a1eb&storm=c23ae3&title=hi.scan",
|
||||||
"gamePlugin": {
|
"scene": 1001
|
||||||
"list": []
|
|
||||||
},
|
|
||||||
"miniprogram": {
|
|
||||||
"list": [
|
|
||||||
{
|
|
||||||
"id": 0,
|
|
||||||
"name": "pages/action/action",
|
|
||||||
"pathName": "pages/action/action",
|
|
||||||
"query": "river= e0a1eb&storm=c23ae3&title=hi.scan",
|
|
||||||
"scene": 1001
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user