fix: also recover screenshot pricing

This commit is contained in:
Yanlong Wang 2024-07-30 20:11:55 +08:00
parent d3f3a8502a
commit 0f239793d2
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37

View File

@ -301,7 +301,7 @@ export class CrawlerHost extends RPCHost {
return {
...this.getGeneralSnapshotMixins(snapshot),
html: snapshot.html,
// html: snapshot.html,
screenshotUrl: snapshot.screenshotUrl,
toString() {
return this.screenshotUrl;