Merge pull request #311 from Seed680/main

chore(autobackup): 更新插件版本并添加webdavclient3依赖
This commit is contained in:
thsrite
2026-01-20 16:30:09 +08:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -419,11 +419,12 @@
"name": "自动备份",
"description": "自动备份数据和配置文件。",
"labels": "系统设置",
"version": "2.1.3",
"version": "2.1.4",
"icon": "Time_machine_B.png",
"author": "thsrite",
"level": 1,
"history": {
"v2.1.4": "引入webdavclient3依赖",
"v2.1.3": "增加webdav支持",
"v2.1.1": "更新 PostgreSQL 客户端安装逻辑",
"v2.1.0": "支持postgresql备份权限问题需手动执行插件详情命令安装client",

View File

@@ -35,7 +35,7 @@ class AutoBackup(_PluginBase):
# 插件图标
plugin_icon = "Time_machine_B.png"
# 插件版本
plugin_version = "2.1.3"
plugin_version = "2.1.4"
# 插件作者
plugin_author = "thsrite"
# 作者主页

View File

@@ -0,0 +1 @@
webdavclient3~=3.14.6