增加面、集结地、箭头、双箭头绘制和编辑

This commit is contained in:
zh
2025-09-05 18:41:33 +08:00
parent 80f63fcca1
commit 4b0473b928
26 changed files with 1205 additions and 229 deletions

View File

@ -4,5 +4,7 @@ declare global {
interface Window {
electron: ElectronAPI
api: unknown
Cesium: any
YJColorPicker: any
}
}

View File

@ -18,4 +18,8 @@ if (process.contextIsolated) {
window.electron = electronAPI
// @ts-ignore (define in dts)
window.electronAPI = api
// @ts-ignore (define in dts)
window.Cesium = Cesium
// @ts-ignore (define in dts)
window.YJColorPicker = YJColorPicker
}