mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
fix: sync
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
await fetch(
|
const r = await fetch(
|
||||||
`https://registry-direct.npmmirror.com/@gkd-kit/subscription/sync`,
|
`https://registry-direct.npmmirror.com/@gkd-kit/subscription/sync`,
|
||||||
{
|
{
|
||||||
method: 'PUT',
|
method: 'PUT',
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
console.log(await r.json());
|
||||||
|
console.log(`同步 npmmirror 成功`);
|
||||||
|
|
||||||
export {};
|
export {};
|
||||||
|
|||||||
Reference in New Issue
Block a user