chore: 支持过滤0业绩的数据

This commit is contained in:
2025-11-21 16:47:28 +08:00
parent 59c09546a9
commit 94cb525301
3 changed files with 52 additions and 19 deletions

View File

@@ -146,23 +146,23 @@
{
"id": 14,
"name": "赵十六",
"score": 732,
"score": 0,
"level": "C",
"avatar": "🎯",
"department": "财务部",
"completedTasks": 20,
"bonus": 300,
"bonus": 0,
"team": "力争上游"
},
{
"id": 15,
"name": "钱十七",
"score": 715,
"score": 0,
"level": "C",
"avatar": "🎯",
"department": "人力资源部",
"completedTasks": 18,
"bonus": 300,
"bonus": 0,
"team": "蓄势待发"
}
],
@@ -377,7 +377,8 @@
"department": "left",
"bonus": "left"
},
"defaultDisplayRows": 7
"defaultDisplayRows": 7,
"filterZeroScore": true
},
"team": {
"showMemberCount": false,
@@ -402,7 +403,8 @@
"leader": "left",
"bonus": "left"
},
"defaultDisplayRows": 0
"defaultDisplayRows": 0,
"filterZeroScore": false
},
"championLogos": {
"teamChampion": "",
@@ -436,10 +438,7 @@
"enabled": true
},
"pattern": {
"strongBeats": [
1,
4
],
"strongBeats": [],
"totalBeats": 4,
"accentMultiplier": 1.5,
"accentFrequencyOffset": 10,