Skip to content

Commit 1fae0ea

Browse files
committed
docs: release 1.8.2
1 parent ef499a8 commit 1fae0ea

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pixiv-downloader",
33
"private": true,
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"type": "module",
66
"licenses": [
77
{

src/lib/components/Modal/Changelog/Changelog.svelte

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@
2121
<header class="modal-header text-2xl font-bold">Pixiv Downloader {__VERSION__}</header>
2222

2323
<article class="modal-body mt-4">
24+
<p class="mb-2">本次更新修复了测试版Pixiv中的几个问题。</p>
2425
<h4 class=" text-xl mt-2">修复</h4>
2526
<ul class="list-disc list-inside leading-loose">
26-
<li>
27-
无法正常下载E6ai的问题。<a
28-
href="https://github.com/drunkg00se/Pixiv-Downloader/issues/33"
29-
target="_blank"
30-
class=" anchor">(#33)</a
31-
>
32-
</li>
27+
<li>测试版Pixiv中,开启“下载作品时点赞 / 下载作品时收藏”功能时无法下载作品的问题。</li>
28+
<li>测试版Pixiv中,预览原图时下载按钮不显示的问题。</li>
29+
<li>测试版Pixiv中,仅可由链接浏览作品不显示下载按钮的问题。</li>
3330
</ul>
3431
</article>
3532

0 commit comments

Comments
 (0)