1
0
forked from x/volcanos
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-06-08 23:06:28 +08:00
parent 119465db1d
commit 3774877186
3 changed files with 2 additions and 1 deletions

View File

@ -613,6 +613,7 @@ Volcanos(chat.ONAPPEND, {
// if (key == mdb.NAME && value) { _value = can.user.trans(can, value, null, html.INPUT) } // if (key == mdb.NAME && value) { _value = can.user.trans(can, value, null, html.INPUT) }
if (key == mdb.HASH && can.ConfIndex() == web.TOKEN) { _value = value.slice(0, 4)+"****" } if (key == mdb.HASH && can.ConfIndex() == web.TOKEN) { _value = value.slice(0, 4)+"****" }
if (key == "secretKey" && value) { _value = value.slice(0, 4)+"****" } if (key == "secretKey" && value) { _value = value.slice(0, 4)+"****" }
if (key == "secret" && value) { _value = value.slice(0, 4)+"****" }
if (key == web.TOKEN && value) { _value = value.slice(0, 4)+"****" } if (key == web.TOKEN && value) { _value = value.slice(0, 4)+"****" }
if (key == aaa.PASSWORD && value) { _value = "********" } if (key == aaa.PASSWORD && value) { _value = "********" }

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); } div.toast.float div.action>div.item.open input { border:var(--box-notice); }
body>div.carte { border:0; padding:0; } 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 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 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 div.item span.icon.next { line-height:22px; height:22px; float:right; }
body>div.carte.select.float>div.item { text-align:center; } body>div.carte.select.float>div.item { text-align:center; }