Skip to content

Commit

Permalink
v3.5.1
Browse files Browse the repository at this point in the history
fix #275
  • Loading branch information
tty228 committed Jul 7, 2024
1 parent 710e0e0 commit 15e7b01
Show file tree
Hide file tree
Showing 3 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.0
PKG_VERSION:=3.5.1
PKG_RELEASE:=

PKG_MAINTAINER:=tty228 <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions htdocs/luci-static/resources/view/wechatpush/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ return view.extend({
_('May fail due to server stability and frequent connections.<br/>If the interface can obtain the IP address properly, it is not recommended to use this method.'));

o = s.taboption('content', widgets.DeviceSelect, 'ipv4_interface', _("Device"));
o.description = _('Typically, it should be pppoe-wan or WAN interface. For multi-wan environments, please choose accordingly.');
o.description = _('Generally, it should be the pppoe-wan or WAN interface. For multi-dial environments, please select the appropriate interface yourself.');
o.modalonly = true;
o.multiple = false;
o.default = 'pppoe-wan';
Expand Down Expand Up @@ -384,7 +384,7 @@ return view.extend({
_('May fail due to server stability and frequent connections.<br/>If the interface can obtain the IP address properly, it is not recommended to use this method.'));

o = s.taboption('content', widgets.DeviceSelect, 'ipv6_interface', _("Device"));
o.description = _('Typically, it should be WAN or br-lan interface. For multi-wan environments, please choose accordingly.');
o.description = _('Generally, it should be the pppoe-wan or WAN interface. For multi-dial environments, please select the appropriate interface yourself.');
o.modalonly = true;
o.multiple = false;
o.default = 'WAN';
Expand Down
2 changes: 1 addition & 1 deletion po/zh_Hans/wechatpush.po
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ msgstr "从以上列表中随机访问地址<br />文本框请使用「保存」

#: applications/luci-app-wechatpush/htdocs/luci-static/resources/view/wechatpush/config.js:315
#: applications/luci-app-wechatpush/htdocs/luci-static/resources/view/wechatpush/config.js:366
msgid "Typically, it should be pppoe-wan or WAN interface. For multi-wan environments, please choose accordingly."
msgid "Generally, it should be the pppoe-wan or WAN interface. For multi-dial environments, please select the appropriate interface yourself."
msgstr "一般应为 pppoe-wan 或 WAN 接口。多拨环境请自行选择。"

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

0 comments on commit 15e7b01

Please sign in to comment.