🆕 项目初始化,页面布局待修改完善

This commit is contained in:
my_ong
2024-12-01 19:02:48 +08:00
commit 6ebf253598
229 changed files with 32894 additions and 0 deletions

34
pont-config.json Normal file
View File

@@ -0,0 +1,34 @@
{
"outDir": "./src/api",
"templatePath": "./pontTemplate",
"usingMultipleOrigins": true,
"origins": [
{
"name": "auth",
"originUrl": "http://127.0.0.1:7777/v3/api-docs/auth",
"originType": "SwaggerV3",
"usingOperationId": true
},
{
"name": "acl",
"originUrl": "http://127.0.0.1:7777/v3/api-docs/acl",
"originType": "SwaggerV3",
"usingOperationId": true
},
{
"name": "dictionary",
"originUrl": "http://127.0.0.1:7777/v3/api-docs/dictionary",
"originType": "SwaggerV3",
"usingOperationId": true
},
{
"name": "material",
"originUrl": "http://127.0.0.1:7777/v3/api-docs/material",
"originType": "SwaggerV3",
"usingOperationId": true
}
]
}