Files
Archive/clash-meta/hub/route/patch_android.go
T
2024-09-30 20:38:23 +02:00

8 lines
105 B
Go

//go:build android && cmfa
package route
func init() {
SetEmbedMode(true) // set embed mode default
}