mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-07-05 01:42:35 +08:00
add: 国家策略组功能
This commit is contained in:
@ -6,4 +6,8 @@ type ConvertRequest struct {
|
||||
Template string `form:"template" json:"template"`
|
||||
Delete string `form:"delete" json:"delete"`
|
||||
Rename map[string]string `form:"rename" json:"rename"`
|
||||
Group bool `form:"group" json:"group"`
|
||||
GroupType string `form:"group-type" json:"group-type"`
|
||||
SortKey string `form:"sort" json:"sort"`
|
||||
SortType string `form:"sort-type" json:"sort-type"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user