Vanessa 2025-07-18 11:25:51 +08:00
parent b1a04d67d9
commit 8befb8d691
3 changed files with 15 additions and 14 deletions

View file

@ -140,6 +140,9 @@ interface CSSStyleDeclarationElectron extends CSSStyleDeclaration {
}
interface Window {
DOMPurify: {
sanitize(dirty: string): string;
};
echarts: {
init(element: Element, theme?: string, options?: {
width: number