1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-02-29 00:29:13 +08:00
parent 1fc2989b36
commit dc07cb9703
2 changed files with 7 additions and 3 deletions

View File

@ -417,7 +417,8 @@ var icon = {
word: "bi bi-book",
repos: "bi bi-git",
vimer: "bi bi-file-earmark-code",
vimer: "bi bi-bug",
// vimer: "bi bi-file-earmark-code",
build: "bi bi-tools",
xterm: "bi bi-terminal",
cmds: "bi bi-terminal",
@ -435,7 +436,10 @@ var icon = {
username: "bi bi-person-gear",
portal: "bi bi-globe",
desktop: "bi bi-window-desktop", admin: "bi bi-window-sidebar", dream: "bi bi-grid-3x3-gap", space: "bi bi-grid-3x3-gap",
desktop: "bi bi-window-desktop", admin: "bi bi-window-sidebar",
// dream: "bi bi-grid-3x3-gap",
dream: "bi bi-diagram-3",
space: "bi bi-grid-3x3-gap",
configs: "bi bi-gear", config: "bi bi-gear", conf: "bi bi-gear", logs: "bi bi-calendar4-week",
save: "bi bi-floppy", trash: "bi bi-trash",

View File

@ -164,7 +164,7 @@ Volcanos(chat.ONACTION, {list: ["刷新数据",
can.user.input(event, can, [{name: "message", display: "/require/usr/icebergs/core/chat/message.js", run: function(event, cmds, cb) {
can._root.Header.run(can.request(event, {pod: can.ConfSpace()}), [ctx.ACTION, "message"].concat(cmds), function(msg) { cb(msg) })
}}], function(list) {
can._root.Header.run(event, [ctx.ACTION, "message", list[0], mdb.TYPE, "plug", web.SPACE, can.ConfSpace(), ctx.INDEX, can.ConfIndex(), ctx.ARGS, JSON.stringify(can.Option())])
can._root.Header.run(can.request(event, {pod: can.ConfSpace()}), [ctx.ACTION, "message", list[0], mdb.TYPE, "plug", ctx.INDEX, can.ConfIndex(), ctx.ARGS, JSON.stringify(can.Option())])
})
},
"生成链接": function(event, can) { can.onmotion.share(event, can, [], [web.LINK, can.user.copy(event, can, can.onexport.link(can))]) },