Skip to content

Commit 5b69f07

Browse files
committed
update:read me and document
1 parent 4128f4a commit 5b69f07

File tree

5 files changed

+44
-0
lines changed

5 files changed

+44
-0
lines changed

CHANGELOG

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
XEngine_APIService V3.10.0.1001
2+
3+
增加:windows服务支持
4+
增加:更新系统发布支持
5+
增加:windows arm64和rockylinux支持
6+
更新:依赖库
7+
更新:vscopy 文件和重载类型
8+
更新:ip和电话数据库
9+
优化:启动参数
10+
修改:当debug模式的时候不发送信息报告
11+
修改:合并qr配置到主配置中
12+
修改:合并Lua和lib配置到一个文件
13+
修改:ip查询支持设置回复语言
14+
修改:匹配窗口显示配置
15+
修改:合并翻译配置
16+
修正:当加载数据库失败没有退出的问题
17+
删除:删除了自动启动支持
18+
删除:油价数据库
19+
20+
added:windows service app
21+
added:more release system release support
22+
added:windows arm64 and rockylinux build
23+
update:depend library
24+
update:vs copy file and reload type
25+
update:ip and phone database
26+
improved:start parameter
27+
modify:does not report info with debug build
28+
modify:merge qr configure to main configure
29+
modify:merge lua and lib configure
30+
modify:ip query to set language reply support
31+
modify:match show windows type on windows
32+
modify:merge translation configure
33+
fixed:not exist when load db failed
34+
delete:auto start for http app
35+
delete:oil sql file
36+
======================================================================================
137
XEngine_APIService V3.9.0.1001
238

339
增加:设置日志类型配置支持

README.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ window Exection XEngine_WINEnv.bat
7272
Linux Exection:sudo ./XEngine_LINEnv.sh -i 3
7373
Macos Exection:./XEngine_LINEnv.sh -i 3
7474

75+
####### Development environment
76+
It is recommended to use github to pull the code, and use the VS2022+COPILOG combination. Copilot will automatically help you analyze and modify the code
77+
In order to save resources, now the IP and phone and mac databases need to be copied by themselves. Execute the XEngine_Release/copydb.bat(copydb.sh) script. Otherwise, an error will be reported
78+
7579
#### Database Env
7680
MYSQL database version 8.0 or above is required. Create a table through CreateDatabase.sql, and then import other sql table
7781
Modify the database configuration in XSQL in the configuration file to your

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ window执行XEngine_WINEnv.bat 脚本.
7575
Linux执行:sudo ./XEngine_LINEnv.sh -i 3
7676
macos执行:./XEngine_LINEnv.sh -i 3
7777

78+
###### 开发环境搭建
79+
建议使用github拉取代码,在使用VS2022+COPILOG组合.Copilot会自动帮你分析和修改代码
80+
为了节约资源,现在ip和phone,mac数据库需要自己拷贝.执行XEngine_Release/copydb.bat(copydb.sh)脚本即可.否则会报错
81+
7882
#### 数据库环境
7983
需要MYSQL数据库8.0以上版本.通过CreateDatabase.sql创建表,然后导入剩余的表
8084
修改配置文件里面XSQL里面的数据库配置为你的

XEngine_Docment/Docment_en.docx

-16.7 KB
Binary file not shown.

XEngine_Docment/Docment_zh.docx

-12.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)