diff --git a/README.md b/README.md
index 4bd20c06..0b96f4e1 100644
--- a/README.md
+++ b/README.md
@@ -80,12 +80,18 @@
## 使用方法
-桌面端:前往这里下载最新的安装包(技术原因暂不支持 Windows7 系统) [点我前往](https://koodo.960960.xyz/download)
+桌面端:前往这里下载最新的安装包(暂不支持 Windows 7 系统) [点我前往](https://koodo.960960.xyz/download)
(国内网络下载速度慢的解决办法,复制下载链接到这个网站:https://d.serctl.com/ )
网页版:代码托管在 Vercel [点我前往](https://reader.960960.xyz)
+[Homebrew](https://brew.sh/):
+
+```shell
+brew install --cask koodo-reader
+```
+
## 运行源码
请确保您电脑的 node 的版本大于 10.0.0,已配置好 yarn,git 的运行环境。
@@ -112,8 +118,8 @@
## 后续更新
-我会根据大家的反馈不定时更新,当有新版本更新时,Github 会自动向您的客户端推送提醒
+我会根据大家的反馈不定时更新,当有新版本更新时,您将自动收到更新提示
## 帮助
-您可以在 issue 区提问,或者通过邮箱 guo362429@gmail.com 与我取得联系
+您可以在[issue](https://github.com/troyeguo/koodo-reader/issues)提问,或者前往[这里]("https://koodo.960960.xyz/support")了解更多。
diff --git a/README_en.md b/README_en.md
index a3723f68..9501da9a 100644
--- a/README_en.md
+++ b/README_en.md
@@ -80,7 +80,7 @@
## Usage
-Desktop : Download the latest software package(Windows7 is not supported yet) [Click me](https://koodo.960960.xyz/download)
+Desktop : Download the latest software package(Windows 7 is not supported yet) [Click me](https://koodo.960960.xyz/download)
Install with [Homebrew](https://brew.sh/):
@@ -100,14 +100,14 @@ Make sure node's version on your computer is larger than 10.0.0, yarn and git is
git clone https://github.com/troyeguo/koodo-reader.git
```
-2. Enter desktop version
+2. Enter desktop mode
```
yarn
yarn dev
```
-3. Enter web version
+3. Enter web mode
```
yarn
@@ -116,8 +116,8 @@ Make sure node's version on your computer is larger than 10.0.0, yarn and git is
## Update
-Whenever there is a update, a short message will show up in the software's header
+When an update is available, you will receive a notification when you open the software.
## Help
-Click [here](https://github.com/troyeguo/koodo-reader/issues) to report your issue, or contact me with guo362429@gmail.com
+Click [here](https://github.com/troyeguo/koodo-reader/issues) to report your issue, or visit https://koodo.960960.xyz/support for help.
diff --git a/assets/launch-page.html b/assets/launch-page.html
index 3f36bc91..359966cc 100644
--- a/assets/launch-page.html
+++ b/assets/launch-page.html
@@ -34,7 +34,7 @@
}
.launching {
font-size: 19px;
- font-weight: bold;
+ font-weight: 600;
line-height: 32px;
color: #000000;
margin-left: 10px;
diff --git a/assets/writer.jpg b/assets/writer.jpg
index ab877283..6030bbc6 100644
Binary files a/assets/writer.jpg and b/assets/writer.jpg differ
diff --git a/main.js b/main.js
index b7599a4a..794d3647 100644
--- a/main.js
+++ b/main.js
@@ -83,8 +83,8 @@ app.on("ready", () => {
} else {
dialog.showMessageBox({
type: "warning",
- title: "Port is in use",
- message: "Please don't open multiple software at the same time",
+ title: "Warning",
+ message: "Another Koodo Reader is already running",
});
}
});
diff --git a/package.json b/package.json
index c52dac50..032eed7f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "koodo-reader",
"main": "main.js",
- "version": "1.1.9",
+ "version": "1.2.0",
"description": "A cross-platform open source Epub reader ",
"author": {
"name": "App by Troye",
diff --git a/public/assets/_empty.svg b/public/assets/_empty.svg
new file mode 100644
index 00000000..620b36cc
--- /dev/null
+++ b/public/assets/_empty.svg
@@ -0,0 +1,83 @@
+
diff --git a/public/assets/empty.svg b/public/assets/empty.svg
index 620b36cc..2a22a1bb 100644
--- a/public/assets/empty.svg
+++ b/public/assets/empty.svg
@@ -1,24 +1,19 @@
-