diff --git a/static/Release_Notes.md b/static/Release_Notes.md index 87ecf59..9cb07a3 100644 --- a/static/Release_Notes.md +++ b/static/Release_Notes.md @@ -18,7 +18,7 @@ **用户脚本更新内容:** -**版本号:2.1.8** +**版本号:2.1.9** 1. 修复单张图片的作品下载后文件损坏问题 2. 添加未登录状态下无法提取作品链接的提示 @@ -29,4 +29,5 @@ 7. 新增支持仅提取勾选的作品链接 8. 优化提取作品 ID 的正则表达式 9. 优化图文作品复选弹窗交互效果 -10. 优化用户脚本运行状态提示 +10. 优化图文作品复选弹窗显示效果 +11. 优化用户脚本运行状态提示 diff --git a/static/XHS-Downloader.js b/static/XHS-Downloader.js index e01665b..e2b0348 100644 --- a/static/XHS-Downloader.js +++ b/static/XHS-Downloader.js @@ -1,7 +1,7 @@ // ==UserScript== // @name XHS-Downloader // @namespace https://github.com/JoeanAmier/XHS-Downloader -// @version 2.1.8 +// @version 2.1.9 // @description 提取小红书作品/用户链接,下载小红书无水印图文/视频作品文件 // @author JoeanAmier // @match http*://xhslink.com/* @@ -1089,10 +1089,12 @@ cursor: pointer; transition: all 0.2s; border: 2px solid transparent; + aspect-ratio: 3 / 4; + background: #f7f7f7; } .image-item img { width: 100%; - height: 100px; + height: 100%; object-fit: cover; border-radius: 6px; }