Skip to content

Commit 496ef25

Browse files
committed
Updated README.md
1 parent 7bf6888 commit 496ef25

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
1-
# Gitbook 阅读器
1+
# YAGR - Yet Another Gitbook READER
2+
3+
There are a lot of books resource written in markdown language on the Internet, you can find from GitHub, GitLab, Gitee... platforms, and most of these books are high quality tech documents. This project is based upon Eletron, Angular, TypeORM, UnifiedJS, NodeGit and other project, the target is a stable, easy to use gitbook reader.
4+
5+
You can Fork and contribute to this project.
26

37
网上基于 Markdown 的书籍很多,通常在GitHub、GitLab、Gitee等代码托管与社会化编程网站上都能找到,其中大部分都是高质量的技术文档。本项目基于Electron、Angular、UnifiedJS等既有框架,目标是得到一个稳定、易于使用的Gitbook阅读器。
48

9+
510
本项目使用了 `nodegit`, `typeorm`, `electron`, `angular`, `@swimlane/docspa-core` 等项目/代码。
611

712
![屏幕截图](yagr-screenshot.png)
813

914

10-
## 开发日志
15+
## 开发日志/Dev Logs
16+
17+
+ 2021-1-12
18+
19+
- With `@ngx-translate/core` and `@ngx-translate/http-loader`, now this project supports multilingual UI
20+
+ Todos:
21+
- Optimize I18n
22+
- List books under categories
1123

1224
+ 2021-1-8
1325

electron/src/book.backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class BookBackend {
6464
});
6565

6666
bookWindow.setMaximizable(true);
67-
bookWindow.setMaximizable(true);
67+
bookWindow.setMinimizable(true);
6868
bookWindow.setMinimumSize(1024, 600);
6969
const webContents = bookWindow.webContents;
7070
//webContents.openDevTools();

0 commit comments

Comments
 (0)