mihomo/hub/route/patch_android.go

8 lines
105 B
Go
Raw Normal View History

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