|
@@ -219,7 +219,7 @@ const signIn = async () => {
|
219
|
219
|
if (item.configKey == 'jarVersion') {
|
220
|
220
|
a1 = item
|
221
|
221
|
a1.configValue = JSON.parse(a1.configValue)
|
222
|
|
- a1.configValue.manger = 'V1.0.0.20240606'
|
|
222
|
+ a1.configValue.manger = 'V1.1.0.20250208'
|
223
|
223
|
a1.configValue = JSON.stringify(a1.configValue)
|
224
|
224
|
|
225
|
225
|
saveSystem([a1]).then(() => {})
|