File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
src/lib/components/Modal/Changelog Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pixiv-downloader" ,
3
3
"private" : true ,
4
- "version" : " 1.8.1 " ,
4
+ "version" : " 1.8.2 " ,
5
5
"type" : " module" ,
6
6
"licenses" : [
7
7
{
Original file line number Diff line number Diff line change 21
21
<header class ="modal-header text-2xl font-bold" >Pixiv Downloader {__VERSION__ }</header >
22
22
23
23
<article class =" modal-body mt-4" >
24
+ <p class =" mb-2" >本次更新修复了测试版Pixiv中的几个问题。</p >
24
25
<h4 class =" text-xl mt-2" >修复</h4 >
25
26
<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 >
33
30
</ul >
34
31
</article >
35
32
You can’t perform that action at this time.
0 commit comments