mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
13 lines
401 B
JavaScript
13 lines
401 B
JavaScript
var Config = {
|
|
main: "chat", list: [
|
|
"page/chat", "pane/River", "pane/Storm", "pane/Action",
|
|
"plugin/state", "plugin/input", "plugin/table", "plugin/inner",
|
|
],
|
|
libs: ["lib/base", "lib/core", "lib/misc", "lib/page", "lib/user"],
|
|
pane: [
|
|
{group: "index", name: "River"},
|
|
{group: "index", name: "Storm"},
|
|
{group: "index", name: "Action"},
|
|
],
|
|
}
|