mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-20 10:50:48 +08:00
v10迁移
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
|
||||
## 介绍
|
||||
|
||||
基于net8的跨平台高性能边缘采集网关,单机采集数据点位可达百万
|
||||
基于net9的跨平台高性能边缘采集网关
|
||||
|
||||
最新版本分支:10.0
|
||||
|
||||
稳定版分支:Release
|
||||
|
||||
## 文档
|
||||
|
||||
@@ -15,7 +19,7 @@
|
||||
### 源码克隆
|
||||
|
||||
|
||||
注意因仓库包含子模块,直接下载zip包会导致子模块丢失,建议使用git clone命令
|
||||
建议使用git clone命令
|
||||
|
||||
``` shell
|
||||
|
||||
@@ -23,29 +27,6 @@ https://gitee.com/ThingsGateway/ThingsGateway.git
|
||||
|
||||
```
|
||||
|
||||
### 源码更新
|
||||
|
||||
在vs中打开powerShell窗口,执行以下命令,或根目录下的`git_pull.bat`脚本
|
||||
|
||||
<img src="https://foruda.gitee.com/images/1736150639726525137/8ff84c29_7941935.png" width="400px" />
|
||||
|
||||
|
||||
``` shell
|
||||
|
||||
chcp 65001
|
||||
|
||||
rem 更新主仓库
|
||||
git pull
|
||||
|
||||
rem 初始化并更新所有子模块
|
||||
git submodule update --init
|
||||
|
||||
pause
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
### 插件列表
|
||||
|
||||
#### 采集插件
|
||||
|
Reference in New Issue
Block a user