feat: 新增api自动生成配置

This commit is contained in:
DEV_DSW
2025-12-16 11:30:08 +08:00
parent bfc602c420
commit a7b4c23155
67 changed files with 9570 additions and 4588 deletions

View File

@@ -0,0 +1,13 @@
import type { GenerateServiceProps } from 'openapi-ts-request'
export default [
{
serversPath: './src/renderer/api',
requestLibPath: '@utils/request',
apifoxConfig: {
projectId: process.env.APIFOX_PROJECT_ID || '6424418',
apifoxToken: process.env.APIFOX_ACCESS_TOKEN || ''
},
},
] as GenerateServiceProps[]