黄盛发 21 часов назад
Родитель
Сommit
1d04958bd8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      api/routes.ts

+ 1 - 1
api/routes.ts

@@ -38,7 +38,7 @@ router.use('/amazon', createSpApiRouter());
 let createSorftimeRouter;
 try {
   ({ createSorftimeRouter } = await globalThis.loadModule(
-    'https://repos.fmode.cn/x/fmode-sorftime-api/0.0.3/fmode-sorftime-api.min.js?code=xxxxxxx'
+    'https://repos.fmode.cn/x/fmode-sorftime-api/0.0.4/fmode-sorftime-api.min.js?code=xxxxxxx'
   ));
 } catch (e) {
   console.warn("[API Routes] CDN 加载失败, 使用本地模块回退", e);