Skip to content

Commit 1a5e67e

Browse files
committed
update readme.md
1 parent 2914d1b commit 1a5e67e

File tree

6 files changed

+64
-39
lines changed

6 files changed

+64
-39
lines changed

README.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,25 @@
1010

1111
## 1.组件介绍 ##
1212

13-
GeneralUpdate是一款基于.NET Standard2.0开源自动升级组件。
14-
15-
帮助文档
16-
17-
- 官方网站: https://www.justerzhu.cn/
18-
- 使用教程视频:https://www.bilibili.com/video/BV1c8iyYZE7P
19-
20-
当前项目GeneralUpdate
21-
22-
- https://github.com/JusterZhu/GeneralUpdate
23-
- https://gitee.com/Juster-zhu/GeneralUpdate
24-
25-
MAUI GeneralUpdate.Maui
26-
27-
- https://github.com/GeneralLibrary/GeneralUpdate.Maui
13+
**更新无限,升级无界。**
2814

29-
打包工具项目地址GeneralUpdate.Tools
15+
GeneralUpdate是一款基于.NET Standard2.0 MIT协议开源的跨平台应用程序自动升级组件。
3016

31-
- https://github.com/GeneralLibrary/GeneralUpdate.Tools
32-
- https://gitee.com/GeneralTeam/GeneralUpdate.Tools
17+
| Github | Gitee | GitCode |
18+
| -------------------- | ------------------- | --------------------- |
19+
| ![](imgs\github.png) | ![](imgs\gitee.png) | ![](imgs\gitcode.jpg) |
3320

34-
示例项目地址GeneralUpdate-Samples
21+
| 仓库 | 说明 | 地址 |
22+
| --------------------- | -------------------- | ------------------------------------------------------------ |
23+
| GeneralUpdate | 自动更新 | https://github.com/GeneralLibrary/GeneralUpdate<br />https://gitee.com/GeneralLibrary/GeneralUpdate<br />https://gitcode.com/GeneralLibrary/GeneralUpdate |
24+
| GeneralUpdate.Maui | Maui自动更新(安卓) | https://github.com/GeneralLibrary/GeneralUpdate.Maui<br />https://gitcode.com/GeneralLibrary/GeneralUpdate-Maui |
25+
| GeneralUpdate.Tools | 更新补丁包制作工具 | https://github.com/GeneralLibrary/GeneralUpdate.Tools<br />https://gitee.com/GeneralLibrary/GeneralUpdate.Tools<br />https://gitcode.com/GeneralLibrary/GeneralUpdate-Tools |
26+
| GeneralUpdate-Samples | 使用示例 | https://github.com/GeneralLibrary/GeneralUpdate-Samples<br />https://gitee.com/GeneralLibrary/GeneralUpdate-Samples<br />https://gitcode.com/GeneralLibrary/GeneralUpdate-Samples |
3527

36-
- https://github.com/GeneralLibrary/GeneralUpdate-Samples
28+
帮助文档
3729

38-
- https://gitee.com/GeneralTeam/GeneralUpdate-Samples
30+
- 官方网站: https://www.justerzhu.cn/
31+
- 使用教程视频:https://www.bilibili.com/video/BV1c8iyYZE7P
3932

4033

4134

README_en.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,27 @@ Unlimited Updates, Boundless Upgrades.
77

88
## 1. Component Introduction ##
99

10-
GeneralUpdate is an open-source automatic update component based on .NET Standard 2.0.
10+
**Updates Unlimited, Upgrades Unbounded.**
1111

12-
Documentation
12+
GeneralUpdate is an open-source cross-platform application auto-update component based on .NET Standard 2.0 and licensed under the MIT license.
1313

14-
- Official website: https://www.justerzhu.cn/
15-
- Tutorial video: https://www.bilibili.com/video/BV1c8iyYZE7P
14+
| Github | Gitee | GitCode |
15+
| -------------------- | ------------------- | --------------------- |
16+
| ![](imgs\github.png) | ![](imgs\gitee.png) | ![](imgs\gitcode.jpg) |
1617

17-
Current Project GeneralUpdate
18+
| Repository | Description | URL |
19+
| --------------------- | -------------------------- | ------------------------------------------------------------ |
20+
| GeneralUpdate | Auto Update | https://github.com/GeneralLibrary/GeneralUpdate<br />https://gitee.com/GeneralLibrary/GeneralUpdate<br />https://gitcode.com/GeneralLibrary/GeneralUpdate |
21+
| GeneralUpdate.Maui | Maui Auto Update (Android) | https://github.com/GeneralLibrary/GeneralUpdate.Maui<br />https://gitcode.com/GeneralLibrary/GeneralUpdate-Maui |
22+
| GeneralUpdate.Tools | Update Patch Creation Tool | https://github.com/GeneralLibrary/GeneralUpdate.Tools<br />https://gitee.com/GeneralLibrary/GeneralUpdate.Tools<br />https://gitcode.com/GeneralLibrary/GeneralUpdate-Tools |
23+
| GeneralUpdate-Samples | Usage Examples | https://github.com/GeneralLibrary/GeneralUpdate-Samples<br />https://gitee.com/GeneralLibrary/GeneralUpdate-Samples<br />https://gitcode.com/GeneralLibrary/GeneralUpdate-Samples |
1824

19-
- https://github.com/JusterZhu/GeneralUpdate
20-
- https://gitee.com/Juster-zhu/GeneralUpdate
25+
Help Documentation
2126

22-
MAUI GeneralUpdate.Maui
27+
- Official Website: https://www.justerzhu.cn/
28+
- Tutorial Videos: https://www.bilibili.com/video/BV1c8iyYZE7P
2329

24-
- https://github.com/GeneralLibrary/GeneralUpdate.Maui
2530

26-
Packaging Tool Project Address GeneralUpdate.Tools
27-
28-
- https://github.com/GeneralLibrary/GeneralUpdate.Tools
29-
- https://gitee.com/GeneralTeam/GeneralUpdate.Tools
30-
31-
Sample Project Address GeneralUpdate-Samples
32-
33-
- https://github.com/GeneralLibrary/GeneralUpdate-Samples
34-
- https://gitee.com/GeneralTeam/GeneralUpdate-Samples
3531

3632
Feature Introduction:
3733

git_push.bat

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
@echo off
2+
3+
git remote -v
4+
5+
set /p commitmessage=Git commit message:
6+
7+
git add .
8+
9+
git commit -m "%commitMessage%"
10+
11+
echo Pushing to default remote repository...
12+
git push
13+
if %errorlevel% neq 0 (
14+
echo Failed to push to default remote repository.
15+
pause
16+
exit /b %errorlevel%
17+
)
18+
19+
echo Pushing to upstream remote on 'main' branch...
20+
git push upstream master
21+
if %errorlevel% neq 0 (
22+
echo Failed to push to upstream remote on 'main' branch.
23+
pause
24+
exit /b %errorlevel%
25+
)
26+
27+
echo Pushing to 'upstream_gitcode' remote on 'main' branch...
28+
git push upstream_gitcode master
29+
if %errorlevel% neq 0 (
30+
echo Failed to push to 'upstream_gitcode' remote on 'main' branch.
31+
pause
32+
exit /b %errorlevel%
33+
)
34+
35+
echo All pushes completed successfully.
36+
pause

imgs/gitcode.jpg

1.43 KB
Loading

imgs/gitee.png

607 Bytes
Loading

imgs/github.png

537 Bytes
Loading

0 commit comments

Comments
 (0)