Skip to content

Commit 5bf1efc

Browse files
committed
Merge branch 'master' of https://github.com/Daoting/dt
2 parents 0681eaa + 0cb8212 commit 5bf1efc

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
## 利用 C# + XAML 进行快速业务开发的跨平台框架
77
[![GitHub Stars](https://img.shields.io/github/stars/daoting/dt?label=github%20stars)](https://github.com/daoting/dt/stargazers/)
88
[![NuGet Downloads](https://img.shields.io/nuget/dt/dt.client.svg)](https://www.nuget.org/packages/dt.client)
9+
[![NuGet Downloads](https://img.shields.io/nuget/dt/dt.infras.svg)](https://www.nuget.org/packages/dt.infras)
10+
[![NuGet Downloads](https://img.shields.io/nuget/dt/dt.buildtools.svg)](https://www.nuget.org/packages/dt.buildtools)
11+
[![NuGet Downloads](https://img.shields.io/nuget/dt/dt.service.svg)](https://www.nuget.org/packages/dt.service)
12+
[![NuGet Downloads](https://img.shields.io/nuget/dt/dt.tasks.svg)](https://www.nuget.org/packages/dt.tasks)
913

1014
## 概述
1115
框架全名“数据的搬运工(Data Transfer)”,简称**搬运工**,缩写**dt**
@@ -14,20 +18,20 @@
1418

1519
搬运工由客户端和服务端两部分组成,是一套用于快速构建业务系统的基础技术实现和规范集,本身与具体业务无关。
1620

17-
* 客户端部分通过[Uno Platform](https://github.com/unoplatform/uno)支持在Windows、 浏览器(WebAssembly)、手机上跨平台运行,包括一系列可复用的前端控件和各种基础功能模块;
21+
* 客户端部分通过[Uno Platform](https://github.com/unoplatform/uno)支持在Windows、 浏览器(WebAssembly)、手机、Linux上跨平台运行,包括一系列可复用的前端控件和各种基础功能模块;
1822

1923
* 服务端部分全面采用.NET云原生开发,提供多个通用的微服务,利用这些预定义的内容可直接快速的开发出符合常规要求的业务系统;
2024

2125
* 同时,两部分都支持独立使用,也可根据规范在不同层面、不同粒度下扩展框架,从而满足特定的业务需求。
2226

2327
## 所有项目
24-
* 使用样例 [项目](https://github.com/daoting/dt.demo)
25-
* 服务端 [NuGet](https://www.nuget.org/packages/Dt.Service) [项目](https://github.com/daoting/dt.service)
26-
* 客户端 [NuGet](https://www.nuget.org/packages/Dt.Client) [项目](https://github.com/daoting/dt.client)
27-
* Excel Chart控件 [NuGet](https://www.nuget.org/packages/Dt.Infras) [项目](https://github.com/daoting/dt.infras)
28-
* Visual Studio扩展工具,包括项目模板、常用代码模板、中文代码简拼助手,[下载](https://github.com/daoting/dt/releases/latest)
28+
* Demo:使用样例
29+
* Service:服务端
30+
* Client:客户端
31+
* Infras:Excel Chart控件
2932
* [查看详细教程](https://daotingh.gitee.io/dt-docs/docs)
3033
* [最新Release版本](https://github.com/daoting/dt/releases/latest)
34+
* Visual Studio扩展工具,包括项目模板、常用代码模板、中文代码简拼助手,[下载](https://github.com/daoting/dt/releases/latest)
3135

3236

3337
## 客户端

0 commit comments

Comments
 (0)