浏览代码

Merge branch 'master' of https://git.fmode.cn/nkkj/hongben-server

gangvy 7 小时之前
父节点
当前提交
af94e00bbc
共有 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);