platform: Add openURL event

This commit is contained in:
世界
2024-10-30 22:48:10 +08:00
parent 9585c53e9f
commit 718cffea9a
7 changed files with 130 additions and 15 deletions

View File

@@ -25,4 +25,5 @@ type Interface interface {
ClearDNSCache()
ReadWIFIState() adapter.WIFIState
process.Searcher
OpenURL(url string)
}