mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-11 04:50:56 +00:00
7 lines
105 B
Go
7 lines
105 B
Go
//go:build android && cmfa
|
|
|
|
package route
|
|
|
|
func init() {
|
|
SetEmbedMode(true) // set embed mode default
|
|
}
|