fix: 修复2925邮箱模式按钮的数据属性名称
This commit is contained in:
@@ -67,7 +67,7 @@ const inputSub2ApiGroup = document.getElementById('input-sub2api-group');
|
||||
const selectMailProvider = document.getElementById('select-mail-provider');
|
||||
const btnMailLogin = document.getElementById('btn-mail-login');
|
||||
const rowMail2925Mode = document.getElementById('row-mail-2925-mode');
|
||||
const mail2925ModeButtons = Array.from(document.querySelectorAll('[data-mail-2925-mode]'));
|
||||
const mail2925ModeButtons = Array.from(document.querySelectorAll('[data-mail2925-mode]'));
|
||||
const rowEmailGenerator = document.getElementById('row-email-generator');
|
||||
const selectEmailGenerator = document.getElementById('select-email-generator');
|
||||
const rowTempEmailBaseUrl = document.getElementById('row-temp-email-base-url');
|
||||
|
||||
Reference in New Issue
Block a user