mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 21:20:29 +08:00
chore: remove default policy-priority
This commit is contained in:
parent
36c4b6f0d1
commit
266953e525
@ -40,7 +40,7 @@ function main(config) {
|
|||||||
|
|
||||||
// 确保 Smart 组有正确的配置
|
// 确保 Smart 组有正确的配置
|
||||||
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}
|
||||||
@ -63,7 +63,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