1.登录提醒免打扰为仅记录日志时,应对所有登录提醒(包括失败的登录)生效 fix https://github.com/tty228/luci-app-wechatpush/issues/287
2. 改进定时任务和主程序冲突,导致定时任务信息不全的问题
3. 简化 IP 获取逻辑
4. 删除多余代码和一些修复
This commit is contained in:
tty228 2024-07-13 16:39:55 +08:00
parent d3da14d0da
commit 071b978709
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-wechatpush PKG_NAME:=luci-app-wechatpush
PKG_VERSION:=3.5.5 PKG_VERSION:=3.5.6
PKG_RELEASE:= PKG_RELEASE:=
PKG_MAINTAINER:=tty228 <tty228@yeah.net> PKG_MAINTAINER:=tty228 <tty228@yeah.net>

View File

@ -737,15 +737,15 @@ msgid "Only record in the log"
msgstr "仅记录到日志" msgstr "仅记录到日志"
#: applications/luci-app-wechatpush/htdocs/luci-static/resources/view/wechatpush/config.js:704 #: applications/luci-app-wechatpush/htdocs/luci-static/resources/view/wechatpush/config.js:704
msgid "Ignore all login reminders and only record in the log" msgid "Ignore all login notifications (including failed logins), and only record them in the log."
msgstr "忽略所有登录提醒(包括失败的登录),仅记录到日志" msgstr "忽略所有登录提醒(包括失败的登录),仅记录到日志"
#: applications/luci-app-wechatpush/htdocs/luci-static/resources/view/wechatpush/config.js:706 #: applications/luci-app-wechatpush/htdocs/luci-static/resources/view/wechatpush/config.js:706
msgid "Send notification only on the first login." msgid "Send notification only on the first login"
msgstr "仅在首次登录时推送通知" msgstr "仅在首次登录时推送通知"
#: applications/luci-app-wechatpush/htdocs/luci-static/resources/view/wechatpush/config.js:673 #: applications/luci-app-wechatpush/htdocs/luci-static/resources/view/wechatpush/config.js:673
msgid "Send notification only once within the specified time interval" msgid "Send notification only once within the specified time interval."
msgstr "在设定时间间隔内,仅首次发送推送通知" msgstr "在设定时间间隔内,仅首次发送推送通知"
#: applications/luci-app-wechatpush/htdocs/luci-static/resources/view/wechatpush/config.js:675 #: applications/luci-app-wechatpush/htdocs/luci-static/resources/view/wechatpush/config.js:675