优化监控任务多账号配置
This commit is contained in:
@@ -8,7 +8,21 @@
|
||||
"intervalSeconds": 18000,
|
||||
"cooldownSeconds": 1800,
|
||||
"config": {
|
||||
"assetThreshold": 500
|
||||
"assetThreshold": 500,
|
||||
"accounts": [
|
||||
{
|
||||
"sourceKey": "default",
|
||||
"label": "默认账号",
|
||||
"enabled": true,
|
||||
"assetThreshold": 100
|
||||
},
|
||||
{
|
||||
"sourceKey": "account2",
|
||||
"label": "备用账号 1",
|
||||
"enabled": true,
|
||||
"assetThreshold": 500
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user