diff --git a/README.md b/README.md index 2e9641b0..fd16dc10 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,4 @@ If you desire immediate response, please kindly raise issues to us or scan the b **Qualitis is under the Apache 2.0 license. See the [LICENSE](/LICENSE) file for details.** ## Tips -Because the front-end code of Qualitis is FES, a front-end framework developed by WeBank, but the FES framework is not currently open source, so the front-end code of Qualitis is not open source for the time being. We will promote Qualitis's front-end open source as soon as possible. We are very sorry about this. - -You can download the source code and unzip web/app/src/main/resources/static/static.zip to get the compiled front-end code, or use it directly by downloading the release. \ No newline at end of file +The front-end code of Qualitis adopts the front-end framework FES self-developed by WeBank. The FES framework is currently open source, and the source code can be downloaded through the ui folder in the root directory. Of course, it can also be used directly by downloading the release. The default front-end compilation package is installed in Qualitis-x.x.x/conf/static. \ No newline at end of file diff --git a/README_zh.md b/README_zh.md index 4a72d53b..0f58890a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -77,6 +77,4 @@ Qualitis基于Spring Boot,依赖于Linkis进行数据计算,提供数据质 **Qualitis is under the Apache 2.0 license. See the [LICENSE](/LICENSE) file for details.** ## Tips -由于Qualitis的前端代码是采用WeBank自研的前端框架FES,但是FES框架目前没有开源,所以Qualitis的前端代码暂不开源。我们会尽快推进Qualitis的前端开源。对此我们感到非常抱歉。 - -你可以通过源码下载,并解压web/app/src/main/resources/static/static.zip来获取编译后的前端代码,或者通过下载release直接使用。 +Qualitis的前端代码是采用WeBank自研的前端框架FES,FES框架目前已开源,可以通过根目录的 ui 文件夹下进行源码下载,当然也可以通过下载 release 直接启动使用,默认的前端编译包安装在 Qualitis-x.x.x/conf/static 下。