Skip to content

Commit

Permalink
v3.6.6
Browse files Browse the repository at this point in the history
1.登录提醒免打扰为仅记录日志时,应对所有登录提醒(包括失败的登录)生效 fix #287
2. 改进定时任务和主程序冲突,导致定时任务信息不全的问题
3. 简化 IP 获取逻辑
4. 删除多余代码和一些修复
  • Loading branch information
tty228 committed Jul 13, 2024
1 parent d3da14d commit 071b978
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-wechatpush
PKG_VERSION:=3.5.5
PKG_VERSION:=3.5.6
PKG_RELEASE:=

PKG_MAINTAINER:=tty228 <[email protected]>
Expand Down
6 changes: 3 additions & 3 deletions po/zh_Hans/wechatpush.po
Original file line number Diff line number Diff line change
Expand Up @@ -737,15 +737,15 @@ msgid "Only record in the log"
msgstr "仅记录到日志"

#: 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 "忽略所有登录提醒(包括失败的登录),仅记录到日志"

#: 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 "仅在首次登录时推送通知"

#: 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 "在设定时间间隔内,仅首次发送推送通知"

#: applications/luci-app-wechatpush/htdocs/luci-static/resources/view/wechatpush/config.js:675
Expand Down

0 comments on commit 071b978

Please sign in to comment.