mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 18:19:03 +08:00
feat:修复了亿点点bug
This commit is contained in:
Vendored
+2
@@ -1,7 +1,9 @@
|
||||
import { ElectronApi } from './types'
|
||||
import { ElectronAPI } from '@electron-toolkit/preload'
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
electron: ElectronAPI
|
||||
api: ElectronApi
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user