feat: 添加编辑和取消编辑功能到2925邮箱管理器,更新相关UI和测试用例

This commit is contained in:
QLHazyCoder
2026-04-21 02:16:45 +08:00
parent c04403c302
commit 5d2b60af56
6 changed files with 144 additions and 5 deletions
+1
View File
@@ -17,6 +17,7 @@ test('sidepanel html contains mail2925 pool toggle and selector controls', () =>
assert.match(html, /id="input-mail2925-use-account-pool"/);
assert.match(html, /id="select-mail2925-pool-account"/);
assert.match(html, /id="btn-cancel-mail2925-edit"/);
});
test('mail2925 manager exposes a factory and renders empty state', () => {