feat: configure max notification items
This commit is contained in:
@@ -137,7 +137,7 @@ app.post('/api/notify-test', async (req, res) => {
|
||||
const task = { id: 'notify-test', name: '通知渠道测试' };
|
||||
const summary = {
|
||||
minScore: Number(config.minScore ?? 75),
|
||||
maxNotifyItems: 1,
|
||||
maxNotifyItems: config.maxNotifyItems ?? 1,
|
||||
total: 1,
|
||||
recommendedCount: 1,
|
||||
cautionCount: 0,
|
||||
|
||||
Reference in New Issue
Block a user