Clash.Meta/hub/route/patch_android.go
2024-09-30 13:08:50 +08:00

8 lines
105 B
Go

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