This commit is contained in:
eleanor.mao
2025-06-03 00:03:08 +08:00
commit 48f2c49c2b
100 changed files with 34596 additions and 0 deletions

15
config/oneapi.json Normal file
View File

@ -0,0 +1,15 @@
{
"openapi": "3.0.1",
"info": {
"title": "boluo",
"version": "1.0.0"
},
"servers": [
{
"url": "http://localhost:8000/"
},
{
"url": "https://localhost:8000/"
}
]
}