mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -407,9 +407,9 @@ html {
|
||||
padding-bottom: 10px;
|
||||
> .item {
|
||||
padding: 5px 0;
|
||||
.run {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.run {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -430,7 +430,8 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
$('.joe_run__minute').html(minute)
|
||||
$('.joe_run__second').html(second)
|
||||
}
|
||||
if (Joe.BIRTHDAY) {
|
||||
if (Joe.BIRTHDAY && /(\d{4})\/(\d{1,2})\/(\d{1,2}) (\d{1,2})\:(\d{1,2})\:(\d{1,2})/.test(Joe.BIRTHDAY)) {
|
||||
console.log(1);
|
||||
getRunTime()
|
||||
setInterval(getRunTime, 1000)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user