zhangdocs 1.1.25 → 1.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -60,7 +60,7 @@ style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background:
|
|
|
60
60
|
<h2 style="margin: 0 0 20px 0; text-align: center; color: #333;">访问验证</h2>
|
|
61
61
|
<p style="margin: 0 0 15px 0; color: #666; text-align: center;">请输入访问令牌</p>
|
|
62
62
|
<form id="token-form" onsubmit="return false;">
|
|
63
|
-
<input type="password" id="token-input" placeholder="请输入token"
|
|
63
|
+
<input type="password" id="token-input" placeholder="请输入token" autocomplete="new-password"
|
|
64
64
|
style="width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 5px; font-size: 16px; margin-bottom: 15px; box-sizing: border-box;">
|
|
65
65
|
<div style="text-align: center;">
|
|
66
66
|
<button type="submit" id="token-submit"
|