fix: 为InfrastEnteredFlag添加延迟以避免信用通知对右上角基建提醒的遮挡 (#9597)

* fix: add postdelay for InfrastEnteredFlag to avoid office notification conflication

为InfrastEnteredFlag添加延迟以避免信用通知对右上角基建提醒的遮挡

* fix: remove comma
This commit is contained in:
皆川すみれ
2024-07-11 13:55:19 +08:00
committed by GitHub
parent 25e9e0d745
commit dadbfd92d0

View File

@@ -6818,7 +6818,8 @@
"next": [
"InfrastNotification",
"Stop"
]
],
"postDelay": 5000
},
"InfrastNotification": {
"roi": [
@@ -18759,4 +18760,4 @@
"Stop"
]
}
}
}