warrior 13 часов назад
Родитель
Сommit
2ceb315689
2 измененных файлов с 2 добавлено и 2 удалено
  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.2/fmode-tikhub-api-customize.min.js?code=xxxxxxx'
+    'https://repos.fmode.cn/x/fmode-tikhub-api-customize/0.0.3/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.2",
+  "version": "0.0.3",
   "description": "TikHub API Module for Node.js",
   "main": "dist/mod.js",
   "types": "dist/mod.d.ts",