项目简介

This commit is contained in:
庄建国 2021-12-27 06:39:53 +00:00
parent cb848d1b30
commit a6a5419948
4 changed files with 1 additions and 40 deletions

View File

@ -1,22 +0,0 @@
## Docker Build
### 更新项目
```bash
git checkout 2.0-meteor1.9
git pull
```
### 登录docker
```bash
docker login
# 输入用户名和密码
```
### 执行打包
```bash
yarn build_image
# 等待打包打包后会自动推送到hub
```

View File

@ -17,7 +17,7 @@
</p>
<p align="center" style="border-top: solid 1px #cccccc">
华炎魔方是Salesforce低代码开发平台的开源替代方案,你只需点击鼠标,就能轻松便捷地创建智能化、移动化的企业应用程序
华炎魔方是Salesforce低代码平台的开源替代方案,助力使用可视化方式构建管理软件后端业务逻辑,包括数据建模、权限控制、流程审批、统计分析、应用集成,并可以编写“高代码”实现复杂的业务逻辑
</p>
<h3 align="center">

View File

@ -1 +0,0 @@
theme: jekyll-theme-cayman

View File

@ -1,16 +0,0 @@
project_identifier_env: CROWDIN_DOCUSAURUS_PROJECT_ID
api_key_env: CROWDIN_DOCUSAURUS_API_KEY
base_path: "./"
preserve_hierarchy: true
files:
-
source: '/docs/*.md'
translation: '/website/translated_docs/%locale%/%original_file_name%'
languages_mapping: &anchor
locale:
'zh-CN': 'zh-CN'
-
source: '/website/i18n/en.json'
translation: '/website/i18n/%locale%.json'
languages_mapping: *anchor