mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
24 lines
1.1 KiB
JavaScript
24 lines
1.1 KiB
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"], panels: [
|
|
{name: "Header", help: "标题栏", pos: "head", state: ["time", "username", "avatar"]},
|
|
{name: "Search", help: "搜索框", pos: "auto"},
|
|
{name: "River", help: "群聊组", pos: "left", action: ["创建", "刷新"]},
|
|
{name: "Action", help: "工作台", pos: "main"},
|
|
{name: "Footer", help: "状态条", pos: "foot", state: ["ncmd"]},
|
|
], main: {name: "Header", engine: "remote", list: ["/publish/order.js"]}, plugin: [
|
|
"/plugin/state.js",
|
|
"/plugin/input.js",
|
|
"/plugin/table.js",
|
|
"/plugin/input/key.js",
|
|
"/plugin/input/date.js",
|
|
"/plugin/story/trend.js",
|
|
"/plugin/story/spide.js",
|
|
"/plugin/local/code/inner.js",
|
|
"/plugin/local/code/vimer.js",
|
|
"/plugin/local/wiki/draw/path.js",
|
|
"/plugin/local/wiki/draw.js",
|
|
"/plugin/local/wiki/word.js",
|
|
"/plugin/local/team/plan.js",
|
|
],
|
|
})
|