Skip to content

Commit

Permalink
修改版本信息
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyaocz committed Sep 14, 2024
1 parent 77a2eef commit 6c70a7b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h2 align="center">ZAI-X</h2>

<p align="center">
使用Flutter编写的动漫之家跨平台第三方客户端
使用Flutter编写的再漫画跨平台第三方客户端
</p>

![浅色模式](/document/screenshot_light.jpg)
Expand All @@ -28,7 +28,7 @@

## 声明

- 本项目为[动漫之家](https://dmzj.com)第三方开源APP
- 本项目为[再漫画](https://zaimanhua.com)第三方开源APP

- 本项目仅用于学习交流编程技术,严禁将本项目用于商业目的。如有任何商业行为,均与本项目无关。

Expand Down
5 changes: 3 additions & 2 deletions document/RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
1. 适配Flutter 3.22
2. 点击换一批按钮时旋转加载图标 #216 @GZGavinZhao
## 再漫画X(ZAI-X)

1. 首个测试版本
8 changes: 4 additions & 4 deletions document/app_version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "2.1.1-beta",
"version_num": 20101,
"version_desc": "1. 适配Flutter 3.22\n2. 换一批刷新增加动画 #216 @GZGavinZhao",
"prerelease":false,
"version": "1.0.1-test",
"version_num": 10001,
"version_desc": "1. 首个测试版本",
"prerelease":true,
"download_url": "https://github.com/xiaoyaocz/flutter_dmzj/releases"
}
Binary file modified document/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions lib/requests/common_request.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class CommonRequest {
/// 检查更新
Future<VersionModel> checkUpdateGitMirror() async {
var result = await Dio().get(
"https://raw.gitmirror.com/xiaoyaocz/flutter_dmzj/main/document/app_version.json",
"https://raw.gitmirror.com/xiaoyaocz/flutter_dmzj/zaimanhua/document/app_version.json",
queryParameters: {
"ts": DateTime.now().millisecondsSinceEpoch,
},
Expand All @@ -28,7 +28,7 @@ class CommonRequest {
/// 检查更新
Future<VersionModel> checkUpdateJsDelivr() async {
var result = await Dio().get(
"https://cdn.jsdelivr.net/gh/xiaoyaocz/flutter_dmzj@main/document/app_version.json",
"https://cdn.jsdelivr.net/gh/xiaoyaocz/flutter_dmzj@zaimanhua/document/app_version.json",
queryParameters: {
"ts": DateTime.now().millisecondsSinceEpoch,
},
Expand Down

0 comments on commit 6c70a7b

Please sign in to comment.