mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-12 11:22:58 +08:00
修改依赖安装结束标识
This commit is contained in:
@@ -314,7 +314,7 @@ const Dependence = ({ headerStyle, isPhone, ws }: any) => {
|
||||
const { type, message, references } = JSON.parse(e.data);
|
||||
if (
|
||||
type === 'installDependence' &&
|
||||
message === '安装结束' &&
|
||||
message === '依赖安装结束' &&
|
||||
references.length > 0
|
||||
) {
|
||||
const result = [...value];
|
||||
|
||||
Reference in New Issue
Block a user