Skip to content

Commit

Permalink
feat: Optimize code to resolve some unstable implementations
Browse files Browse the repository at this point in the history
Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>
  • Loading branch information
767829413 committed Dec 24, 2024
1 parent 609c081 commit bee515c
Show file tree
Hide file tree
Showing 11 changed files with 1,763 additions and 1,116 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt update
sudo apt install libgtk-3-dev
sudo apt install libwebkit2gtk-4.0-dev
npm install
cd frontend && npm install
- name: Get version info
Expand Down
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# README
# fy-novel

## About
## 介绍

This is the official Wails React-TS template.
用户欲免费阅新书且求最佳阅读体验者之所需。

You can configure the project by editing `wails.json`. More information about the project settings can be found
here: https://wails.io/docs/reference/project-config
今国内网络小说多为完本,若欲观新书,或需于正版平台付费,或借笔趣阁等网站,或用“阅读”等安卓应用。

## Live Development
此二法虽足常人,然众口难调,或嫌界面不美,或讥功能不足,或受平台所限。此时,阅读器之长处显现:可自定义。此工具之大用在于能将连载新书下载为epub格式,便可导入所好之阅读器。

To run in live development mode, run `wails dev` in the project directory. This will run a Vite development
server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser
and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect
to this in your browser, and you can call your Go code from devtools.
至于完本小说,亦可搜索下载。若有错字排版之误,宜自行搜寻精校版。

## Building
## 使用介绍

To build a redistributable, production mode package, use `wails build`.
# fy-novel
## 免责声明

此程序乃作者研习Go语言之练习项目,倘使用中有何问题,皆与作者无关!!!
Binary file added doc/image/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bee515c

Please sign in to comment.