We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4cce2 commit 695212bCopy full SHA for 695212b
1 file changed
SHUQI/shuqireadtime.js
@@ -159,7 +159,7 @@ async function shuqiapp() {
159
///////////////////////////【CenBoMin-Network request order】//////////////////////////////////
160
//7.每日阅读
161
async function task7() {
162
- if (readtime <= 2) {
+ if (readtime <= 1) {
163
$.log(`💡今日阅读时长cookie失效,请重新获取📱`);
164
tz += `💡今日阅读时长cookie失效,请重新获取📱\n`
165
} else if (readtime >= 0 && totaltime >= readtime && mymaxtime >= readtime) {
0 commit comments