mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2025-12-25 20:36:47 +08:00
parent
1034efc551
commit
f3b674c637
2429
static/20250619.js
Normal file
2429
static/20250619.js
Normal file
File diff suppressed because one or more lines are too long
@ -7,6 +7,7 @@
|
||||
|
||||
**用户脚本更新内容:**
|
||||
|
||||
**版本号:2.0.1**
|
||||
**版本号:2.0.2**
|
||||
|
||||
1. 修复单张图片的作品下载后文件损坏问题
|
||||
2. 修复用户脚本 CSS 样式冲突问题
|
||||
|
||||
@ -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>
|
||||
`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user