Skip to content

Commit 695212b

Browse files
committed
sync
1 parent 6d4cce2 commit 695212b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SHUQI/shuqireadtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ async function shuqiapp() {
159159
///////////////////////////【CenBoMin-Network request order】//////////////////////////////////
160160
//7.每日阅读
161161
async function task7() {
162-
if (readtime <= 2) {
162+
if (readtime <= 1) {
163163
$.log(`💡今日阅读时长cookie失效,请重新获取📱`);
164164
tz += `💡今日阅读时长cookie失效,请重新获取📱\n`
165165
} else if (readtime >= 0 && totaltime >= readtime && mymaxtime >= readtime) {

0 commit comments

Comments
 (0)