后端代码

This commit is contained in:
liumengyu
2026-08-24 17:48:55 +08:00
parent e0485f7366
commit aa4145fd33
419 changed files with 3684 additions and 53031 deletions
-21
View File
@@ -1,21 +0,0 @@
declare module 'fuse.js/dist/fuse.min.js' {
const Fuse: any
export default Fuse
}
declare module 'compression-webpack-plugin' {
const CompressionPlugin: any
export default CompressionPlugin
}
declare module 'vuex' {
export function mapState(...args: any[]): any
export function mapGetters(...args: any[]): any
export function mapMutations(...args: any[]): any
export function mapActions(...args: any[]): any
export function createNamespacedHelpers(...args: any[]): any
const Store: any
export { Store }
const Vuex: any
export default Vuex
}