diff --git a/homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js b/homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js index dcfdfd25..73ec4060 100644 --- a/homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js +++ b/homeproxy/htdocs/luci-static/resources/view/homeproxy/client.js @@ -198,7 +198,7 @@ return view.extend({ var ipv6_support = this.map.lookupOption('ipv6_support', section_id)[0].formvalue(section_id); if (dns_servers.length > 2) - return _('You can only have 2 servers set at maximum.'); + return _('You can only have two servers set at maximum.'); for (var i of dns_servers) if (!stubValidator.apply((ipv6_support === '1') ? 'ipaddr' : 'ip4addr', i)) diff --git a/homeproxy/po/templates/homeproxy.pot b/homeproxy/po/templates/homeproxy.pot index 193dd40d..bfb37240 100644 --- a/homeproxy/po/templates/homeproxy.pot +++ b/homeproxy/po/templates/homeproxy.pot @@ -2316,15 +2316,12 @@ msgstr "" msgid "Xudp (Xray-core)" msgstr "" -#: htdocs/luci-static/resources/view/homeproxy/client.js:201 -msgid "You can only have 2 servers set at maximum." -msgstr "" - #: htdocs/luci-static/resources/view/homeproxy/client.js:159 msgid "You can only have one server set. It MUST support TCP query." msgstr "" #: htdocs/luci-static/resources/view/homeproxy/client.js:186 +#: htdocs/luci-static/resources/view/homeproxy/client.js:201 msgid "You can only have two servers set at maximum." msgstr "" diff --git a/homeproxy/po/zh_Hans/homeproxy.po b/homeproxy/po/zh_Hans/homeproxy.po index e465dec0..6b878922 100644 --- a/homeproxy/po/zh_Hans/homeproxy.po +++ b/homeproxy/po/zh_Hans/homeproxy.po @@ -2375,17 +2375,14 @@ msgstr "信风公共 DNS(114.114.114.114)" msgid "Xudp (Xray-core)" msgstr "Xudp (Xray-core)" -#: htdocs/luci-static/resources/view/homeproxy/client.js:201 -msgid "You can only have 2 servers set at maximum." -msgstr "您最多只能设置两个服务器。" - #: htdocs/luci-static/resources/view/homeproxy/client.js:159 msgid "You can only have one server set. It MUST support TCP query." msgstr "您只能设置一个服务器。它必须支持 TCP 查询。" #: htdocs/luci-static/resources/view/homeproxy/client.js:186 +#: htdocs/luci-static/resources/view/homeproxy/client.js:201 msgid "You can only have two servers set at maximum." -msgstr "" +msgstr "您最多只能设置两个服务器。" #: htdocs/luci-static/resources/homeproxy.js:228 msgid "Your %s was successfully uploaded. Size: %sB." diff --git a/quickstart/Makefile b/quickstart/Makefile index 42986c9b..6374570f 100644 --- a/quickstart/Makefile +++ b/quickstart/Makefile @@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk PKG_ARCH_quickstart:=$(ARCH) PKG_NAME:=quickstart -PKG_VERSION:=0.8.7 +PKG_VERSION:=0.8.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/linkease/istore-packages/releases/download/prebuilt/ -PKG_HASH:=994ea38fcc4002e9dffd1ffe2d7cdf828e9365b6a2ba61c61c257f7c2af131a5 +PKG_HASH:=51678ee23e84eeed4be6cbdb957450c00bb2863a75f2cd072f4552743e3e5488 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)