From 79e0f4d15b74ef61fe5eb93c1ae2d62e84c31455 Mon Sep 17 00:00:00 2001 From: Jinguang Dong Date: Tue, 29 Jun 2021 17:10:18 +0800 Subject: [PATCH 1/2] fixed display abnormal on website --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2fae1f1..4abb22bd 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,13 @@ 官网使用vuepress+node.js作为前后端的基础框架搭建。大部分功能仅通过静态文件渲染,只有少部分功能模块(日历、CVE、搜索)需要后端部署配合运行。 各目录解释如下: +``` website-v2 ├─ data //此目录存放由特定责任人独立维护的模块数据,例如目前存放的是兼容性查询所需的数据。 ├─ script //此目录存放文档、博客、新闻导入ES(elasticsearch)所需的脚本。 ├─ server //此目录存放后端部署和运行所需代码,详细介绍请参考此目录下的README.md文件。 ├─ web-ui //此目录存放前端部署和运行所需代码,详细介绍请参考此目录下的README.md文件。 +``` #### 本地部署教程 -- Gitee From 07f8a3725e3cd3d11ea52b77e08bcf4d8d4b6555 Mon Sep 17 00:00:00 2001 From: Jinguang Dong Date: Tue, 29 Jun 2021 17:15:16 +0800 Subject: [PATCH 2/2] fixed display abnormal on website for english version --- README.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.en.md b/README.en.md index 09fbfded..3dfe389a 100644 --- a/README.en.md +++ b/README.en.md @@ -7,11 +7,13 @@ The website used vuepress + node.js as the basic framework of the front and back The file directory is explained as follows: +``` website-v2 ├─ data //This directory stores the module data independently maintained by a specific responsible person. For example, the current directory stores the data required for compatibility query. ├─ script //This directory stores the scripts needed to import documents, blogs and news into es (elastic search). ├─ server //This directory stores the code needed for back-end deployment and operation. For details, please refer to the README.md file in this directory. ├─ web-ui //This directory stores the code needed for front-end deployment and operation. For details, please refer to the README.md file in this directory. +``` #### Installation -- Gitee