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