fix: remove qx copy shortcut action

This commit is contained in:
2026-05-17 16:28:55 +08:00
parent ef17909032
commit cf1ad9e68d
3 changed files with 5 additions and 10 deletions
+1
View File
@@ -25,6 +25,7 @@ function run({ cookie = '', body = '' }) {
const notices = run({ cookie: `QDHeader=${encodeURIComponent(qdheader)}; QDH=abc` });
assert.equal(notices[0][1], '抓取成功 uid:123456');
assert.match(notices[0][2], /^启点ck /);
assert.equal(notices[0].length, 3);
}
{