mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-07 02:47:12 +00:00
fix: 修复 preset-vision 版本号自动生成
This commit is contained in:
parent
7c0b98576e
commit
1cfbe450ce
@ -182,9 +182,10 @@ export {
|
|||||||
plugins,
|
plugins,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const version = '1.0.29';
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
'%c AliLowCodeEngine %c v1.0.28 ',
|
`%c AliLowCodeEngine %c v${version} `,
|
||||||
'padding: 2px 1px; border-radius: 3px 0 0 3px; color: #fff; background: #606060; font-weight: bold;',
|
'padding: 2px 1px; border-radius: 3px 0 0 3px; color: #fff; background: #606060; font-weight: bold;',
|
||||||
'padding: 2px 1px; border-radius: 0 3px 3px 0; color: #fff; background: #42c02e; font-weight: bold;',
|
'padding: 2px 1px; border-radius: 0 3px 3px 0; color: #fff; background: #42c02e; font-weight: bold;',
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user