warrior hace 1 día
padre
commit
3d4b37659d
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      api/routes.ts
  2. 1 1
      modules/fmode-feishu-api/package.json

+ 2 - 2
api/routes.ts

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

+ 1 - 1
modules/fmode-feishu-api/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@fmode/feishu-api",
-  "version": "0.0.2",
+  "version": "0.0.3",
   "description": "飞书 API 集成模块 - 提供飞书OAuth2登录、网页免登录等功能",
   "type": "module",
   "main": "src/index.ts",