feat: openapi supoort

This commit is contained in:
engigu
2026-03-05 22:22:46 +08:00
parent 9fec4ecdb5
commit 863a298609
22 changed files with 1266 additions and 227 deletions
+3
View File
@@ -29,6 +29,9 @@ jobs:
- name: Build Web
run: make build-web
- name: Generate Swagger
run: make swag
- name: Build Binaries
run: |
VERSION=${{ github.ref_name }}