Skip to content

Commit 8cbda07

Browse files
committed
update readme.md
1 parent 6ad0f65 commit 8cbda07

File tree

2 files changed

+71
-16
lines changed

2 files changed

+71
-16
lines changed

README.md

Lines changed: 71 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
<div align="center">
22

3-
![](imgs/GeneralUpdate_h2.png)
3+
![](./imgs/GeneralUpdate_h2.png)
44

55
# GeneralUpdate #
66

77
**更新无限,升级无界。**</br>
88

99
GeneralUpdate是一款基于.NET Standard2.0 MIT协议开源的跨平台应用程序自动升级组件。</br>
1010

11-
不依赖任何UI框架,减少更新产生的资源消耗,一键启动示例启动帮助您快捷为您的应用程序实现自动升级。
11+
不依赖任何UI框架,减少更新产生的资源消耗。</br>
1212

13-
[English introduction](https://github.com/JusterZhu/GeneralUpdate/blob/master/README_en.md)
13+
一键启动示例帮助您快速理解如何为您的应用程序集成自动升级能力。
14+
15+
[English](https://github.com/JusterZhu/GeneralUpdate/blob/master/README_en.md)
1416

1517
<!-- SHIELD GROUP -->
1618

@@ -39,27 +41,51 @@ GeneralUpdate是一款基于.NET Standard2.0 MIT协议开源的跨平台应用
3941

4042
<sup>Unlimited Updates, Boundless Upgrades.</sup>
4143

42-
![](imgs/ui.png)
43-
4444
</div>
4545

46-
## 1.仓库 ##
46+
47+
48+
## ❤️开源生态
49+
50+
![](./imgs/ui.png)
51+
52+
非常感谢以下开源项目的作者参与了开源生态 [查看示例代码](https://github.com/GeneralLibrary/GeneralUpdate-Samples/tree/main/UI)
53+
54+
| 名称 | 支持UI框架 | 类型 | 仓库地址 |
55+
| ------------- | ---------- | ------ | --------------------------------------------------------- |
56+
| Semi.Avalonia | Avalonia | 控件库 | [进入](https://github.com/irihitech/Semi.Avalonia) |
57+
| Ursa.Avalonia | Avalonia | 控件库 | [进入](https://github.com/irihitech/Ursa.Avalonia) |
58+
| WPFDevelopers | WPF | 控件库 | [进入](https://github.com/WPFDevelopersOrg/WPFDevelopers) |
59+
| LayUI | WPF | 控件库 | [进入](https://github.com/Layui-WPF-Team/Layui-WPF) |
60+
| AntdUI | Winforms | 控件库 | [进入](https://github.com/AntdUI/AntdUI) |
61+
62+
63+
64+
## 🎪基础设施 ##
4765

4866
| 名称 | 说明 | 地址 |
4967
| --------------------- | -------------------- | ------------------------------------------------------------ |
50-
| GeneralUpdate | 自动更新 | https://github.com/GeneralLibrary/GeneralUpdate<br />https://gitee.com/GeneralLibrary/GeneralUpdate<br />https://gitcode.com/GeneralLibrary/GeneralUpdate |
51-
| GeneralUpdate.Maui | Maui自动更新(安卓) | https://github.com/GeneralLibrary/GeneralUpdate.Maui<br />https://gitcode.com/GeneralLibrary/GeneralUpdate-Maui |
52-
| GeneralUpdate.Tools | 更新补丁包制作工具 | https://github.com/GeneralLibrary/GeneralUpdate.Tools<br />https://gitee.com/GeneralLibrary/GeneralUpdate.Tools<br />https://gitcode.com/GeneralLibrary/GeneralUpdate-Tools |
53-
| GeneralUpdate-Samples | 使用示例 | https://github.com/GeneralLibrary/GeneralUpdate-Samples<br />https://gitee.com/GeneralLibrary/GeneralUpdate-Samples<br />https://gitcode.com/GeneralLibrary/GeneralUpdate-Samples |
68+
| GeneralUpdate | 自动更新升级 | [Github](https://github.com/GeneralLibrary/GeneralUpdate)<br />[Gitee](https://gitee.com/GeneralLibrary/GeneralUpdate)<br />[GitCode](https://gitcode.com/GeneralLibrary/GeneralUpdate) |
69+
| GeneralUpdate.Maui | Maui自动更新(安卓) | [Github](https://github.com/GeneralLibrary/GeneralUpdate.Maui)<br />[Gitee](https://gitee.com/GeneralLibrary/GeneralUpdate.Maui)<br />[GitCdoe](https://gitcode.com/GeneralLibrary/GeneralUpdate-Maui) |
70+
| GeneralUpdate.Tools | 更新补丁包制作工具 | [Github](https://github.com/GeneralLibrary/GeneralUpdate.Tools)<br />[Gitee](https://gitee.com/GeneralLibrary/GeneralUpdate.Tools)<br />[GitCode](https://gitcode.com/GeneralLibrary/GeneralUpdate-Tools) |
71+
| GeneralUpdate-Samples | 使用示例 | [Github](https://github.com/GeneralLibrary/GeneralUpdate-Samples)<br />[Gitee](https://gitee.com/GeneralLibrary/GeneralUpdate-Samples)<br />[GitCode](https://gitcode.com/GeneralLibrary/GeneralUpdate-Samples) |
72+
73+
5474

55-
帮助文档
75+
## 🛸快速启动
5676

57-
- 官方网站: https://www.justerzhu.cn/
58-
- 使用教程视频:https://www.bilibili.com/video/BV1c8iyYZE7P
77+
| 名称 | 说明 | 地址 |
78+
| -------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
79+
| 快速启动 | 快速启动引导说明。 | [进入](https://www.justerzhu.cn/docs/quickstart/quikstart) |
80+
| 示例代码 | 自动升级相关的示例代码和一键启动脚本都在这里。 | [进入](https://github.com/GeneralLibrary/GeneralUpdate-Samples/tree/main/src) |
81+
| 在线文档 | 关于组件所有的相关说明文档地址。 | [进入](https://www.justerzhu.cn/) |
82+
| 教程视频 | 通过视频操作演示帮助大家理解使用。 | [进入](https://www.bilibili.com/video/BV1c8iyYZE7P) |
83+
| 发布日志 | 每次版本迭代的说明。 | [进入](https://www.justerzhu.cn/docs/releaselog/releaselog) |
84+
| 技术咨询 | 联系作者加入讨论组,请在讨论组或issue提问大家都能看到避免重复回答问题。 | [进入](https://www.justerzhu.cn/Profile) |
5985

6086

6187

62-
功能介绍:
88+
## 🚲支持功能
6389

6490
| 功能 | 是否支持 | 备注 |
6591
| -------------- | -------- | ------------------------------------------------------------ |
@@ -82,7 +108,7 @@ GeneralUpdate是一款基于.NET Standard2.0 MIT协议开源的跨平台应用
82108

83109

84110

85-
## 2.支持框架
111+
## 支持框架
86112

87113
| .NET框架名称 | 是否支持 |
88114
| -------------------------- | -------- |
@@ -102,7 +128,7 @@ GeneralUpdate是一款基于.NET Standard2.0 MIT协议开源的跨平台应用
102128

103129

104130

105-
## 3.操作系统
131+
## 🐳操作系统
106132

107133
| 操作系统名称 | 是否支持 |
108134
| ------------ | -------- |
@@ -116,3 +142,32 @@ GeneralUpdate是一款基于.NET Standard2.0 MIT协议开源的跨平台应用
116142
| 华为欧拉(EulerOS-鲲鹏Kunpeng) | 支持 |
117143
| Apple Mac (M1) | 支持 |
118144
| 统信UOS (x64) | 支持 |
145+
146+
147+
148+
## 🎏代码平台
149+
150+
| Github | Gitee | GitCode |
151+
| -------------------- | ------------------- | --------------------- |
152+
| ![](imgs\github.png) | ![](imgs\gitee.png) | ![](imgs\gitcode.jpg) |
153+
154+
155+
156+
## 🧙贡献者
157+
158+
感谢所有为该项目做出贡献的人!您可以在这里查看 [贡献者列表](https://github.com/GeneralLibrary/GeneralUpdate/graphs/contributors)
159+
160+
161+
162+
## 🤝 参与贡献
163+
164+
我们非常欢迎各种形式的贡献。如果你对贡献代码感兴趣,可以通过提出issue的方式与我取得联系,大展身手,向我们展示你的奇思妙想。</br>我们希望创建一个技术分享型社区,一个可以促进知识共享、想法交流,激发彼此鼓励和协作的环境。</br>同时欢迎联系我们提供产品功能和使用体验反馈,帮助我们将 GeneralUpdate 建设得更好。
165+
166+
**组织维护者:** [@JusterZhu](https://github.com/JusterZhu)
167+
168+
169+
170+
## 📒License
171+
172+
Copyright © 2023 [GeneralUpdate](https://github.com/GeneralLibrary/GeneralUpdate).
173+
This project is [MIT](https://github.com/GeneralLibrary/GeneralUpdate#MIT-1-ov-file) licensed.

imgs/ui.png

101 KB
Loading

0 commit comments

Comments
 (0)