Skip to content

Commit fbb20c9

Browse files
author
mazhaobo
committed
chore: 替换github地址
1 parent 80aeb55 commit fbb20c9

116 files changed

Lines changed: 974 additions & 860 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Node CI
22

33
on:
4-
push:
4+
push:
55
branches:
66
- main
7-
pull_request:
7+
pull_request:
88
branches:
99
- main
1010

1111
jobs:
1212
upload-designer-codecov:
1313
runs-on: ubuntu-latest
14-
# if: ${{ github.event.pull_request.head.repo.full_name == 'alibaba/lowcode-engine' }}
14+
# if: ${{ github.event.pull_request.head.repo.full_name == 'fe-lce/lowcode-engine' }}
1515
steps:
1616
- name: checkout
1717
uses: actions/checkout@v2
@@ -90,7 +90,7 @@ jobs:
9090

9191
upload-code-generator:
9292
runs-on: ubuntu-latest
93-
# if: ${{ github.event.pull_request.head.repo.full_name == 'alibaba/lowcode-engine' }}
93+
# if: ${{ github.event.pull_request.head.repo.full_name == 'fe-lce/lowcode-engine' }}
9494
steps:
9595
- name: checkout
9696
uses: actions/checkout@v2
@@ -113,4 +113,4 @@ jobs:
113113
token: ${{ secrets.CODECOV_TOKEN }}
114114
name: code-generator
115115
fail_ci_if_error: true
116-
verbose: true
116+
verbose: true

.github/workflows/cov packages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
cov-designer:
1111
runs-on: ubuntu-latest
1212
# skip fork's PR, otherwise it fails while making a comment
13-
if: ${{ github.event.pull_request.head.repo.full_name == 'alibaba/lowcode-engine' }}
13+
if: ${{ github.event.pull_request.head.repo.full_name == 'fe-lce/lowcode-engine' }}
1414
steps:
1515
- name: checkout
1616
uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
3232
cov-renderer-core:
3333
runs-on: ubuntu-latest
3434
# skip fork's PR, otherwise it fails while making a comment
35-
if: ${{ github.event.pull_request.head.repo.full_name == 'alibaba/lowcode-engine' }}
35+
if: ${{ github.event.pull_request.head.repo.full_name == 'fe-lce/lowcode-engine' }}
3636
steps:
3737
- name: checkout
3838
uses: actions/checkout@v2
@@ -54,7 +54,7 @@ jobs:
5454
cov-react-simulator-renderer:
5555
runs-on: ubuntu-latest
5656
# skip fork's PR, otherwise it fails while making a comment
57-
if: ${{ github.event.pull_request.head.repo.full_name == 'alibaba/lowcode-engine' }}
57+
if: ${{ github.event.pull_request.head.repo.full_name == 'fe-lce/lowcode-engine' }}
5858
steps:
5959
- name: checkout
6060
uses: actions/checkout@v2
@@ -76,7 +76,7 @@ jobs:
7676
cov-utils:
7777
runs-on: ubuntu-latest
7878
# skip fork's PR, otherwise it fails while making a comment
79-
if: ${{ github.event.pull_request.head.repo.full_name == 'alibaba/lowcode-engine' }}
79+
if: ${{ github.event.pull_request.head.repo.full_name == 'fe-lce/lowcode-engine' }}
8080
steps:
8181
- name: checkout
8282
uses: actions/checkout@v2
@@ -93,4 +93,4 @@ jobs:
9393
working-directory: packages/utils
9494
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
9595
package-manager: yarn
96-
annotations: none
96+
annotations: none

.github/workflows/insufficient information.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717
issue-number: ${{ github.event.issue.number }}
1818
body: |
19-
你好 @${{ github.event.issue.user.login }},由于缺乏必要的信息(如 bug 重现步骤、引擎版本信息 等),无法定位问题,请按照 [issue bug 模板](https://github.com/alibaba/lowcode-engine/blob/main/.github/ISSUE_TEMPLATE/bug-report.md) 补全信息,也可以通过阅读 [引擎的 issue 说明](https://lowcode-engine.cn/site/community/issue) 了解什么类型的 issue 可以获得更好、更快的支持。
19+
你好 @${{ github.event.issue.user.login }},由于缺乏必要的信息(如 bug 重现步骤、引擎版本信息 等),无法定位问题,请按照 [issue bug 模板](https://github.com/fe-lce/lowcode-engine/blob/main/.github/ISSUE_TEMPLATE/bug-report.md) 补全信息,也可以通过阅读 [引擎的 issue 说明](https://lowcode-engine.cn/site/community/issue) 了解什么类型的 issue 可以获得更好、更快的支持。

docs/community/issue.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
title: 关于引擎的 issue 说明
33
sidebar_position: 2
44
---
5-
> 提交地址:[https://github.com/alibaba/lowcode-engine/issues](https://github.com/alibaba/lowcode-engine/issues)
5+
6+
> 提交地址:[https://github.com/fe-lce/lowcode-engine/issues](https://github.com/fe-lce/lowcode-engine/issues)
67
78
### 提交前必读
8-
由于引擎项目复杂,很多问题在复现和沟通上无法花费太多时间,需要大家尽力将复现步骤说明白。
99

10+
由于引擎项目复杂,很多问题在复现和沟通上无法花费太多时间,需要大家尽力将复现步骤说明白。
1011

1112
![image.png](./img/you-think.png)
1213

1314
**你以为的 issue**
1415

15-
1616
![image.png](./img/i-see.png)
1717

1818
**我们看到的 issue**
@@ -26,18 +26,21 @@ sidebar_position: 2
2626
- 【支持慢】有完整的项目地址,下载下来可直接安装依赖并启动复现的
2727
- 【支持慢】需求类型的由于人力有限,欢迎大家 PR,如能讲清楚背景上下文和场景,项目维护团队更容易给出方案建议或方向指引。
2828
- 【不保证提供支持】其他
29-
- 只有标题没有复现步骤
30-
- 复现步骤不清晰
31-
- 和引擎无关的
29+
- 只有标题没有复现步骤
30+
- 复现步骤不清晰
31+
- 和引擎无关的
3232

3333
### 不同优先级的示例
34+
3435
#### 【支持快】通过线上 Demo 地址 + 控制台输入 API 可复现。
36+
3537
**示例**
3638
![image.png](https://img.alicdn.com/imgextra/i1/O1CN01np6ARb1KnJFOELjXg_!!6000000001208-2-tps-3322-1862.png)
3739
复现步骤:
3840

3941
- 打开线上 demo
4042
- 在控制台输入
43+
4144
```json
4245
// 当前 doc
4346
const doc = window.AliLowCodeEngine.project.currentDocument
@@ -56,6 +59,7 @@ window.AliLowCodeEngine.project.openDocument('docl4xkca5b')
5659
- 使用 openDocument 可以正常的切换回原来的 doc
5760

5861
#### 【支持快】通过线上 demo + 导入 schema 可复现
62+
5963
步骤:
6064

6165
- 使用线上 demo
@@ -68,8 +72,8 @@ window.AliLowCodeEngine.project.openDocument('docl4xkca5b')
6872
- 页面中的 xxx 部分和预期不符合,期望的效果是 xxx
6973

7074
#### 【支持稍慢】通过线上 demo + 完整操作步骤可复现
71-
**示例**
72-
1.使用 antd 组件
75+
76+
**示例** 1.使用 antd 组件
7377
![image.png](https://img.alicdn.com/imgextra/i4/O1CN019dFe4Y24SDKbmpbdw_!!6000000007389-2-tps-3584-1812.png)
7478

7579
2.拖拽这个组件
@@ -83,6 +87,7 @@ window.AliLowCodeEngine.project.openDocument('docl4xkca5b')
8387
- 组件同配置一致
8488

8589
#### 【支持稍慢】通过线上 demo + 变更代码可复现,并清楚的说明变更代码的位置和内容
90+
8691
**示例**
8792
![image.png](https://img.alicdn.com/imgextra/i4/O1CN01FL0Urq1tl1pLcYhJH_!!6000000005941-2-tps-1892-754.png)
8893

@@ -93,20 +98,23 @@ window.AliLowCodeEngine.project.openDocument('docl4xkca5b')
9398
![image.png](https://img.alicdn.com/imgextra/i4/O1CN01OKzt1Z28b9WZIbM6B_!!6000000007950-2-tps-1912-914.png)
9499

95100
#### 【支持慢】有完整的项目地址,下载下来可直接安装依赖并启动复现的
101+
96102
由于完整的项目中有很多冗余的信息,这部分排查起来十分耗时且困难。不推荐使用改方式。
97103

98104
#### 【不保证提供支持】其他
105+
99106
##### 只有标题没有复现步骤
107+
100108
![image.png](https://img.alicdn.com/imgextra/i3/O1CN017rO2gR1YKpEgIMBjh_!!6000000003041-2-tps-2520-1020.png)
101109

102110
##### 复现步骤不清晰
111+
103112
![image.png](https://img.alicdn.com/imgextra/i4/O1CN01vtHi5z225CC7aFVS2_!!6000000007068-2-tps-3584-1666.png)
104113

105114
##### 和引擎无关的
106-
![image.png](https://img.alicdn.com/imgextra/i2/O1CN01KxqT9M1vcu25xJHFP_!!6000000006194-2-tps-2548-1430.png)
107-
108-
109115

116+
![image.png](https://img.alicdn.com/imgextra/i2/O1CN01KxqT9M1vcu25xJHFP_!!6000000006194-2-tps-2548-1430.png)
110117

111118
### 扩展阅读
119+
112120
强烈推荐阅读 [《提问的智慧》](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)[《如何向开源社区提问题》](https://github.com/seajs/seajs/issues/545)[《如何有效地报告 Bug》](http://www.chiark.greenend.org.uk/~sgtatham/bugs-cn.html)[《如何向开源项目提交无法解答的问题》](https://zhuanlan.zhihu.com/p/25795393),更好的问题更容易获得帮助。(此段参考 [antd](https://github.com/ant-design/ant-design)

docs/config/navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ module.exports = {
6565
// },
6666
// {
6767
{
68-
href: 'https://github.com/alibaba/lowcode-engine',
68+
href: 'https://github.com/fe-lce/lowcode-engine',
6969
position: 'right',
7070
className: 'header-github-link',
7171
'aria-label': 'GitHub repository',

docs/config/sidebars.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ module.exports = {
3939
type: 'category',
4040
label: '扩展编辑器',
4141
collapsed: false,
42-
items: getDocsFromDir('guide/expand/editor', [{ dir: 'guide/expand/editor/parts', label: 'Parts·造物' }]),
42+
items: getDocsFromDir('guide/expand/editor', [
43+
{ dir: 'guide/expand/editor/parts', label: 'Parts·造物' },
44+
]),
4345
},
4446
{
4547
type: 'category',
@@ -61,7 +63,7 @@ module.exports = {
6163
{
6264
type: 'link',
6365
label: '更新日志',
64-
href: 'https://github.com/alibaba/lowcode-engine/releases',
66+
href: 'https://github.com/fe-lce/lowcode-engine/releases',
6567
},
6668
...getDocsFromDir('guide/appendix'),
6769
{

docs/docs/api/canvas.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: canvas - 画布 API
33
sidebar_position: 10
44
---
55

6-
> **@types** [IPublicApiCanvas](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/api/canvas.ts)<br/>
7-
> **@since** v1.1.0
8-
6+
> **@types** [IPublicApiCanvas](https://github.com/fe-lce/lowcode-engine/blob/main/packages/types/src/shell/api/canvas.ts)<br/> > **@since** v1.1.0
97
108
## 模块简介
119

@@ -19,16 +17,15 @@ sidebar_position: 10
1917

2018
`@type {IPublicModelDragon | null}`
2119

22-
23-
相关类型:[IPublicModelDragon](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/model/dragon.ts)
20+
相关类型:[IPublicModelDragon](https://github.com/fe-lce/lowcode-engine/blob/main/packages/types/src/shell/model/dragon.ts)
2421

2522
### activeTracker
2623

2724
获取活动追踪器实例
2825

2926
`@type {IPublicModelActiveTracker | null}`
3027

31-
相关类型:[IPublicModelActiveTracker](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/model/active-tracker.ts)
28+
相关类型:[IPublicModelActiveTracker](https://github.com/fe-lce/lowcode-engine/blob/main/packages/types/src/shell/model/active-tracker.ts)
3229

3330
### isInLiveEditing
3431

@@ -37,15 +34,17 @@ sidebar_position: 10
3734
`@type {boolean}`
3835

3936
### clipboard
37+
4038
全局剪贴板实例
4139

4240
`@type {IPublicModelClipboard}`
4341

44-
相关类型:[IPublicModelClipboard](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/model/clipboard.ts)
42+
相关类型:[IPublicModelClipboard](https://github.com/fe-lce/lowcode-engine/blob/main/packages/types/src/shell/model/clipboard.ts)
4543

4644
## 方法
4745

4846
### createLocation
47+
4948
创建一个文档插入位置对象,该对象用来描述一个即将插入的节点在文档中的位置
5049

5150
```typescript
@@ -58,7 +57,9 @@ createLocation(locationData: IPublicTypeLocationData): IPublicModelDropLocation;
5857
```
5958

6059
### createScroller
60+
6161
创建一个滚动控制器 Scroller,赋予一个视图滚动的基本能力,
62+
6263
```typescript
6364
/**
6465
* 创建一个滚动控制器 Scroller,赋予一个视图滚动的基本能力,
@@ -75,6 +76,7 @@ createScroller(scrollable: IPublicTypeScrollable): IPublicModelScroller;
7576
```
7677

7778
### createScrollTarget
79+
7880
创建一个 ScrollTarget,与 Scroller 一起发挥作用,详见 [createScroller](#createscroller) 中的描述
7981

8082
```typescript

docs/docs/api/common.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: common - 通用 API
33
sidebar_position: 10
44
---
55

6-
> **@types** [IPublicApiCommon](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/api/common.ts)<br/> > **@since** v1.0.0
6+
> **@types** [IPublicApiCommon](https://github.com/fe-lce/lowcode-engine/blob/main/packages/types/src/shell/api/common.ts)<br/> > **@since** v1.0.0
77
88
## 模块简介
99

@@ -17,7 +17,7 @@ sidebar_position: 10
1717

1818
通用 utils,详见下方方法签名
1919

20-
相关类型:[IPublicApiCommonUtils](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/api/common.ts)
20+
相关类型:[IPublicApiCommonUtils](https://github.com/fe-lce/lowcode-engine/blob/main/packages/types/src/shell/api/common.ts)
2121

2222
#### skeletonCabin
2323

@@ -74,7 +74,7 @@ getNodeSchemaById(
7474
): IPublicTypeNodeSchema | undefined;
7575
```
7676

77-
相关类型:[IPublicTypeNodeSchema](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/type/node-schema.ts)
77+
相关类型:[IPublicTypeNodeSchema](https://github.com/fe-lce/lowcode-engine/blob/main/packages/types/src/shell/type/node-schema.ts)
7878

7979
#### executeTransaction
8080

docs/docs/api/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: config - 配置 API
33
sidebar_position: 5
44
---
55

6-
> **@types** [IPublicModelEngineConfig](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/model/engine-config.ts)<br/> > **@since** v1.0.0
6+
> **@types** [IPublicModelEngineConfig](https://github.com/fe-lce/lowcode-engine/blob/main/packages/types/src/shell/model/engine-config.ts)<br/> > **@since** v1.0.0
77
88
## 模块简介
99

@@ -115,7 +115,7 @@ config.setConfig({ keyA: false, keyB: 2 });
115115
getPreference(): IPublicModelPreference;
116116
```
117117

118-
相关类型:[IPublicModelPreference](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/model/preference.ts)
118+
相关类型:[IPublicModelPreference](https://github.com/fe-lce/lowcode-engine/blob/main/packages/types/src/shell/model/preference.ts)
119119

120120
**@since v1.1.0**
121121

docs/docs/api/configOptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: config options - 配置列表
33
sidebar_position: 5
44
---
55

6-
> **@types** [IPublicTypeEngineOptions](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/type/engine-options.ts)<br/>
6+
> **@types** [IPublicTypeEngineOptions](https://github.com/fe-lce/lowcode-engine/blob/main/packages/types/src/shell/type/engine-options.ts)<br/>
77
88
## 配置方式
99

@@ -31,7 +31,7 @@ config.set('enableCondition', false);
3131

3232
## 配置详情
3333

34-
> 源码详见 [IPublicTypeEngineOptions](https://github.com/alibaba/lowcode-engine/blob/main/packages/types/src/shell/type/engine-options.ts)
34+
> 源码详见 [IPublicTypeEngineOptions](https://github.com/fe-lce/lowcode-engine/blob/main/packages/types/src/shell/type/engine-options.ts)
3535
3636
### 画布
3737

0 commit comments

Comments
 (0)