platform: Add openURL event

This commit is contained in:
世界
2024-11-05 18:27:51 +08:00
parent 9585c53e9f
commit 718cffea9a
7 changed files with 130 additions and 15 deletions
@@ -25,4 +25,5 @@ type Interface interface {
ClearDNSCache()
ReadWIFIState() adapter.WIFIState
process.Searcher
OpenURL(url string)
}