fix: 修复回填更新与截图刷新

This commit is contained in:
巫凤萍
2026-08-16 22:22:50 +08:00
parent 74671a9b9f
commit cac6c5e83b
5 changed files with 34 additions and 9 deletions

View File

@@ -200,6 +200,8 @@ test("issues external task links and supports one-to-one note submissions", asyn
assert.match(imageRoute, /creator-center\//);
assert.match(imageRoute, /imageKind === "publish"/);
assert.match(imageRoute, /imageKind === "creator"/);
assert.match(imageRoute, /isMutableEvidence/);
assert.match(imageRoute, /"private, no-store"/);
assert.match(imageRoute, /Content-Type", "video\/mp4"/);
assert.match(imageRoute, /video-\$\{imageIndex\}\.mp4/);
assert.match(imageRoute, /downloadRequested \? "attachment" : "inline"/);