1.0.2原版

This commit is contained in:
2026-07-26 14:13:39 +08:00
commit 975b937d9c
50 changed files with 10241 additions and 0 deletions
Vendored
+14
View File
@@ -0,0 +1,14 @@
/// <reference types="unplugin-icons/types/vue" />
export { };
declare module "*.vue" {
import Vue from "vue";
export default Vue;
}
declare module "axios" {
export interface AxiosRequestConfig {
mute?: boolean;
}
}