Преглед изворни кода

feat: 更新sorftime的版本

黄盛发 пре 1 недеља
родитељ
комит
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);