From 4dff9ce55a3c824f43db789ba6b4bd7455025fc9 Mon Sep 17 00:00:00 2001 From: thsrite Date: Wed, 27 Nov 2024 19:42:32 +0800 Subject: [PATCH] =?UTF-8?q?=20fix=20=E4=BF=AE=E5=A4=8D=E4=BA=91=E7=9B=98?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=A3=80=E6=9F=A5=E7=A9=BA=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2594a54..0a32d5d 100644 --- a/package.json +++ b/package.json @@ -633,12 +633,13 @@ "name": "云盘同步删除", "description": "媒体库删除软连接文件后,同步删除云盘文件。", "labels": "云盘", - "version": "1.6.1", + "version": "1.6.2", "icon": "clouddisk.png", "author": "thsrite", "level": 2, "v2": true, "history": { + "v1.6.2": "修复云盘删除检查空文件夹", "v1.6.1": "移除不必要的参数", "v1.6.0": "修复删除bug", "v1.5.10": "修复直接删除strm文件夹的场景",