feat: CSP Violation ( 感叹号图标被拦截 )
All checks were successful
Web Console Deploy (Vue 3 + Vite) / deploy (push) Successful in 1m15s
Backend Deploy (Go + Docker) / deploy (push) Successful in 1m36s

This commit is contained in:
zs
2026-03-03 00:47:39 +08:00
parent 50bd2925c1
commit 235fc9c87f
4 changed files with 68 additions and 1 deletions

7
web/src/vite-env.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
/// <reference types="vite/client" />
declare module "*.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}