update 2022-08-15 23:44:32

This commit is contained in:
github-actions[bot]
2022-08-15 23:44:32 +08:00
parent 6525a7798b
commit f1e4e13330
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=aliyundrive-webdav
PKG_VERSION:=1.9.0
PKG_VERSION:=1.10.0
PKG_RELEASE:=$(AUTORELEASE)
PKG_LICENSE:=MIT

View File

@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-aliyundrive-webdav
PKG_VERSION:=1.9.0
PKG_VERSION:=1.10.0
PKG_RELEASE:=1
PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)

View File

@@ -357,7 +357,7 @@ local function processData(szType, content)
result.type = "v2ray"
result.v2ray_protocol = "vless"
result.server = url.host
result.port = url.port
result.server_port = url.port
result.vmess_id = url.user
result.vless_encryption = params.encryption or "none"
result.transport = params.type or "tcp"