Skip to content

Commit 059e568

Browse files
committed
update:readme and docment
1 parent 24e50f7 commit 059e568

File tree

6 files changed

+33
-5
lines changed

6 files changed

+33
-5
lines changed

CHANGELOG

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
XEngine_APIService V2.6.0.1001
2+
3+
添加:lua插件支持
4+
添加:加载器的lua插件支持
5+
修改:插件模块输出目录
6+
修改:lib代码插件名称修改
7+
修改:opencc库修改为vcpkg安装了
8+
修改:PluginCore_UnInit的返回值为void
9+
修改:输出插件统计
10+
修复:不需要的插件加载器错误
11+
修复:执行插件失败没有提示的问题
12+
删除:选项配置plugin字段
13+
14+
added:lua plugin support
15+
added:lua plugin core and lug loader supported
16+
modify:plugin module print dir
17+
modify:lib code name changed
18+
modify:opencc library changed vcpkg to install
19+
modify:PluginCore_UnInit bool to void for plugin
20+
modify:printf plugin count
21+
fixed:does not need errorcode for plugin loader
22+
fixed:plugin failed to execution without tips.
23+
delete:plugin of option configure
24+
======================================================================================
125
XEngine_APIService V2.5.0.1001
226

327
添加:zipcode查询功能

README.en.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This service mainly uses HTTP/V1.1 to implement various interface services
1111
This is a general information query service that does not contain any language attributes
1212
You can use this code to implement your own information query service, which supports querying any information
1313
The purpose of development and implementation based on libXEngine is a cross-platform network storage service
14-
and support plugin module
14+
and support plugin system,dll(so,dylib)module or lua script
1515

1616
#### Why choose us
1717

@@ -42,6 +42,7 @@ Support privatization deployment, free, safe, open source, controllable
4242
22. Distributed lock
4343
23. short url creator
4444
24. local system time
45+
25. math Calculation
4546

4647
## install
4748

@@ -57,6 +58,7 @@ Linux Exection:sudo ./XEngine_LINEnv.sh -i 3
5758
Macos Exection:./XEngine_LINEnv.sh -i 3
5859

5960
#### Windows
61+
need to vcpkg configure third-part env.refer vcpkg install guide.after installed and execution:vcpkg.exe install lua lua:x64-windows opencc opencc:x64-windows
6062
use vs open and compile,suport windows 7sp1 and above
6163
Just Run it
6264

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ c c++ interface api service
1111
这是一个不包含任何语言属性的通用信息查询服务.
1212
你可以使用此代码实现自己的信息查询服务,支持查询任何信息
1313
基于libXEngine开发并实现的一套简洁高性能跨平台接口服务
14-
并且支持模块插件
14+
并且支持插件系统,dll(so,dylib)模块或者lua脚本
1515

1616
#### 为什么选择我们
1717
支持私有化部署,免费,安全.开源,可控
@@ -42,6 +42,7 @@ c c++ interface api service
4242
22. 分布式锁API
4343
23. 短连接生成
4444
24. 本地标准时间
45+
25. 数学计算
4546

4647
## 安装教程
4748

@@ -57,17 +58,18 @@ Linux执行:sudo ./XEngine_LINEnv.sh -i 3
5758
macos执行:./XEngine_LINEnv.sh -i 3
5859

5960
#### Windows
61+
需要vcpkg配置第三方环境,具体参考vcpkg安装方式,安装好后执行:vcpkg.exe install lua lua:x64-windows opencc opencc:x64-windows
6062
使用VS打开并且编译,支持WINDOWS 7SP1以上系统
6163
直接运行即可
6264

6365
#### Linux
64-
安装opencc,ubuntu:sudo apt install libopencc-dev
66+
安装opencc,ubuntu:sudo apt install liblua5.3-dev libopencc-dev
6567
centos:需要自己编译
6668
Linux使用Makefile编译,UBUNTU20.04 x64或者CENTOS8 x64
6769
在控制台运行
6870

6971
#### Macos
70-
安装opencc,执行命令:brew install opencc
72+
安装opencc,执行命令:brew install lua opencc
7173
使用makefile编译,控制台运行,需要mac 12以及以上版本
7274
在控制台运行
7375

XEngine_Docment/Docment_en.docx

2.44 KB
Binary file not shown.

XEngine_Docment/Docment_zh.docx

3.28 KB
Binary file not shown.

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"tszPluginLua":"./XEngine_Config/XEngine_PluginLua.json"
3434
},
3535
"XVer":[
36-
"2.6.0.1001 Build20221209",
36+
"2.6.0.1001 Build20221212",
3737
"2.5.0.1001 Build20221102",
3838
"2.4.0.1001 Build20220902",
3939
"2.3.0.1001 Build20220723",

0 commit comments

Comments
 (0)