Skip to content

Commit 2485f39

Browse files
committed
chore: update cdn default UserAgent
1 parent 10fb740 commit 2485f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/cdn/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default class Cdn {
4141
}
4242
}
4343

44-
async pushCdnUrls(urls: string[], userAgent = 'flush', area = 'mainland') {
44+
async pushCdnUrls(urls: string[], userAgent = 'TencentCdn', area = 'mainland') {
4545
console.log(`Pushing CDN caches...`);
4646
try {
4747
await APIS.PushUrlsCache(this.capi, {

0 commit comments

Comments
 (0)