LokerL / tts-vue

🎤 微软语音合成工具,使用 Electron + Vue + ElementPlus + Vite 构建。
https://tts-doc.loker.vip/home.html
MIT License
5.81k stars 833 forks source link

[Bug] 运行后窗口不显示 #166

Open ninestep opened 11 months ago

ninestep commented 11 months ago

执行下列步骤后窗口不显示,但是任务栏有图标

  1. 克隆代码git clone https://github.com/LokerL/tts-vue.git
  2. 安装依赖yarn install
  3. 运行yarn run dev

没有报错信息

C:\Users\iamya\AppData\Roaming\npm\yarn.cmd run dev
yarn run v1.22.21
$ vite

  vite v2.9.13 dev server running at:

  > Local: http://127.0.0.1:3344/

  ready in 356ms.

vite v2.9.13 building for development...

watching for file changes...

build started...
vite v2.9.13 building for development...

watching for file changes...

build started...
✓ 1 modules transformed.
transforming (1) electron\main\index.tsdist/electron/preload/index.js   2.09 KiB / gzip: 0.84 KiB
dist/electron/preload/index.js.map 4.01 KiB
built in 187ms.
✓ 6 modules transformed.
dist/electron/main/index.js   18.98 KiB / gzip: 5.74 KiB
built in 257ms.

(node:6472) DeprecationWarning: file property is deprecated and will be removed in v5.
(Use `electron --trace-deprecation ...` to show where the warning was created)