1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 00:38:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-06-08 08:01:46 +08:00
parent 8d5f3edf7a
commit 119465db1d
3 changed files with 3 additions and 2 deletions

View File

@ -349,7 +349,7 @@ div.toast.float div.action>div.item.notice input { border:var(--box-notice); }
div.toast.float div.action>div.item.open input { border:var(--box-notice); }
body>div.carte { border:0; padding:0; }
body>div.carte input[name=filter] { margin:var(--input-margin); width:calc(100% - 10px); position:sticky; top:var(--input-margin); }
body>div.carte div.item:not(.hide) { white-space:pre; padding:var(--button-padding); display:flex; align-items:center; }
body>div.carte div.item:not(hide) { white-space:pre; padding:var(--button-padding); display:flex; align-items:center; }
body>div.carte div.item i:first-child { margin-right:var(--button-margin); }
body>div.carte div.item span.icon.next { line-height:22px; height:22px; float:right; }
body>div.carte.select.float>div.item { text-align:center; }

View File

@ -20,7 +20,7 @@ fieldset.River:not(.all):not(.tabs):not(.page)>div.action div.item { margin-righ
fieldset.River:not(.all):not(.tabs):not(.page)>div.action div.item.share { display:none; }
fieldset.River:not(.all):not(.tabs):not(.page)>div.action div.item.refresh { display:none; }
fieldset.River:not(.all):not(.tabs):not(.page)>div.action div.item>input { display:none; }
body.tech fieldset.River:not(.all):not(.tabs):not(.page)>div.action div.item>span { display:unset; }
fieldset.River:not(.all):not(.tabs):not(.page)>div.action div.item>span { display:unset; }
fieldset.River:not(.all):not(.tabs):not(.page)>div.output div.item { padding:var(--button-padding); }
fieldset.River:not(.all):not(.tabs):not(.page)>div.output div.item>span { display:none; }
fieldset.River:not(.all):not(.tabs):not(.page)>div.output>div.item>i:last-child { display:none; }

View File

@ -135,6 +135,7 @@ Volcanos(chat.ONIMPORT, {
})
}
function load(msg) { can.db.tabview[key] = msg; var name = file
msg.result = msg.result||[""]
if (can.base.beginWith(file, web.HTTP)) { name = decodeURI(file.split(web.QS)[0])
var link = can.misc.ParseURL(can, name); if (link.pod) { name = link.pod }
name = can.base.trimPrefix(name, location.origin)