Skip to content

Commit e33ad26

Browse files
committed
update doc
1 parent b6e8509 commit e33ad26

File tree

13 files changed

+39
-79
lines changed

13 files changed

+39
-79
lines changed

website/docs/doc/GeneralSpacestation.md

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
sidebar_position: 1
3+
34
---
45

5-
![](imgs\GeneralUpdate_h2.png)
6+
![](D:/github_project/GeneralUpdate-Samples/website/i18n/en/docusaurus-plugin-content-docs/current/docs/doc/imgs/GeneralUpdate_h2.png)
67

78
## Product Introduction
89

@@ -24,47 +25,33 @@ The entire service includes the following:
2425

2526
## Features
2627

27-
### Tools Module Display
28-
29-
![](imgs\generalspacestation.png)
28+
### GeneralUpdate.Admin Display
3029

31-
### Upgrade Module Display
30+
![](D:/github_project/GeneralUpdate-Samples/website/i18n/en/docusaurus-plugin-content-docs/current/docs/doc/imgs/generalspacestation.png)
3231

33-
![](imgs\generalspacestation2.png)
32+
![](D:/github_project/GeneralUpdate-Samples/website/i18n/en/docusaurus-plugin-content-docs/current/docs/doc/imgs/generalspacestation2.png)
3433

3534

3635

37-
## Solution
36+
## GeneralSpacestation
3837

39-
![](imgs\solution2.png)
38+
![](imgs/GeneralSpacestation_server.png)
4039

41-
![](imgs\solution.png)
4240

43-
Technologies involved in the introduction (including but not limited to operating systems, frameworks, languages, open-source components, etc.):
4441

45-
| Technology | Remarks | Details |
46-
| -------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
47-
| .NET Core 9 | Latest free open-source framework by Microsoft (MIT License) | https://dotnet.microsoft.com/zh-cn/download/dotnet/9.0 |
48-
| C#13 | One of the latest versions of Microsoft's open-source development languages (MIT License) | https://dotnet.microsoft.com/zh-cn/languages/csharp |
49-
| Avalonia | Cross-platform open-source UI framework by the Avalonia team (MIT License) | https://avaloniaui.net/ |
50-
| Prism.Avalonia | Project structure framework by PrismLibrary team (MIT License) | https://github.com/AvaloniaCommunity/Prism.Avalonia |
51-
| Semi.Avalonia | Open-source UI control library framework by the irihi team (MIT License) | https://www.irihi.tech/ |
52-
| ASP.NET Core | Latest server-side framework by Microsoft (MIT License) | https://dotnet.microsoft.com/zh-cn/apps/aspnet |
53-
| MySQL | Commercial-friendly database by Oracle | https://www.mysql.com/cn/ |
54-
| DDD | Popular architecture/design pattern | https://learn.microsoft.com/zh-cn/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/ |
55-
| MVVM | Popular architecture/design pattern | https://learn.microsoft.com/zh-cn/dotnet/architecture/maui/mvvm |
56-
| AOT | Full support for AOT compilation across all GeneralUpdate components | https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/ |
57-
| ...... | ...... | |
42+
## Solution
5843

44+
![](D:/github_project/GeneralUpdate-Samples/website/i18n/en/docusaurus-plugin-content-docs/current/docs/doc/imgs/solution2.png)
5945

46+
![](D:/github_project/GeneralUpdate-Samples/website/i18n/en/docusaurus-plugin-content-docs/current/docs/doc/imgs/solution.png)
6047

61-
## Corporate Clients
6248

63-
![](imgs\corporateclient1.png)
6449

65-
![](imgs\corporateclient2.png)
50+
## Corporate Clients
6651

52+
![](D:/github_project/GeneralUpdate-Samples/website/i18n/en/docusaurus-plugin-content-docs/current/docs/doc/imgs/corporateclient1.png)
6753

54+
![](D:/github_project/GeneralUpdate-Samples/website/i18n/en/docusaurus-plugin-content-docs/current/docs/doc/imgs/corporateclient2.png)
6855

6956
## Contact Us
7057

website/docs/doc/GeneralUpdate.PacketTool.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ The tool is developed using Avalonia and supports Windows / Linux / Mac desktop
1010

1111
| Repository Address |
1212
| ----------------------------------------------------- |
13-
| https://gitee.com/GeneralLibrary/GeneralUpdate.Tools |
1413
| https://github.com/GeneralLibrary/GeneralUpdate.Tools |
1514

1615
| Feature | Supported | Remarks |
128 KB
Loading

website/docs/doc/imgs/mybowl.jpg

-407 KB
Binary file not shown.

website/i18n/en/docusaurus-plugin-content-docs/current/docs/doc/GeneralClient.OSS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public sealed class GeneralClientOSS
2727
NuGet Installation
2828

2929
```shell
30-
NuGet\Install-Package GeneralUpdate.ClientCore -Version 9.1.2
30+
NuGet\Install-Package GeneralUpdate.ClientCore -Version x.x.x
3131
```
3232

3333

website/i18n/en/docusaurus-plugin-content-docs/current/docs/doc/GeneralSpacestation.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,38 +24,26 @@ The entire service includes the following:
2424

2525
## Features
2626

27-
### Tools Module Display
27+
### GeneralUpdate.Admin Display
2828

2929
![](imgs\generalspacestation.png)
3030

31-
### Upgrade Module Display
32-
3331
![](imgs\generalspacestation2.png)
3432

3533

3634

35+
## GeneralSpacestation
36+
37+
![](imgs\GeneralSpacestation_server.png)
38+
39+
40+
3741
## Solution
3842

3943
![](imgs\solution2.png)
4044

4145
![](imgs\solution.png)
4246

43-
Technologies involved in the introduction (including but not limited to operating systems, frameworks, languages, open-source components, etc.):
44-
45-
| Technology | Remarks | Details |
46-
| -------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
47-
| .NET Core 9 | Latest free open-source framework by Microsoft (MIT License) | https://dotnet.microsoft.com/zh-cn/download/dotnet/9.0 |
48-
| C#13 | One of the latest versions of Microsoft's open-source development languages (MIT License) | https://dotnet.microsoft.com/zh-cn/languages/csharp |
49-
| Avalonia | Cross-platform open-source UI framework by the Avalonia team (MIT License) | https://avaloniaui.net/ |
50-
| Prism.Avalonia | Project structure framework by PrismLibrary team (MIT License) | https://github.com/AvaloniaCommunity/Prism.Avalonia |
51-
| Semi.Avalonia | Open-source UI control library framework by the irihi team (MIT License) | https://www.irihi.tech/ |
52-
| ASP.NET Core | Latest server-side framework by Microsoft (MIT License) | https://dotnet.microsoft.com/zh-cn/apps/aspnet |
53-
| MySQL | Commercial-friendly database by Oracle | https://www.mysql.com/cn/ |
54-
| DDD | Popular architecture/design pattern | https://learn.microsoft.com/zh-cn/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/ |
55-
| MVVM | Popular architecture/design pattern | https://learn.microsoft.com/zh-cn/dotnet/architecture/maui/mvvm |
56-
| AOT | Full support for AOT compilation across all GeneralUpdate components | https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/ |
57-
| ...... | ...... | |
58-
5947

6048

6149
## Corporate Clients

website/i18n/en/docusaurus-plugin-content-docs/current/docs/doc/GeneralUpdate.PacketTool.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ The tool is developed using Avalonia and supports Windows / Linux / Mac desktop
1010

1111
| Repository Address |
1212
| ----------------------------------------------------- |
13-
| https://gitee.com/GeneralLibrary/GeneralUpdate.Tools |
1413
| https://github.com/GeneralLibrary/GeneralUpdate.Tools |
1514

1615
| Feature | Supported | Remarks |

website/i18n/en/docusaurus-plugin-content-docs/current/docs/doc/UpgradeHub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class UpgradeHubService : IUpgradeHubService
1919
NuGet Installation
2020

2121
```shell
22-
NuGet\Install-Package GeneralUpdate.ClientCore -Version 9.1.2
22+
NuGet\Install-Package GeneralUpdate.ClientCore -Version x.x.x
2323
```
2424

2525
### Example
128 KB
Loading

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/doc/GeneralSpacestation.md

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,52 +10,40 @@ GeneralLibrary团队针对企业级应用开发了GeneralSpacestation服务,
1010

1111
整套服务包含了以下内容:
1212

13-
| 名称 | 介绍 | 是否收费 | 详情 |
14-
| -------------------- | ------------------------------ | --------- | ------------------------------------------------------- |
15-
| GeneralUpdate | 桌面客户端自动升级解决方案 | 免费 | https://github.com/GeneralLibrary/GeneralUpdate |
16-
| GeneralUpdate-Sample | 使用代码示例 | 免费 | https://github.com/GeneralLibrary/GeneralUpdate-Samples |
17-
| GeneralUpdate.Admin | 自动升级管理服务可视化解决方案 | 收费 | https://www.justerzhu.cn/ |
18-
| GeneralSpacestation | 自动升级管理服务解决方案 | 收费 | https://www.justerzhu.cn/ |
19-
| 线上\下培训会议 | 帮助企业快速上手使用产品 | 附赠\收费 | 扫码咨询\可单独购买 |
20-
| 使用手册 | 帮助企业快速上手使用产品 | 附赠\收费 | 扫码咨询\可单独购买 |
21-
| 项目对接\咨询 | 帮助企业快速上手使用产品 | 附赠\收费 | 扫码咨询\可单独购买 |
13+
| 名称 | 介绍 | 是否收费 | 详情 |
14+
| -------------------- | ------------------------------ | -------------- | ------------------------------------------------------- |
15+
| GeneralUpdate | 桌面客户端自动升级解决方案 | 免费 | https://github.com/GeneralLibrary/GeneralUpdate |
16+
| GeneralUpdate-Sample | 使用代码示例 | 免费 | https://github.com/GeneralLibrary/GeneralUpdate-Samples |
17+
| GeneralUpdate.Admin | 自动升级管理服务可视化解决方案 | 收费 | https://www.justerzhu.cn/ |
18+
| GeneralSpacestation | 自动升级管理服务解决方案 | 收费 | https://www.justerzhu.cn/ |
19+
| 线上\下培训会议 | 帮助企业快速上手使用产品 | 购买服务后附赠 | 可单独购买 |
20+
| 使用手册 | 帮助企业快速上手使用产品 | 购买服务后附赠 | 可单独购买 |
21+
| 项目对接\咨询 | 帮助企业快速上手使用产品 | 购买服务后附赠 | 可单独购买 |
2222

2323

2424

2525
## 功能
2626

27-
### Tools 模块展示
27+
### GeneralUpdate.Admin展示
2828

2929
![](imgs\generalspacestation.png)
3030

31-
### Upgrade 模块展示
32-
3331
![](imgs\generalspacestation2.png)
3432

3533

3634

35+
## GeneralSpacestation
36+
37+
![](imgs\GeneralSpacestation_server.png)
38+
39+
40+
3741
## 解决方案
3842

3943
![](imgs\solution2.png)
4044

4145
![](imgs\solution.png)
4246

43-
介绍部分所涉及到的技术(包括但不限于 操作系统 \ 框架 \ 语言 \ 开源组件 等内容):
44-
45-
| 技术 | 备注 | 详情 |
46-
| -------------- | --------------------------------------------------- | ------------------------------------------------------------ |
47-
| .NET 9 | 微软公司旗下最新免费开源框架(MIT License) | https://dotnet.microsoft.com/zh-cn/download/dotnet/9.0 |
48-
| C# 13 | 微软公司旗下最新版本开源开发语言之一(MIT License) | https://dotnet.microsoft.com/zh-cn/languages/csharp |
49-
| Aavalonia | Aavalonia团队的跨平台开源UI框架(MIT License) | https://avaloniaui.net/ |
50-
| Prism.Avalonia | PrismLibrary团队项目结构框架(MIT License) | https://github.com/AvaloniaCommunity/Prism.Avalonia |
51-
| Semi.Avalonia | irihi团队开源UI控件库框架(MIT License) | https://www.irihi.tech/ |
52-
| ASP.NET Core | 微软旗下最新服务端框架(MIT License) | https://dotnet.microsoft.com/zh-cn/apps/aspnet |
53-
| MySQL | Oracle公司旗下商用友好的数据库 | https://www.mysql.com/cn/ |
54-
| DDD | 当下流行的架构\设计模式 | https://learn.microsoft.com/zh-cn/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/ |
55-
| MVVM | 当下流行的架构\设计模式 | https://learn.microsoft.com/zh-cn/dotnet/architecture/maui/mvvm |
56-
| AOT | GeneralUpdate所有组件全线支持、兼容AOT编译 | https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/ |
57-
| ...... | ...... | |
58-
5947

6048

6149
## 企业客户

0 commit comments

Comments
 (0)