// 加载组件样式 (function () { if (!document.querySelector('link[href*="resetAuth.css"]')) { const link = document.createElement("link"); link.rel = "stylesheet"; link.href = `${url}components/resetAuth/resetAuth.css`; document.head.appendChild(link); } })(); const resetAuth = { template: `
{{lang.reset_auth_detail_title}}
{{lang.reset_auth_reset_button}}{{lang.reset_auth_modify_tip}}
{{lang.reset_auth_current_info}}:
{{lang.reset_auth_new_info}}:
{{lang.reset_auth_domain_tip}}
{{lang.reset_auth_domain_example}}
{{lang.reset_auth_select_verify_tip}}
{{lang.reset_auth_manual_review_desc}}
{{lang.reset_auth_auto_reset_desc}}
{{lang.reset_auth_verify_tip}}
{{lang.reset_auth_current_verify_info}}
{{lang.reset_auth_scan_tip}}