From fa74cda22a2b5f70f7ef00263fade29108f06404 Mon Sep 17 00:00:00 2001 From: LUCAS Date: Sat, 23 Jul 2022 11:42:04 +0800 Subject: [PATCH 1/2] 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 From 744a6182ff5bd9cc9ff7bb5544854aefe9bb91a2 Mon Sep 17 00:00:00 2001 From: zhaobing Date: Fri, 19 May 2023 13:52:40 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/src/app.js b/web/client/src/app.js index fdb531e7..bdb89ab3 100644 --- a/web/client/src/app.js +++ b/web/client/src/app.js @@ -1,4 +1,4 @@ -'use strict'; +'use strict' import React, { useEffect } from 'react'; import Layout from './layout';