mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
12 lines
473 B
JavaScript
12 lines
473 B
JavaScript
Volcanos({name: "chat", iceberg: "/chat/", volcano: "/frame.js",
|
|
libs: ["/lib/base.js", "/lib/core.js", "/lib/misc.js", "/lib/page.js", "/lib/user.js"], panes: [
|
|
{name: "Action", help: "工作台", pos: "middle"},
|
|
], main: {name: "Action", engine: "remote", list: ["/publish/order.js"]}, plugin: [
|
|
"/plugin/state.js",
|
|
"/plugin/input.js",
|
|
"/plugin/table.js",
|
|
"/plugin/input/key.js",
|
|
"/plugin/input/date.js",
|
|
],
|
|
})
|