Compare commits

..

2 Commits

Author SHA1 Message Date
whyour 5efc3d2228 更新版本 v2.14.12 2022-11-05 16:43:28 +08:00
whyour 8ac3f83c79 修复可能出现移动或者创建环境变量出错 2022-11-05 16:41:19 +08:00
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ export default class EnvService {
let position = initPosition;
for (const env of envs) {
position = position - stepPosition;
await this.updateDb({ ...env, position });
await this.updateDb({ id: env.id, position });
}
}
}
+4 -6
View File
@@ -1,7 +1,5 @@
export const version = '2.14.11';
export const changeLogLink = 'https://t.me/jiao_long/338';
export const changeLog = `2.14.11 版本说明
1. 修复列表表格滚动
2. 关于增加版本详细信息
3. 修改pre样式
export const version = '2.14.12';
export const changeLogLink = 'https://t.me/jiao_long/339';
export const changeLog = `2.14.12 版本说明
1. 修复可能出现移动或者创建环境变量出错
`;