Skip to content

Commit

Permalink
chore: recommend to download by search
Browse files Browse the repository at this point in the history
  • Loading branch information
justorez committed Feb 16, 2024
1 parent 3db7264 commit db2d0a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pica-cli",
"author": "justorez",
"version": "1.4.0",
"version": "1.4.1",
"description": "😉 哔咔漫画下载器",
"packageManager": "[email protected]",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- 借助 github action 实现飞速下载,支持从 github artifact 和 file.io 两种方式下载完整漫画包。file.io 无需注册,无需科学上网,文件保存两周,单文件最大 2GB,注意链接只能下载**一次**,下载后文件会自动删除
- [更新日志](#更新日志)

*一次性不要下载太多漫画,对哔咔服务器造成太多压力终归是不好的*

如果用的开心,求个 star 支持一下,比心 ~ ❤️

## 用法
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ async function main() {
(await select({
message: '想下载哪些漫画?',
choices: [
{ name: '排行榜', value: 'leaderboard' },
{ name: '去搜索', value: 'search' },
{ name: '收藏夹', value: 'favorites' },
{ name: '去搜索', value: 'search' }
{ name: '排行榜', value: 'leaderboard' }
]
}))

Expand Down

0 comments on commit db2d0a4

Please sign in to comment.