diff --git a/frame.js b/frame.js index 8a547606..d0cca6b6 100644 --- a/frame.js +++ b/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.HASH && can.ConfIndex() == web.TOKEN) { _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 == aaa.PASSWORD && value) { _value = "********" } diff --git a/index.css b/index.css index 78a8f1eb..e7d22c12 100644 --- a/index.css +++ b/index.css @@ -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; } diff --git a/publish/client/mp/utils/proto.js b/publish/client/mp/utils/proto-wx.js similarity index 100% rename from publish/client/mp/utils/proto.js rename to publish/client/mp/utils/proto-wx.js