张恒

修改文案

...@@ -83,7 +83,7 @@ function startMain() { ...@@ -83,7 +83,7 @@ function startMain() {
83 const compiler = webpack(mainConfig) 83 const compiler = webpack(mainConfig)
84 84
85 compiler.hooks.watchRun.tapAsync('watch-run', (compilation, done) => { 85 compiler.hooks.watchRun.tapAsync('watch-run', (compilation, done) => {
86 - logStats('Main', chalk.white.bold('compiling...')) 86 + logStats('Main', chalk.white.bold('主进程编译中...'))
87 hotMiddleware.publish({ action: 'compiling' }) 87 hotMiddleware.publish({ action: 'compiling' })
88 done() 88 done()
89 }) 89 })
...@@ -171,7 +171,7 @@ function greeting() { ...@@ -171,7 +171,7 @@ function greeting() {
171 space: false 171 space: false
172 }) 172 })
173 } else console.log(chalk.yellow.bold('\n electron-vue')) 173 } else console.log(chalk.yellow.bold('\n electron-vue'))
174 - console.log(chalk.blue(' getting ready...') + '\n') 174 + console.log(chalk.blue(' 已准备好启动资源...') + '\n')
175 } 175 }
176 176
177 function init() { 177 function init() {
......