mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-07 01:04:39 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5efc3d2228 | |||
| 8ac3f83c79 |
@@ -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
@@ -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. 修复可能出现移动或者创建环境变量出错
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user