mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-19 00:30:58 +00:00
chore: print low_memory tag
This commit is contained in:
parent
3a4b5fb145
commit
53b1250cd8
1 changed files with 5 additions and 0 deletions
5
constant/features/low_memory.go
Normal file
5
constant/features/low_memory.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package features
|
||||
|
||||
func init() {
|
||||
TAGS = append(TAGS, "with_low_memory")
|
||||
}
|
Loading…
Add table
Reference in a new issue