add logic support customize job no active time range. add standalone logic to handle no active job. fix logic of set tempTargetJobIndexToCheckDetail

This commit is contained in:
geekgeekrun
2025-05-03 03:31:39 +08:00
parent 67e4b94f9e
commit 043d782a05
8 changed files with 300 additions and 108 deletions
@@ -0,0 +1,3 @@
export const activeDescList = [
'', "半年前活跃","近半年活跃","5月内活跃","4月内活跃","3月内活跃","2月内活跃","本月活跃","2周内活跃","本周活跃","3日内活跃","昨日活跃","今日活跃","刚刚活跃"
]