From fa74cda22a2b5f70f7ef00263fade29108f06404 Mon Sep 17 00:00:00 2001 From: LUCAS Date: Sat, 23 Jul 2022 11:42:04 +0800 Subject: [PATCH] zfh test push --- web/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/readme.md b/web/readme.md index 5b89376a..704d6e2c 100644 --- a/web/readme.md +++ b/web/readme.md @@ -251,4 +251,6 @@ 所以在 client/src/themes/xx.json 中的中可以配置想变换的主题变量,变量的获取可以通过查看 antd、antdPro 的源码,然后在 color 中处理; ## 一些考量 -1. 文件上传,如需保存在api所在服务器,可以在api使用 @fs/attachment 包配合 client/src/component/Upload 使用,Upload 组件已经完美兼容该包的使用; \ No newline at end of file +1. 文件上传,如需保存在api所在服务器,可以在api使用 @fs/attachment 包配合 client/src/component/Upload 使用,Upload 组件已经完美兼容该包的使用; + + \ No newline at end of file