We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a73817 commit 7fad609Copy full SHA for 7fad609
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "pixiv-downloader",
3
"private": true,
4
- "version": "1.11.0",
+ "version": "1.11.1",
5
"type": "module",
6
"licenses": [
7
src/lib/components/Modal/Changelog/Changelog.svelte
@@ -21,9 +21,9 @@
21
<header class="modal-header text-2xl font-bold">Pixiv Downloader {__VERSION__}</header>
22
23
<article class="modal-body mt-4">
24
- <h4 class=" text-xl mt-2">新增</h4>
+ <h4 class=" text-xl mt-2">修复</h4>
25
<ul class="list-disc list-inside leading-loose">
26
- <li>为Pixiv首页信息流添加下载按钮。</li>
+ <li>排行榜上的图片没有下载按钮。</li>
27
</ul>
28
</article>
29
0 commit comments