fix: 修复 preset-vision 版本号自动生成

This commit is contained in:
力皓 2021-01-06 20:43:40 +08:00
parent 7c0b98576e
commit 1cfbe450ce

View File

@ -182,9 +182,10 @@ export {
plugins,
};
const version = '1.0.29';
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: 0 3px 3px 0; color: #fff; background: #42c02e; font-weight: bold;',
);