fix: fix the BrowserOpenURL method signature in the ts declaration file

This commit is contained in:
misitebao
2021-09-13 21:54:04 +08:00
parent f983649bc6
commit 2616d87922

View File

@@ -73,7 +73,7 @@ interface runtime {
WindowSetRGBA(rgba: RGBA): void;
BrowserOpenURL(): void;
BrowserOpenURL(utl: string): void;
Quit(): void;
}