Revert "platform: Add openURL event"

This reverts commit 718cffea9a.
This commit is contained in:
世界 2024-11-05 20:03:39 +08:00
parent 1d517b6ca5
commit f504fb0d46
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
7 changed files with 15 additions and 130 deletions

View file

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