1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 01:04:06 +08:00
volcanos/index.js
2020-08-13 22:54:47 +08:00

22 lines
958 B
JavaScript

_can_name = ""
Volcanos({name: "chat", volcano: "/frame.js", iceberg: "/chat/",
libs: ["/lib/base.js", "/lib/core.js", "/lib/misc.js", "/lib/page.js", "/lib/user.js"], panes: [
{name: "Header", help: "标题栏", pos: "head", state: ["time", "username"]},
{name: "Search", help: "搜索框", pos: "float"},
{name: "River", help: "群聊组", pos: "left"},
{name: "Action", help: "工作台", pos: "middle"},
{name: "Footer", help: "状态条", pos: "foot", state: ["ncmd"]},
], main: {name: "Header", engine: "remote", list: ["publish/order.js"]}, plugin: [
"/plugin/state.js",
"/plugin/table.js",
"/plugin/input.js",
"/plugin/input/key.js",
"/plugin/input/date.js",
"/plugin/local/team/plan.js",
"/plugin/local/wiki/draw.js",
"/plugin/local/wiki/word.js",
"/plugin/local/code/vimer.js",
"/plugin/local/code/inner.js",
],
})