mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
登录增加错误延迟提醒
This commit is contained in:
@@ -57,7 +57,11 @@ const CronLogModal = ({
|
||||
content: (
|
||||
<span>
|
||||
系统将在
|
||||
<Countdown format="ss" value={Date.now() + 1000 * 10} />
|
||||
<Countdown
|
||||
className="inline-countdown"
|
||||
format="ss"
|
||||
value={Date.now() + 1000 * 10}
|
||||
/>
|
||||
秒后自动刷新
|
||||
</span>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user