mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
29dd8072dd
commit
44d1296349
@ -18,6 +18,8 @@ Volcanos({name: "chat", panels: [
|
|||||||
"/plugin/local/wiki/draw.js",
|
"/plugin/local/wiki/draw.js",
|
||||||
"/plugin/local/wiki/word.js",
|
"/plugin/local/wiki/word.js",
|
||||||
"/plugin/local/chat/div.js",
|
"/plugin/local/chat/div.js",
|
||||||
|
"/plugin/local/team/plan.js",
|
||||||
|
"/plugin/input/province.js",
|
||||||
], river: {
|
], river: {
|
||||||
serivce: {name: "运营群", storm: {
|
serivce: {name: "运营群", storm: {
|
||||||
wx: {name: "公众号 wx", action: [
|
wx: {name: "公众号 wx", action: [
|
||||||
|
@ -1,11 +1,25 @@
|
|||||||
Volcanos({name: "popup", iceberg: "http://localhost:9020/chat/", panels: [
|
Volcanos({name: "popup", iceberg: "http://localhost:9020/chat/", panels: [
|
||||||
{name: "Header", help: "标题栏", pos: chat.HEAD, state: ["time", "username", "avatar"]},
|
{name: "Header", help: "标题栏", pos: chat.HEAD, state: ["time", "username", "avatar"]},
|
||||||
{name: "Search", help: "搜索框", pos: chat.AUTO},
|
|
||||||
{name: "River", help: "群聊组", pos: chat.LEFT, action: ["create", "refresh"]},
|
{name: "River", help: "群聊组", pos: chat.LEFT, action: ["create", "refresh"]},
|
||||||
{name: "Action", help: "工作台", pos: chat.MAIN},
|
{name: "Action", help: "工作台", pos: chat.MAIN},
|
||||||
|
{name: "Search", help: "搜索框", pos: chat.AUTO},
|
||||||
{name: "Footer", help: "状态条", pos: chat.FOOT, state: ["ncmd"]},
|
{name: "Footer", help: "状态条", pos: chat.FOOT, state: ["ncmd"]},
|
||||||
], main: {name: "Header", list: ["/publish/order.js"]}, plugin: [
|
], main: {name: "Header", list: ["/publish/order.js"]}, plugin: [
|
||||||
"/plugin/state.js", "/plugin/input.js", "/plugin/table.js",
|
"/plugin/state.js",
|
||||||
|
"/plugin/input.js",
|
||||||
|
"/plugin/table.js",
|
||||||
|
"/plugin/input/key.js",
|
||||||
|
"/plugin/input/date.js",
|
||||||
|
"/plugin/story/spide.js",
|
||||||
|
"/plugin/story/trend.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/chat/div.js",
|
||||||
|
"/plugin/local/team/plan.js",
|
||||||
|
"/plugin/input/province.js",
|
||||||
], river: {
|
], river: {
|
||||||
serivce: {name: "运营群", storm: {
|
serivce: {name: "运营群", storm: {
|
||||||
wx: {name: "公众号 wx", action: [
|
wx: {name: "公众号 wx", action: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user