fix: 修复用户脚本 CSS 样式冲突问题

Closes #258
This commit is contained in:
2025-06-19 17:10:18 +08:00
parent 1034efc551
commit f3b674c637
3 changed files with 2434 additions and 4 deletions

2429
static/20250619.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -7,6 +7,7 @@
**用户脚本更新内容:**
**版本号2.0.1**
**版本号2.0.2**
1. 修复单张图片的作品下载后文件损坏问题
2. 修复用户脚本 CSS 样式冲突问题

View File

@ -1,7 +1,7 @@
// ==UserScript==
// @name XHS-Downloader
// @namespace https://github.com/JoeanAmier/XHS-Downloader
// @version 2.0.1
// @version 2.0.2
// @description 提取小红书作品/用户链接,下载小红书无水印图文/视频作品文件
// @author JoeanAmier
// @match http*://xhslink.com/*
@ -1304,7 +1304,7 @@ XHS-Downloader 用户脚本 详细说明:
flex: 1;
}
.title {
.xhstitle {
font-size: 0.95rem;
color: var(--on-surface);
font-weight: 500;
@ -1505,7 +1505,7 @@ XHS-Downloader 用户脚本 详细说明:
<span class="material-icons">${item.icon}</span>
</div>
<div class="content">
<div class="title">${item.text}</div>
<div class="xhstitle">${item.text}</div>
<div class="subtitle">${item.description}</div>
</div>
`;