mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-05 21:47:31 +00:00
Feature: support store group selected node to cache (enable by default)
This commit is contained in:
10
component/profile/profile.go
Normal file
10
component/profile/profile.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package profile
|
||||
|
||||
import (
|
||||
"go.uber.org/atomic"
|
||||
)
|
||||
|
||||
var (
|
||||
// StoreSelected is a global switch for storing selected proxy to cache
|
||||
StoreSelected = atomic.NewBool(true)
|
||||
)
|
||||
Reference in New Issue
Block a user