Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit 67b11d6

Browse files
committed
chore: 增加gitee同步的CI工具和 README.md 更新
1 parent e946428 commit 67b11d6

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.github/workflows/main.yml

+15
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,18 @@ jobs:
2424
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
2525
PUBLISH_BRANCH: gh-pages
2626
PUBLISH_DIR: ./dist
27+
28+
- name: Sync to Gitee
29+
uses: wearerequired/git-mirror-action@master
30+
env:
31+
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
32+
with:
33+
source-repo: "git@github.com:dream2023/f-render.git"
34+
destination-repo: "git@gitee.com:dream2023/f-render.git"
35+
36+
- name: Build Gitee Pages
37+
uses: yanglbme/gitee-pages-action@master
38+
with:
39+
gitee-username: dream2023
40+
gitee-password: ${{ secrets.GITEE_PASSWORD }}
41+
gitee-repo: dream2023/f-render

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1111
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1212

13+
1314
- [交流群](#%E4%BA%A4%E6%B5%81%E7%BE%A4)
1415
- [介绍](#%E4%BB%8B%E7%BB%8D)
1516
- [注意](#%E6%B3%A8%E6%84%8F)
@@ -33,6 +34,7 @@
3334
- [定制化原组件配置 & 表单配置](#%E5%AE%9A%E5%88%B6%E5%8C%96%E5%8E%9F%E7%BB%84%E4%BB%B6%E9%85%8D%E7%BD%AE--%E8%A1%A8%E5%8D%95%E9%85%8D%E7%BD%AE)
3435
- [样式定制化](#%E6%A0%B7%E5%BC%8F%E5%AE%9A%E5%88%B6%E5%8C%96)
3536
- [二次开发](#%E4%BA%8C%E6%AC%A1%E5%BC%80%E5%8F%91)
37+
- [f-render 不能做什么?](#f-render-%E4%B8%8D%E8%83%BD%E5%81%9A%E4%BB%80%E4%B9%88)
3638
- [Props 说明](#props-%E8%AF%B4%E6%98%8E)
3739
- [生态](#%E7%94%9F%E6%80%81)
3840
- [特别感谢赞助者](#%E7%89%B9%E5%88%AB%E6%84%9F%E8%B0%A2%E8%B5%9E%E5%8A%A9%E8%80%85)
@@ -392,6 +394,13 @@ export default {
392394

393395
如果你或者你的公司需要`付费`源码讲解和答疑,可加我微信:`dream10nian`。当然也有也有免费的交流群,也是加这个微信。
394396

397+
## f-render 不能做什么?
398+
399+
由于 `vue-ele-form` 原因,
400+
401+
- f-render 不支持嵌套的子表单
402+
- 布局由于使用了 `el-row``el-col`,所以仅支持行布局
403+
395404
## Props 说明
396405

397406
```js

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "f-render",
33
"version": "4.3.2",
44
"private": false,
5+
"license": "MIT",
56
"description": "f-render | 基于 vue-ele-form 的表单设计器",
67
"scripts": {
78
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)