mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 07:18:24 +08:00
feat: sync
This commit is contained in:
8
scripts/sync.ts
Normal file
8
scripts/sync.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
await fetch(
|
||||
`https://registry-direct.npmmirror.com/@gkd-kit/subscription/sync`,
|
||||
{
|
||||
method: 'PUT',
|
||||
},
|
||||
);
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user