【升级】nuget升级项目组件到最新版本。发布v0.6.8版本

This commit is contained in:
JIANWEIE-WORKPC\Administrator
2023-03-01 16:40:42 +08:00
parent 3c9a8478e8
commit 4d3309c379
27 changed files with 99 additions and 84 deletions

View File

@@ -11,7 +11,7 @@
},
onLaunch() {
//版本设置
const version = '0.6.7'
const version = '0.6.8'
// 开发环境才提示,生产环境不会提示
if (process.env.NODE_ENV === 'development') {
console.log(`\n %c \u6838\u5fc3\u5546\u57ce\u7cfb\u7edf\u0020\u0043\u006f\u0072\u0065\u0053\u0068\u006f\u0070 V${version} %c \u0068\u0074\u0074\u0070\u0073\u003a\u002f\u002f\u0077\u0077\u0077\u002e\u0063\u006f\u0072\u0065\u0073\u0068\u006f\u0070\u002e\u0063\u006e\u002f \n\n`, 'color: #ffffff; background: #3c9cff; padding:5px 0;', 'color: #3c9cff;background: #f1f1f1; padding:5px 0;');