Skip to content

Commit e31e8fc

Browse files
feat: 升级 dataease 到 v1.18.4
1 parent fcc817e commit e31e8fc

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed
File renamed without changes.

apps/dataease/versions/1.18.2/config.json renamed to apps/dataease/versions/1.18.4/config.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,17 @@
4545
"labelEn": "Admin Password",
4646
"required": true,
4747
"default": "admin",
48-
"random": true,
49-
"rule": "paramCommon",
5048
"envKey": "DE_ADMIN",
51-
"disabled": true
49+
"disabled":true
5250
},
5351
{
5452
"type": "text",
5553
"labelZh": "管理员密码",
5654
"labelEn": "Admin Password",
5755
"required": true,
5856
"default": "dataease",
59-
"random": true,
60-
"rule": "paramComplexity",
6157
"envKey": "DE_ADMIN_PASSWORD",
62-
"disabled": true
58+
"disabled":true
6359
},
6460
{
6561
"type": "number",

apps/dataease/versions/1.18.2/docker-compose.yml renamed to apps/dataease/versions/1.18.4/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
dataease:
4-
image: registry.cn-qingdao.aliyuncs.com/dataease/dataease:v1.18.2
4+
image: registry.cn-qingdao.aliyuncs.com/dataease/dataease:v1.18.4
55
restart: always
66
container_name: ${CONTAINER_NAME}
77
ports:

apps/list.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@
143143
"key": "dataease",
144144
"name": "DataEase",
145145
"tags": ["Tool"],
146-
"versions": ["1.18.2"],
146+
"versions": ["1.18.4"],
147147
"shortDescZh": "人人可用的开源数据可视化分析工具",
148148
"shortDescEn": "Open source data visualization and analysis tools available to everyone",
149149
"type": "tool",
150-
"limit": 1,
150+
"limit": 0,
151151
"recommend": 5,
152152
"crossVersionUpdate": true,
153153
"website": "https://dataease.io/",

0 commit comments

Comments
 (0)