Skip to content

Commit

Permalink
docs: 修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySoft authored and jianbing.chen committed Dec 18, 2024
1 parent 4f4085c commit 47a0e8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ Marsview is a low code visualization platform for middle and backend development
- **environment:** The platform supports three environments, STG, PRE, and PRD. The page can only be accessed on the user side after being published to the corresponding environment.
- **rollback:** After the platform is released, the page supports one click rollback.
- **Micro front-end integration:** If you are a traditional Vue project and want to use this platform, you can first build a page on the platform and publish it to the PRD environment, and finally integrate it through microservices.
<<<<<<< HEAD
- The backend provides two versions, JAVA and Koa, with MySQL as the database.
> > > > > > > 4ac0c61 (feat: 添加中英文 readme)
> > > > > > > # 4ac0c61 (feat: 添加中英文 readme)
- The backend provides Node versions, with MySQL as the database.
> > > > > > > 7a5f341 (docs: 修改文档)
## Local development 👨‍💻

Expand Down
12 changes: 6 additions & 6 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Marsview 是一款中后台方向的低代码可视化搭建平台,开发者
- **环境:** 平台支持三套环境,STG、PRE 和 PRD,页面只有发布到对应环境后,才可以在用户端访问到该页面。
- **回滚:** 平台发布后的页面支持一键回滚。
- **微服务:** 如果你是传统的 Vue 项目,想使用此平台,可以先在平台搭建一个页面发布到 PRD 环境,最后通过微服务集成进来。
- 后端提供 JAVA 和 Koa 两个版本,数据库为 Mysql。
- 后端以 Node 为主,数据库为 Mysql。

## 本地开发 👨‍💻

Expand All @@ -81,10 +81,10 @@ git clone https://github.com/JackySoft/marsview.git
git clone https://github.com/JackySoft/marsview-backend.git
```

| 目录 | 说明 |
| -------------- | ----------------------- |
| backend | 后端服务,包括 2 个版本 |
| backend/config | 项目配置文件 |
| 目录 | 说明 |
| -------------- | ------------ |
| backend | 后端服务 |
| backend/config | 项目配置文件 |

### 快速开始

Expand All @@ -102,7 +102,7 @@ pnpm start:editor

> 注意:默认使用线上接口,如果需要私有化部署,请参考私有化部署文档。
[Documentation](http://docs.marsview.com.cn/deploy.html)
[Documentation](https://docs.marsview.com.cn/home.html)

### 同步代码

Expand Down

0 comments on commit 47a0e8d

Please sign in to comment.