chore: disallow some restful api for CMFA

This commit is contained in:
wwqgtxx
2024-09-30 13:08:50 +08:00
parent fc9d5cfee9
commit a330fa1506
4 changed files with 24 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
//go:build android && cmfa
package route
func init() {
SetEmbedMode(true) // set embed mode default
}