Browse Source

fix: 调试路由加载报错

黄盛发 17 giờ trước cách đây
mục cha
commit
0481fe5ff5
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      api/routes.ts
  2. 1 1
      modules/fmode-tikhub-server/package.json

+ 1 - 1
api/routes.ts

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

+ 1 - 1
modules/fmode-tikhub-server/package.json

@@ -1,6 +1,6 @@
 {
   "name": "fmode-tikhub-api-customize",
-  "version": "0.0.6",
+  "version": "0.0.7",
   "description": "TikHub API Module for Node.js",
   "main": "dist/mod.js",
   "types": "dist/mod.d.ts",