feat: 添加对未触发自动登录的处理,复用当前已登录会话

This commit is contained in:
QLHazyCoder
2026-04-22 23:21:17 +08:00
parent 877d545dc5
commit 6039cbaf87
3 changed files with 79 additions and 0 deletions
@@ -186,6 +186,7 @@ const inputTempEmailBaseUrl = { value: '' };
const inputTempEmailAdminAuth = { value: '' };
const inputTempEmailCustomAuth = { value: '' };
const inputTempEmailReceiveMailbox = { value: '' };
const inputTempEmailUseRandomSubdomain = { checked: false };
const inputAutoSkipFailures = { checked: false };
const inputAutoSkipFailuresThreadIntervalMinutes = { value: '0' };
const inputAutoDelayEnabled = { checked: false };