Skip to content

Commit 8c1a78a

Browse files
committed
修改 README
1 parent 9a9bba6 commit 8c1a78a

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README-EN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ ToolGood.Algorithm
22
===================
33
[中文文档](README.md)
44

5-
ToolGood.Algorithm supports `Four arithmetic`, `Excel formula`, and supports `Custom parameters`.
5+
ToolGood.Algorithm is a powerful, lightweight, `Excel formula` compatible algorithm library aimed at improving developers’ productivity in different business scenes.
6+
67

78
**Applicable scenarios:** Code and algorithm are separated to avoid forced project upgrade
89

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ToolGood.Algorithm
22
===================
33
[English document](README-EN.md)
44

5-
ToolGood.Algorithm支持`四则运算``Excel公式`,并支持`自定义参数`
5+
ToolGood.Algorithm是一个功能强大、轻量级、兼容`Excel公式`的算法类库,旨在提高开发人员在不同业务场景中的生产力。
66

77

88
**适用场景:** 代码与算法分离,避免项目强制升级
@@ -15,7 +15,7 @@ ToolGood.Algorithm支持`四则运算`、`Excel公式`,并支持`自定义参数
1515

1616
4)报表导出,数据来源使用存储过程,Word文档内设置算法。例 https://github.com/toolgood/ToolGood.WordTemplate
1717

18-
5)规则引擎,如:https://github.com/toolgood/ToolGood.FlowVision
18+
5)`可视化`规则引擎,如:https://github.com/toolgood/ToolGood.FlowVision
1919

2020
## 快速上手
2121
``` csharp

java/toolgood.algorithm/README-EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ToolGood.Algorithm (JAVA)
22
===================
33
[中文文档](README.md)
44

5-
ToolGood.Algorithm supports `Four arithmetic`, `Excel formula`, and supports `Custom parameters`.
5+
ToolGood.Algorithm is a powerful, lightweight, `Excel formula` compatible algorithm library aimed at improving developers’ productivity in different business scenes.
66

77
**Applicable scenarios:** Code and algorithm are separated to avoid forced project upgrade
88

java/toolgood.algorithm/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ToolGood.Algorithm (JAVA)
22
===================
33
[English document](README-EN.md)
44

5-
ToolGood.Algorithm支持`四则运算``Excel公式`,并支持`自定义参数`
5+
ToolGood.Algorithm是一个功能强大、轻量级、兼容`Excel公式`的算法类库,旨在提高开发人员在不同业务场景中的生产力。
66

77
**适用场景:** 代码与算法分离,避免项目强制升级
88

@@ -14,6 +14,8 @@ ToolGood.Algorithm支持`四则运算`、`Excel公式`,并支持`自定义参数
1414

1515
4)报表导出,数据来源使用存储过程,Word文档内设置算法。例 https://github.com/toolgood/ToolGood.WordTemplate
1616

17+
5)`可视化`规则引擎,如:https://github.com/toolgood/ToolGood.FlowVision
18+
1719

1820
### pom.xml
1921
```

0 commit comments

Comments
 (0)