Skip to content

Commit 4fa71b7

Browse files
committed
Removed unused attributes from jsonConfig.json
1 parent 091eec1 commit 4fa71b7

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

admin/jsonConfig.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,7 @@
163163
"disabled": "!data.gptKey",
164164
"xs": 12,
165165
"sm": 3,
166-
"alsoDependsOn": ["gptKey"],
167-
"showProcess": true,
168-
"resultStringToError": "error"
166+
"showProcess": true
169167
},
170168
"claudeKey": {
171169
"newLine": true,
@@ -186,9 +184,7 @@
186184
"disabled": "!data.claudeKey",
187185
"xs": 12,
188186
"sm": 3,
189-
"alsoDependsOn": ["claudeKey"],
190-
"showProcess": true,
191-
"resultStringToError": "error"
187+
"showProcess": true
192188
},
193189
"geminiKey": {
194190
"newLine": true,
@@ -209,9 +205,7 @@
209205
"disabled": "!data.geminiKey",
210206
"xs": 12,
211207
"sm": 3,
212-
"alsoDependsOn": ["geminiKey"],
213-
"showProcess": true,
214-
"resultStringToError": "error"
208+
"showProcess": true
215209
},
216210
"deepseekKey": {
217211
"newLine": true,
@@ -232,9 +226,7 @@
232226
"disabled": "!data.deepseekKey",
233227
"xs": 12,
234228
"sm": 3,
235-
"alsoDependsOn": ["deepseekKey"],
236-
"showProcess": true,
237-
"resultStringToError": "error"
229+
"showProcess": true
238230
},
239231
"gptBaseUrl": {
240232
"newLine": true,
@@ -263,9 +255,7 @@
263255
"disabled": "!data.gptBaseUrl",
264256
"xs": 12,
265257
"sm": 3,
266-
"alsoDependsOn": ["gptBaseUrl", "gptBaseUrlKey"],
267-
"showProcess": true,
268-
"resultStringToError": "error"
258+
"showProcess": true
269259
}
270260
}
271261
}

0 commit comments

Comments
 (0)