fix(qdreader): shorten delete hint

This commit is contained in:
2026-05-23 02:16:28 +08:00
parent a8dc7233a7
commit 48ca7341f9
3 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -683,7 +683,8 @@ test('account menu first screen lists accounts and positive number opens config'
assert.match(r.replies[0], /账号列表如下/);
assert.match(r.replies[0], /1、12\*\*\*45\[主号\]/);
assert.match(r.replies[0], /2、67\*\*\*90\[副号\]/);
assert.match(r.replies[0], /-删除账号,例如 -1/);
assert.match(r.replies[0], /-删除账号/);
assert.doesNotMatch(r.replies[0], /例如/);
assert.match(r.replies[1], /启点账号详情/);
assert.match(r.replies[1], /67\*\*\*90/);
assert.match(r.replies[1], /账号操作/);