mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-28 05:30:29 +08:00
chore: remove default policy-priority
This commit is contained in:
parent
e3e373d579
commit
6993015ce1
@ -38,7 +38,7 @@ function main(config) {
|
|||||||
console.log('[Smart Override] Found existing smart group:', group.name)
|
console.log('[Smart Override] Found existing smart group:', group.name)
|
||||||
|
|
||||||
if (!group['policy-priority']) {
|
if (!group['policy-priority']) {
|
||||||
group['policy-priority'] = 'Premium:0.9;SG:1.3'
|
group['policy-priority'] = '' // policy-priority: <1 means lower priority, >1 means higher priority, the default is 1, pattern support regex and string
|
||||||
}
|
}
|
||||||
group.uselightgbm = ${useLightGBM}
|
group.uselightgbm = ${useLightGBM}
|
||||||
group.collectdata = ${collectData}
|
group.collectdata = ${collectData}
|
||||||
@ -60,7 +60,7 @@ function main(config) {
|
|||||||
const smartGroup = {
|
const smartGroup = {
|
||||||
name: 'Smart Group',
|
name: 'Smart Group',
|
||||||
type: 'smart',
|
type: 'smart',
|
||||||
'policy-priority': 'Premium:0.9;SG:1.3',
|
'policy-priority': '', // policy-priority: <1 means lower priority, >1 means higher priority, the default is 1, pattern support regex and string
|
||||||
uselightgbm: ${useLightGBM},
|
uselightgbm: ${useLightGBM},
|
||||||
collectdata: ${collectData},
|
collectdata: ${collectData},
|
||||||
strategy: '${strategy}',
|
strategy: '${strategy}',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user