瀏覽代碼

feat: 更新sorftime的版本

黄盛发 6 月之前
父節點
當前提交
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);