warrior 9 цаг өмнө
parent
commit
2ceb315689

+ 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",