mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
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. 修复单张图片的作品下载后文件损坏问题
|
1. 修复单张图片的作品下载后文件损坏问题
|
||||||
|
2. 修复用户脚本 CSS 样式冲突问题
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name XHS-Downloader
|
// @name XHS-Downloader
|
||||||
// @namespace https://github.com/JoeanAmier/XHS-Downloader
|
// @namespace https://github.com/JoeanAmier/XHS-Downloader
|
||||||
// @version 2.0.1
|
// @version 2.0.2
|
||||||
// @description 提取小红书作品/用户链接,下载小红书无水印图文/视频作品文件
|
// @description 提取小红书作品/用户链接,下载小红书无水印图文/视频作品文件
|
||||||
// @author JoeanAmier
|
// @author JoeanAmier
|
||||||
// @match http*://xhslink.com/*
|
// @match http*://xhslink.com/*
|
||||||
@@ -1304,7 +1304,7 @@ XHS-Downloader 用户脚本 详细说明:
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.xhstitle {
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
color: var(--on-surface);
|
color: var(--on-surface);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@@ -1505,7 +1505,7 @@ XHS-Downloader 用户脚本 详细说明:
|
|||||||
<span class="material-icons">${item.icon}</span>
|
<span class="material-icons">${item.icon}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="title">${item.text}</div>
|
<div class="xhstitle">${item.text}</div>
|
||||||
<div class="subtitle">${item.description}</div>
|
<div class="subtitle">${item.description}</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user