mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
chore: add android feature and patch
This commit is contained in:
6
constant/features/cmfa.go
Normal file
6
constant/features/cmfa.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build cmfa
|
||||
package features
|
||||
|
||||
func init() {
|
||||
TAGS = append(TAGS, "cmfa")
|
||||
}
|
||||
Reference in New Issue
Block a user