Skip to content

Commit

Permalink
🎉 Release v1.7.3 Hello, 2025!
Browse files Browse the repository at this point in the history
  • Loading branch information
freeok committed Dec 31, 2024
1 parent 85cef2b commit 8da8b58
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# so-novel

<div align="center">
<img src="assets/logo.ico" alt="logo">
<img src="assets/logo-1.ico" alt="logo" style="width: 128px; border-radius: 25px">
</div>

## 前言

适合用户:既想免费看正版付费新书,又想获得最佳的阅读体验(主要针对网络小说)的网络文学爱好者
适合用户:既想免费看正版付费新书,又想获得更佳的阅读体验的网络文学爱好者

适用场景:国内网上 98% 的 txt 、epub 等格式的小说都是完本。如果想看新书,要么去正版平台付费,要么笔趣阁等一类网站,要么用”阅读“(仅限安卓)等一类
APP。其实这两个方案足够多数人用了,但总会有众口难调的情况:嫌弃 UI
Expand All @@ -27,13 +27,13 @@ APP。其实这两个方案足够多数人用了,但总会有众口难调的

- 电脑:[koodo-reader](https://www.koodoreader.com/zh)
- 手机:[Apple Books](https://www.apple.com/apple-books/)[Moon+ Reader](https://moondownload.com/chinese.html)、<del>
微信读书</del>(2024.4 更新后非付费会员每月最多导入三本书,先培养用户习惯,后开始收割
微信读书</del>(2024.4 更新后非付费会员每月最多导 3 本书

> [!WARNING]
>
> iOS 16 Apple Books 目录不能定位到当前章节,如果看到很多章了,就需要从上一直向下划,十分不便
>
> iOS 17 修复了此 BUG
> iOS 17 修复了此 Bug
## 效果

Expand Down Expand Up @@ -65,13 +65,13 @@ brew install so-novel

> [!TIP]
>
> 部分书源会屏蔽国外 IP,建议关闭代理后使用
> 许多书源会屏蔽国外 IP,需关闭代理后使用
>
> 由于书源 URL 会变动,旧版可能无法使用,请使用最新版
>
> 若最新版的书源无法使用,请 New issue,将尽快修复
>
> 欢迎在 issue 推荐高质量书源(无盾、能搜到[起点人气榜单](https://www.qidian.com/rank/)的书、错别字少、排版不错乱、直连可访问
> 欢迎在 issue 推荐高质量书源(无需点击“确认您是真人”、能搜到[起点人气榜单](https://www.qidian.com/rank/)的书、错别字少、排版不错乱)
## 常见问题

Expand Down Expand Up @@ -102,4 +102,4 @@ macOS & Linux 运行 .sh 失败,尝试以下命令

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=freeok/so-novel&type=Date)](https://star-history.com/#freeok/so-novel&Date)
[![Star History Chart](https://api.star-history.com/svg?repos=freeok/so-novel&type=Date)](https://star-history.com/#freeok/so-novel&Date)
Binary file added assets/logo-1.ico
Binary file not shown.
Binary file removed assets/logo.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.pcdd</groupId>
<artifactId>so-novel</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
<packaging>jar</packaging>

<name>so-novel</name>
Expand Down Expand Up @@ -158,7 +158,7 @@
<headerType>console</headerType>
<outfile>target/SoNovel/SoNovel.exe</outfile>
<jar>${project.build.directory}/app-jar-with-dependencies.jar</jar>
<icon>assets/logo.ico</icon>
<icon>assets/logo-1.ico</icon>
<errTitle>SoNovel</errTitle>
<!-- 崩溃时重新启动 -->
<restartOnCrash>true</restartOnCrash>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/pcdd/sonovel/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private static void printHint() {
.addHeader("官方地址:https://github.com/freeok/so-novel")
.addHeader(StrUtil.format("当前书源:{} ({} ID: {})", rule.getUrl(), rule.getName(), rule.getId()))
.addHeader(render("导出格式:@|blue " + config.getExtName() + "|@"))
.addBody(render("@|yellow 请务必阅读 readme.txt|@"))
.addBody(render("@|yellow 使用前请务必阅读 readme.txt|@"))
);
}

Expand Down

0 comments on commit 8da8b58

Please sign in to comment.