mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-02-18 03:16:30 +01:00
Update counter
This commit is contained in:
parent
a7aa338aa1
commit
e1c6b198d2
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
let lastPull = {
|
let lastPull = {
|
||||||
id: '0',
|
id: '0',
|
||||||
time: 0,
|
time: '',
|
||||||
}
|
}
|
||||||
|
|
||||||
function cancel() {
|
function cancel() {
|
||||||
|
@ -229,7 +229,7 @@
|
||||||
|
|
||||||
if (row.id > lastPull.id) {
|
if (row.id > lastPull.id) {
|
||||||
lastPull.id = row.id;
|
lastPull.id = row.id;
|
||||||
lastPull.time = time.format();
|
lastPull.time = row.time;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (time.unix() <= newestPullTime) {
|
if (time.unix() <= newestPullTime) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue