Skip to content

Commit 23d6c11

Browse files
feat: 修改 halo 的可编辑字段范围
1 parent ade02ce commit 23d6c11

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

apps/halo/versions/2.2.0/config.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"random": true,
4444
"rule": "paramCommon",
4545
"envKey": "PANEL_DB_NAME",
46-
"edit": true
4746
},
4847
{
4948
"type": "text",
@@ -54,7 +53,6 @@
5453
"random": true,
5554
"rule": "paramCommon",
5655
"envKey": "PANEL_DB_USER",
57-
"edit": true
5856
},
5957
{
6058
"type": "password",
@@ -65,7 +63,6 @@
6563
"random": true,
6664
"rule": "paramComplexity",
6765
"envKey": "PANEL_DB_USER_PASSWORD",
68-
"edit": true
6966
},
7067
{
7168
"type": "text",
@@ -76,7 +73,6 @@
7673
"random": true,
7774
"rule": "paramCommon",
7875
"envKey": "HALO_ADMIN",
79-
"edit": true
8076
},
8177
{
8278
"type": "password",
@@ -87,7 +83,6 @@
8783
"random": true,
8884
"rule": "paramComplexity",
8985
"envKey": "HALO_ADMIN_PASSWORD",
90-
"edit": true
9186
},
9287
{
9388
"type": "text",

apps/halo/versions/2.3.2/config.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"random": true,
4444
"rule": "paramCommon",
4545
"envKey": "PANEL_DB_NAME",
46-
"edit": true
4746
},
4847
{
4948
"type": "text",
@@ -54,7 +53,6 @@
5453
"random": true,
5554
"rule": "paramCommon",
5655
"envKey": "PANEL_DB_USER",
57-
"edit": true
5856
},
5957
{
6058
"type": "password",
@@ -65,7 +63,6 @@
6563
"random": true,
6664
"rule": "paramComplexity",
6765
"envKey": "PANEL_DB_USER_PASSWORD",
68-
"edit": true
6966
},
7067
{
7168
"type": "text",
@@ -76,7 +73,6 @@
7673
"random": true,
7774
"rule": "paramCommon",
7875
"envKey": "HALO_ADMIN",
79-
"edit": true
8076
},
8177
{
8278
"type": "password",
@@ -87,7 +83,6 @@
8783
"random": true,
8884
"rule": "paramComplexity",
8985
"envKey": "HALO_ADMIN_PASSWORD",
90-
"edit": true
9186
},
9287
{
9388
"type": "text",

0 commit comments

Comments
 (0)