2024-07-29 17:31:14 +08:00
|
|
|
extends:
|
|
|
|
- recommended
|
|
|
|
|
|
|
|
apis:
|
|
|
|
internal@v2:
|
|
|
|
root: dist/static/api/openapi.json
|
|
|
|
public-filter:
|
2024-08-23 18:13:50 +08:00
|
|
|
root: dist/static/api/openapi.json
|
2024-07-29 17:31:14 +08:00
|
|
|
decorators:
|
|
|
|
filter-in:
|
|
|
|
property: x-public
|
|
|
|
value: yes
|
|
|
|
public@v2:
|
|
|
|
root: dist/static/api/public.json
|
|
|
|
|
|
|
|
features.openapi:
|
|
|
|
theme:
|
|
|
|
logo:
|
|
|
|
gutter: "2rem"
|
|
|
|
colors:
|
|
|
|
primary:
|
|
|
|
main: "#e2b714"
|
|
|
|
border:
|
|
|
|
dark: "#e2b714"
|
|
|
|
light: "#e2b714"
|
|
|
|
error:
|
|
|
|
main: "#da3333"
|
|
|
|
success:
|
|
|
|
main: "#009400"
|
|
|
|
text:
|
|
|
|
primary: "#646669"
|
|
|
|
secondary: "#d1d0c5"
|
|
|
|
warning:
|
|
|
|
main: "#FF00FF"
|
|
|
|
http:
|
|
|
|
delete: "#da3333"
|
|
|
|
post: "#004D94"
|
2024-09-05 23:28:19 +08:00
|
|
|
patch: "#af8d0f"
|
2024-07-29 17:31:14 +08:00
|
|
|
get: "#009400"
|
|
|
|
sidebar:
|
|
|
|
backgroundColor: "#323437"
|
|
|
|
textColor: "#d1d0c5"
|
|
|
|
activeTextColor: "#e2b714"
|
|
|
|
rightPanel:
|
|
|
|
backgroundColor: "#323437"
|
|
|
|
textColor: "#d1d0c5"
|