Vanessa 2025-07-11 19:56:14 +08:00
parent 0e8931ff12
commit 357290d518
8 changed files with 50 additions and 28 deletions

View file

@ -141,7 +141,7 @@ interface CSSStyleDeclarationElectron extends CSSStyleDeclaration {
interface Window {
echarts: {
init(element: HTMLElement, theme?: string, options?: {
init(element: Element, theme?: string, options?: {
width: number
}): {
setOption(option: any): void;