From 513c829a1a61f9daf19e4ca51639f44dc7c99b95 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 26 Mar 2022 09:22:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20[=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=A4=96=E7=BD=AE=E7=BF=BB=E9=A1=B5=E8=A7=84=E5=88=99]=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD(=E5=8A=A0=E4=BA=86=E4=B8=AA=E6=8F=90?= =?UTF-8?q?=E9=86=92)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Autopage.user.js b/Autopage.user.js index 25abae1..2a4f7d9 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -1427,6 +1427,7 @@ function: { //'https://github.do/https://raw.githubusercontent.com/XIU2/UserScript/master/other/Autopage/rules.json' if (update) { // 手动更新(或安装后首次更新) + GM_notification({text: '🔄 更新外置翻页规则中,请勿操作网页...', timeout: 3000}); getRulesUrl_(true); } else if (parseInt(+new Date()/1000) - GM_getValue('menu_ruleUpdateTime', 0) > 259200) { // 自动更新,距离上次检查更新超过 3 天,则立即更新规则 getRulesUrl_();