forked from x/volcanos
add some
This commit is contained in:
parent
119465db1d
commit
3774877186
1
frame.js
1
frame.js
@ -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 = "********" }
|
||||||
|
|
||||||
|
@ -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; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user