From 65cfe6e1dafbfacf61943eeed70b61f2c56980b0 Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Wed, 18 Oct 2023 21:33:23 +0800 Subject: [PATCH] :pencil: Docs(custom): update docs --- currentVersion.md | 9 +++------ currentVersion_en.md | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/currentVersion.md b/currentVersion.md index a70a842..15d7677 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,11 +1,8 @@ ✨ Features -- 现在当设置了内置服务器鉴权密钥时,图床设置界面复制api接口会自动添加密钥 -- 添加了`PicList`自身作为套娃图床,实现A电脑添加B电脑的`PicList`进行上传的功能 -- 新增上传耗时等统计功能 +- 现在上传接口不再明文返回`config`字段,而是经过加密的字符串,密钥可自行设置 🐛 Bug Fixes -- 修复了电脑间同步管理配置文件时,无法正常进入图床,需要重新保存一次配置的问题 -- 修复了arm mac平台缺失右键菜单的问题 -- 修复了跳过水印字体下载没有对文件上传情景生效的问题 +- 修复了文件名中含有二级目录时,webdav、local和sftp图床会上传失败的问题 +- 修复了使用watt toolkit加速时,github图床上传失败的问题 diff --git a/currentVersion_en.md b/currentVersion_en.md index 4024277..c62de43 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -1,11 +1,8 @@ ✨ Features -- Now when the built-in server authentication key is set, the copy API interface in the image bed setting interface will automatically add the key -- Added `PicList` itself as a nested image bed, which realizes the function of A computer adding B computer's `PicList` for uploading -- Added upload time consumption and other statistics functions +- Now the upload interface no longer returns the `config` field in plain text, but an encrypted string, and the key can be set by yourself 🐛 Bug Fixes -- Fixed the problem that when synchronizing and managing configuration files between computers, the image bed cannot be entered normally, and the configuration needs to be saved again -- Fixed the problem that the right-click menu is missing on the arm mac platform -- Fixed the problem that skipping the watermark font download does not take effect on file upload scenarios +- Fix the problem that the webdav, local and sftp image beds will fail to upload when the file name contains a secondary directory +- Fix the problem that the github image bed will fail to upload when using the watt toolkit acceleration