File tree Expand file tree Collapse file tree 9 files changed +76
-60
lines changed
luci-app-aliyundrive-webdav Expand file tree Collapse file tree 9 files changed +76
-60
lines changed Original file line number Diff line number Diff line change 22files = Cargo.toml README.md openwrt/aliyundrive-webdav/Makefile openwrt/luci-app-aliyundrive-webdav/Makefile merlin/config.json.js snap/snapcraft.yaml
33commit = False
44tag = False
5- current_version = 1.3.1
5+ current_version = 1.3.2
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## 1.3.2
6+
7+ * 不使用阿里云盘文件列表接口返回的可能有问题的图片下载地址
8+
59## 1.3.1
610
711* 降低获取文件下载地址接口调用次数
Original file line number Diff line number Diff line change 11[package ]
22name = " aliyundrive-webdav"
3- version = " 1.3.1 "
3+ version = " 1.3.2 "
44edition = " 2021"
55description = " WebDAV server for AliyunDrive"
66license = " MIT"
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ sudo snap install aliyundrive-webdav
3535aarch64/arm/mipsel/x86_64/i686 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例:
3636
3737``` bash
38- wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.3.1 /aliyundrive-webdav_1.3.1 -1_aarch64_generic.ipk
39- wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.3.1 /luci-app-aliyundrive-webdav_1.3.1_all .ipk
40- wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.3.1 /luci-i18n-aliyundrive-webdav-zh-cn_1.3.1 -1_all.ipk
41- opkg install aliyundrive-webdav_1.3.1 -1_aarch64_generic.ipk
42- opkg install luci-app-aliyundrive-webdav_1.3.1_all .ipk
43- opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.3.1 -1_all.ipk
38+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.3.2 /aliyundrive-webdav_1.3.2 -1_aarch64_generic.ipk
39+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.3.2 /luci-app-aliyundrive-webdav_1.3.2_all .ipk
40+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.3.2 /luci-i18n-aliyundrive-webdav-zh-cn_1.3.2 -1_all.ipk
41+ opkg install aliyundrive-webdav_1.3.2 -1_aarch64_generic.ipk
42+ opkg install luci-app-aliyundrive-webdav_1.3.2_all .ipk
43+ opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.3.2 -1_all.ipk
4444```
4545
4646其它 CPU 架构的路由器可在 [ GitHub Releases] ( https://github.com/messense/aliyundrive-webdav/releases ) 页面中查找对应的架构的主程序 ipk 文件下载安装, 常见
@@ -116,7 +116,7 @@ services:
116116
117117` ` ` bash
118118$ aliyundrive-webdav --help
119- aliyundrive-webdav 1.3.1
119+ aliyundrive-webdav 1.3.2
120120
121121USAGE:
122122 aliyundrive-webdav [OPTIONS]
Original file line number Diff line number Diff line change 44 "md5" : "c0bac93db83f87293a1e4efb7aa5a97c" ,
55 "module" : "aliyundrivewebdav" ,
66 "title" : "阿里云盘 WebDAV" ,
7- "version" : "1.3.1 "
7+ "version" : "1.3.2 "
88}
Original file line number Diff line number Diff line change 11include $(TOPDIR ) /rules.mk
22
33PKG_NAME: =aliyundrive-webdav
4- PKG_VERSION: =1.3.1
4+ PKG_VERSION: =1.3.2
55PKG_RELEASE: =$(AUTORELEASE )
66
77PKG_LICENSE: =MIT
Original file line number Diff line number Diff line change 11include $(TOPDIR ) /rules.mk
22
33PKG_NAME: =luci-app-aliyundrive-webdav
4- PKG_VERSION: =1.3.1
4+ PKG_VERSION: =1.3.2
55PKG_RELEASE: =1
66PKG_PO_VERSION: =$(PKG_VERSION ) -$(PKG_RELEASE )
77
Original file line number Diff line number Diff line change 11name : aliyundrive-webdav
2- version : ' 1.3.1 '
2+ version : ' 1.3.2 '
33summary : 阿里云盘 WebDAV
44description : |
55 阿里云盘 WebDAV 服务
You can’t perform that action at this time.
0 commit comments