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
@@ -8,6 +8,7 @@ test('sidepanel html keeps a single contribution mode button in header', () => {
assert.equal(matches.length, 1);
assert.match(html, /id="btn-contribution-mode"[^>]*title="进入贡献模式"/);
assert.match(html, />贡献\/使用<\/button>/);
});
test('sidepanel source no longer keeps the legacy upload-page handler on the header contribution button', () => {