Commit 28de7a21 authored by 马超's avatar 马超

feat: 完善changelog

parent 8a432091
......@@ -104,8 +104,13 @@
- BPM安装部署文档:
-
- BPM安装部署文档参照:[BPM安装部署文档](http://gitlab.dev.shxrtech.com/doc/ldp-docs/blob/master/安装文档/BPM安装部署文档.md)
- BPM后端集成文档:[LDP应用集成流程服务说明](http://gitlab.dev.shxrtech.com/doc/ldp-docs/blob/master/流程系统集成/LDP应用集成流程服务说明.md)
- BPM外置VUE集成文档:[前端流程表单集成说明](http://gitlab.dev.shxrtech.com/doc/ldp-docs/blob/master/流程系统集成/前端流程表单集成说明文档.md)
......
......@@ -89,3 +89,29 @@ cd tool/
## 四、安装字体文件
绘制流程图时,如果有中文,需要配置字体文件,并在安装服务器上安装字体文件,否则绘制的流程图会出现乱码 ,默认已经配置为宋体,bootstrap-dev.yml 或 bootstrap-prod.yml
```
ldp:
flowable:
font-name: 宋体
```
在服务器上安装相应字体,这里用宋体举例,参考: https://www.cnblogs.com/cuishuai/p/8441132.html
**linux 字体安装:**
```shell
# 安装字体配置
yum install -y fontconfig mkfontscale
#从windows系统中复制C:\Windows\Fonts\simsun.ttc 宋体字体文件到目录/usr/share/fonts/
# 创建字体缓存
cd /usr/share/fonts/ & mkfontscale & mkfontdir & fc-cache
#查看中文字体
fc-list :lang=zh
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment