Skip to content

Commit f02cbc2

Browse files
committed
update:docment file and readme
1 parent e7e89c3 commit f02cbc2

File tree

5 files changed

+19
-11
lines changed

5 files changed

+19
-11
lines changed

README.en.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ feature list:
2424
9. supprot task start and end proxy forwarding
2525
10. support p2p
2626
11. bt(planning)
27-
12. data distributed(planning)
27+
12. data distributed
2828
13. support second pass
2929
14. support nginx upload module proxy_pass
3030
15. support upload and download Redirect
@@ -33,7 +33,7 @@ feature list:
3333

3434
#### Requirements
3535
support system above windows 7sp1 and linux(ubuntu20.04,centos8)
36-
XEngine need V7.17 or above
36+
XEngine need V7.18 or above
3737
vcpkg need 2021.05.11 or above
3838

3939
#### Windows
@@ -86,10 +86,11 @@ upload file second pass is first check the HASH file is on the server, if has fi
8686
The realization of downloading second transmission is to first query the local file save path through HASH, and download it directly if it exists.
8787

8888
## directory struct
89-
- XEngine_Docment docment directory
90-
- XEngine_Release install directory
91-
- XEngine_Source code directory
92-
- XEngine_APPClient client code dir
89+
- XEngine_Docment docment directory
90+
- XEngine_Release install directory
91+
- XEngine_Source code directory
92+
- XEngine_APPClient client code dir
93+
- XEngine_SQLFile database sql file
9394

9495
## now task
9596
expand management interface
@@ -105,6 +106,9 @@ You can refer to the document under the docment directory. It contains API proto
105106
3. Submit the code
106107
4. New Pull Request
107108

109+
## Follow us
110+
If you think this software is helpful to you, please give us a START
111+
108112
## post issues
109113

110114
if you have eny quest.post issues...

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ c c++ file storage service
2323
9. 支持任务开始结束代理转发
2424
10. 支持P2P
2525
11. BT(规划中)
26-
12. 数据分发(规划中)
26+
12. 数据分发
2727
13. 支持秒传
2828
14. 支持NGINX UPLOAD MODULE上传代理
2929
15. 支持上传和下载重定向
@@ -32,7 +32,7 @@ c c++ file storage service
3232

3333
#### 版本需求
3434
支持WINDOWS 7SP1和LINUX(UBUNT20.04,CENTOS8)以上系统
35-
XEngine版本需要V7.17或者以上版本
35+
XEngine版本需要V7.18或者以上版本
3636
vcpkg 需要2021.05.11以上版本
3737

3838
#### Windows
@@ -82,6 +82,7 @@ make FLAGS=CleanAll 清理编译
8282
- XEngine_Release 安装目录结构
8383
- XEngine_Source 源代目录结构
8484
- XEngine_APPClient 客户端演示代码
85+
- XEngine_SQLFile 数据库脚本文件
8586

8687

8788
## 秒传实现
@@ -103,6 +104,9 @@ make FLAGS=CleanAll 清理编译
103104
3. 提交代码
104105
4. 新建 Pull Request
105106

107+
## 关注我们
108+
如果你觉得这个软件对你有帮助,请你给我们一个START吧
109+
106110
## 提交问题
107111

108-
如果你有问题,可以在issues中提交
112+
如果你有问题或者发现程序有BUG和意见,可以在issues中提交

XEngine_Docment/Docment_en.docx

70.8 KB
Binary file not shown.

XEngine_Docment/Docment_zh.docx

70.7 KB
Binary file not shown.

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"LogLeave": 32
2929
},
3030
"XSql": {
31-
"SQLType": 2,
31+
"SQLType": 0,
3232
"SQLFile": "./XEngine_SQL/SQLFile.db",
3333
"SQLAddr": "192.168.1.9",
3434
"SQLPort": 3306,
@@ -76,4 +76,4 @@
7676
"1.0.0.1001 Build20210501"
7777
]
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)