mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 07:18:24 +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`,
|
||||
{
|
||||
method: 'PUT',
|
||||
},
|
||||
);
|
||||
console.log(await r.json());
|
||||
console.log(`同步 npmmirror 成功`);
|
||||
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user