Skip to content

Commit 6cba4bc

Browse files
theFG1998liujuping
authored andcommitted
docs: update prepare.md
1 parent 944012a commit 6cba4bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/docs/participate/prepare.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@ npm install && npm start
3333
"proxy": [
3434
[
3535
"https://uipaas-assets.com/prod/npm/@alilc/lowcode-engine/(.*)/dist/js/engine-core.js",
36-
"http://localhost:5555/js/engine-core.js"
36+
"http://localhost:5555/js/AliLowCodeEngine.js"
3737
],
3838
[
3939
"https://uipaas-assets.com/prod/npm/@alilc/lowcode-engine/(.*)/dist/css/engine-core.css",
40-
"http://localhost:5555/css/engine-core.css"
40+
"http://localhost:5555/css/AliLowCodeEngine.css"
4141
],
4242
[
4343
"https?://uipaas-assets.com/prod/npm/@alilc/lowcode-engine/(.*)/dist/js/react-simulator-renderer.js",
44-
"http://localhost:5555/js/react-simulator-renderer.js"
44+
"http://localhost:5555/js/ReactSimulatorRenderer.js"
4545
],
4646
[
4747
"https?://uipaas-assets.com/prod/npm/@alilc/lowcode-engine/(.*)/dist/css/react-simulator-renderer.css",
48-
"http://localhost:5555/css/react-simulator-renderer.css"
48+
"http://localhost:5555/css/ReactSimulatorRenderer.css"
4949
],
5050
[
5151
"https?://uipaas-assets.com/prod/npm/@alilc/lowcode-engine/(.*)/dist/js/rax-simulator-renderer.js",
52-
"http://localhost:5555/js/rax-simulator-renderer.js"
52+
"http://localhost:5555/js/RaxSimulatorRenderer.js"
5353
],
5454
[
5555
"https?://uipaas-assets.com/prod/npm/@alilc/lowcode-engine/(.*)/dist/css/rax-simulator-renderer.css",
56-
"http://localhost:5555/css/rax-simulator-renderer.css"
56+
"http://localhost:5555/css/RaxSimulatorRenderer.css"
5757
],
5858
]
5959
}

0 commit comments

Comments
 (0)