refactor: ky

This commit is contained in:
skytek_xinliang
2026-05-07 11:17:30 +08:00
parent 87fbc1dda8
commit 71683482e1
15 changed files with 146 additions and 360 deletions
Vendored
-15
View File
@@ -1,6 +1,5 @@
/// <reference types="vite/client" />
import 'axios'
import 'vue-router'
declare module 'vue-router' {
@@ -13,17 +12,3 @@ declare module 'vue-router' {
}
}
declare module 'axios' {
interface AxiosRequestConfig {
meta?: {
silentToast?: boolean
}
}
interface InternalAxiosRequestConfig {
meta?: {
silentToast?: boolean
}
}
}