refactor: 移除共享设置操作相关代码,优化侧边栏布局和样式

This commit is contained in:
QLHazyCoder
2026-05-28 21:43:40 +08:00
parent a7f7e68c76
commit 822599194b
14 changed files with 206 additions and 93 deletions
@@ -367,7 +367,7 @@ function clearTimeout(value) {
async function persistSignupPhoneInputForAction() {
phonePersistCalls += 1;
}
function updateSaveButtonState() {}
function updateSettingsSaveState() {}
function collectSettingsPayload() {
return { luckmailApiKey: 'autofilled-key' };
}