1
1
<div align =" center " >
2
2
3
- ![ ] ( imgs/GeneralUpdate_h2.png )
3
+ ![ ] ( ./ imgs/GeneralUpdate_h2.png)
4
4
5
5
# GeneralUpdate #
6
6
7
7
** 更新无限,升级无界。** </br >
8
8
9
9
GeneralUpdate是一款基于.NET Standard2.0 MIT协议开源的跨平台应用程序自动升级组件。</br >
10
10
11
- 不依赖任何UI框架,减少更新产生的资源消耗,一键启动示例启动帮助您快捷为您的应用程序实现自动升级。
11
+ 不依赖任何UI框架,减少更新产生的资源消耗。</ br >
12
12
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 )
14
16
15
17
<!-- SHIELD GROUP -->
16
18
@@ -39,27 +41,51 @@ GeneralUpdate是一款基于.NET Standard2.0 MIT协议开源的跨平台应用
39
41
40
42
<sup >Unlimited Updates, Boundless Upgrades.</sup >
41
43
42
- ![ ] ( imgs/ui.png )
43
-
44
44
</div >
45
45
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
+ ## 🎪基础设施 ##
47
65
48
66
| 名称 | 说明 | 地址 |
49
67
| --------------------- | -------------------- | ------------------------------------------------------------ |
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
+
54
74
55
- 帮助文档
75
+ ## 🛸快速启动
56
76
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 ) |
59
85
60
86
61
87
62
- 功能介绍:
88
+ ## 🚲支持功能
63
89
64
90
| 功能 | 是否支持 | 备注 |
65
91
| -------------- | -------- | ------------------------------------------------------------ |
@@ -82,7 +108,7 @@ GeneralUpdate是一款基于.NET Standard2.0 MIT协议开源的跨平台应用
82
108
83
109
84
110
85
- ## 2. 支持框架
111
+ ## ✨ 支持框架
86
112
87
113
| .NET框架名称 | 是否支持 |
88
114
| -------------------------- | -------- |
@@ -102,7 +128,7 @@ GeneralUpdate是一款基于.NET Standard2.0 MIT协议开源的跨平台应用
102
128
103
129
104
130
105
- ## 3. 操作系统
131
+ ## 🐳 操作系统
106
132
107
133
| 操作系统名称 | 是否支持 |
108
134
| ------------ | -------- |
@@ -116,3 +142,32 @@ GeneralUpdate是一款基于.NET Standard2.0 MIT协议开源的跨平台应用
116
142
| 华为欧拉(EulerOS-鲲鹏Kunpeng) | 支持 |
117
143
| Apple Mac (M1) | 支持 |
118
144
| 统信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.
0 commit comments