Adapt to fatweb-api

This commit is contained in:
2023-10-10 16:37:02 +08:00
parent e506a9bf0e
commit e8efecfe64
5 changed files with 66 additions and 93 deletions

1
src/vite-env.d.ts vendored
View File

@@ -17,6 +17,7 @@ type RouteHandle = {
type _Response<T> = {
code: number
success: boolean
msg: string
data: T | null
}