在订阅数据结构中新增node_count字段,用于统计符合条件的节点数量 实现根据节点ID和标签计算启用节点数量的逻辑
This commit is contained in:
@@ -2029,6 +2029,7 @@ type Subscribe struct {
|
||||
Quota int64 `json:"quota"`
|
||||
Nodes []int64 `json:"nodes"`
|
||||
NodeTags []string `json:"node_tags"`
|
||||
NodeCount int64 `json:"node_count"`
|
||||
Show bool `json:"show"`
|
||||
Sell bool `json:"sell"`
|
||||
Sort int64 `json:"sort"`
|
||||
|
||||
Reference in New Issue
Block a user