fix: remove hardcoded email placeholder

This commit is contained in:
2026-07-26 21:23:13 +08:00
parent 93776c7d98
commit 6cb0759630
+1 -1
View File
@@ -96,7 +96,7 @@ const PageMarket = {
overlay.className = 'modal-overlay';
overlay.innerHTML = `<div class="modal" style="min-width:360px;max-width:400px">
<h3>市场账户</h3>
<div class="form-group"><label>邮箱</label><input id="ml-email" type="email" placeholder="yeij@yeij.top"></div>
<div class="form-group"><label>邮箱</label><input id="ml-email" type="email" placeholder="your@email.com"></div>
<div class="form-group"><label>密码</label><input id="ml-pass" type="password"></div>
<div class="modal-actions">
<button class="btn btn-secondary btn-sm" id="ml-logout" style="display:none;margin-right:auto">退出</button>