mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
9 lines
481 B
JavaScript
9 lines
481 B
JavaScript
Volcanos({name: "demo", volcano: "/frame.js", iceberg: "http://localhost:9020/chat/", intshell: "plug.sh",
|
|
libs: ["/lib/base", "/lib/core", "/lib/misc", "/lib/page", "/lib/user"], panes: [
|
|
{type: "pane", name: "Action", help: "工作台", pos: "middle", list: ["/pane/Action.js", "/pane/Action.css"]},
|
|
], main: {name: "Action", engine: "remote", list: ["/publish/order.js"]}, plugin: [
|
|
"/plugin/state.js", "/plugin/input.js", "/plugin/table.js",
|
|
],
|
|
})
|
|
|