1.5.1原版

This commit is contained in:
anian
2026-03-09 21:13:30 +08:00
commit 65174cb3df
55 changed files with 10364 additions and 0 deletions
+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;
}
}