update 05-10 23:44:01

This commit is contained in:
github-actions[bot]
2022-05-10 23:44:01 +08:00
parent 81c49763ec
commit c6aba4f441
3 changed files with 3 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ define Package/luci-app-adguardhome/conffiles
/usr/share/AdGuardHome/links.txt /usr/share/AdGuardHome/links.txt
/etc/config/AdGuardHome /etc/config/AdGuardHome
/etc/AdGuardHome.yaml /etc/AdGuardHome.yaml
/etc/AdGuardHome.yaml
endef endef
define Package/luci-app-adguardhome/postinst define Package/luci-app-adguardhome/postinst

View File

@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-ssr-plus PKG_NAME:=luci-app-ssr-plus
PKG_VERSION:=185 PKG_VERSION:=185
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_CONFIG_DEPENDS:= \ PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun \ CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun \

View File

@@ -319,7 +319,7 @@ function import_ssr_url(btn, urlname, sid) {
} }
switch (queryParam.type) { switch (queryParam.type) {
case "ws": case "ws":
document.getElementsByName('cbid.shadowsocksr.' + sid + '.ws_host')[0].value = queryParam.host; //document.getElementsByName('cbid.shadowsocksr.' + sid + '.ws_host')[0].value = queryParam.host;
document.getElementsByName('cbid.shadowsocksr.' + sid + '.ws_path')[0].value = queryParam.path || "/"; document.getElementsByName('cbid.shadowsocksr.' + sid + '.ws_path')[0].value = queryParam.path || "/";
break; break;
case "kcp": case "kcp":