fix: 修复回填更新与截图刷新
This commit is contained in:
@@ -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"/);
|
||||
|
||||
Reference in New Issue
Block a user