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-04-06 15:05:24 +08:00
parent 6ee21fc9ca
commit 6276ab803a
2 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ Volcanos(chat.ONAPPEND, {_init: function(can, meta, list, cb, target, field) {
field: function(can, type, item, target) { type = type||html.STORY, item = item||{} field: function(can, type, item, target) { type = type||html.STORY, item = item||{}
var name = can.core.Split(item.nick||item.index||"", " .").pop()||""; can.base.isIn(name, var name = can.core.Split(item.nick||item.index||"", " .").pop()||""; can.base.isIn(name,
tcp.SERVER, tcp.CLIENT, web.STUDIO, mdb.SEARCH, web.SERVICE, "instance", tcp.SERVER, tcp.CLIENT, web.STUDIO, mdb.SEARCH, web.SERVICE, can.core.Split(can.ConfIndex(), ".").pop(), "launchTemplate",
) && (name = (item.index||"").split(".").slice(-2).join(".")), (type != html.PLUG && !can.base.isIn(can.ConfIndex(), ) && (name = (item.index||"").split(".").slice(-2).join(".")), (type != html.PLUG && !can.base.isIn(can.ConfIndex(),
web.DESKTOP, web.MESSAGE, web.VIMER, web.DESKTOP, web.MESSAGE, web.VIMER,
)) && (name = can.core.Keys(item.space||item._space, name)) )) && (name = can.core.Keys(item.space||item._space, name))

View File

@ -205,7 +205,7 @@ div.toggle.project { top:20%; left:0; border-top-right-radius:var(--plugin-radiu
div.content>div.toggle.profile { top:20%; right:0; border-top-left-radius:var(--plugin-radius); border-bottom-left-radius:var(--plugin-radius); } div.content>div.toggle.profile { top:20%; right:0; border-top-left-radius:var(--plugin-radius); border-bottom-left-radius:var(--plugin-radius); }
div.content>div.toggle.display { left:20%; bottom:-52px; rotate:90deg; border-top-left-radius:var(--plugin-radius); border-bottom-left-radius:var(--plugin-radius); } div.content>div.toggle.display { left:20%; bottom:-52px; rotate:90deg; border-top-left-radius:var(--plugin-radius); border-bottom-left-radius:var(--plugin-radius); }
div.project:not(.toggle) { width:var(--project-width); flex:0 0 var(--project-width); } div.project:not(.toggle) { width:var(--project-width); flex:0 0 var(--project-width); }
div.profile:not(.toggle) { width:50%; flex:0 0 50%; } div.layout>div.profile:not(.toggle) { width:50%; flex:0 0 50%; }
/* fieldset */ /* fieldset */
div.item.online.state { margin-left:var(--button-margin) !important; display:block; } div.item.online.state { margin-left:var(--button-margin) !important; display:block; }
body.mobile div.item.online.state { display:none; } body.mobile div.item.online.state { display:none; }