Skip to content

Commit a4fb4d9

Browse files
committed
更新版本
1 parent 180ab64 commit a4fb4d9

320 files changed

Lines changed: 155433 additions & 13467 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.

.env.local

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
SQL_HOST=localhost
1+
SQL_HOST=192.168.0.113
22
SQL_PORT=3306
33
SQL_USER=root
4-
SQL_PASSWORD=admin
5-
SQL_DATABASE=tiny_engine
4+
SQL_PASSWORD=Akcw2019!@#
5+
SQL_DATABASE=tiny_engine_data_java
66

7-
backend_url=http://localhost:9090/material-center/api/component/bundle/create
7+
backend_url=http://192.168.0.113:9090/material-center/api/component/bundle/create

designer-demo/env/.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ VITE_CDN_DOMAIN=https://registry.npmmirror.com
55
# 使用npmmirror的cdn 时,需要声明 VITE_CDN_TYPE=npmmirror
66
VITE_CDN_TYPE=npmmirror
77
# request data via alpha service
8-
# VITE_ORIGIN=
8+
VITE_ORIGIN=http://192.168.0.113:9090

designer-demo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"@opentiny/tiny-engine": "workspace:^",
1616
"@opentiny/tiny-engine-meta-register": "workspace:^",
1717
"@opentiny/tiny-engine-utils": "workspace:*",
18-
"@opentiny/utils": "~3.28.0",
19-
"@opentiny/vue": "~3.28.0",
20-
"@opentiny/vue-design-smb": "~3.28.0",
21-
"@opentiny/vue-icon": "~3.28.0",
22-
"@opentiny/vue-locale": "~3.28.0",
23-
"@opentiny/vue-renderless": "3.20.0",
24-
"@opentiny/vue-theme": "~3.28.0",
18+
"@opentiny/utils": "~3.21.0",
19+
"@opentiny/vue": "~3.21.0",
20+
"@opentiny/vue-design-smb": "~3.21.0",
21+
"@opentiny/vue-icon": "~3.21.0",
22+
"@opentiny/vue-locale": "~3.21.0",
23+
"@opentiny/vue-renderless": "~3.21.0",
24+
"@opentiny/vue-theme": "~3.21.0",
2525
"@vueuse/core": "^9.6.0",
2626
"vue": "^3.4.21"
2727
},

0 commit comments

Comments
 (0)