From 1c084020d38da7b5640c532c458323ccf6a7bead Mon Sep 17 00:00:00 2001
From: chenyincheng <501753378@qq.com>
Date: 星期一, 30 一月 2023 12:07:29 +0800
Subject: [PATCH] 加tts语音播报功能
---
electron/main/index.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/electron/main/index.ts b/electron/main/index.ts
index b1f4295..6245fad 100644
--- a/electron/main/index.ts
+++ b/electron/main/index.ts
@@ -66,8 +66,8 @@
async function createWindow() {
win = new BrowserWindow({
title: 'Main window',
- fullscreen: false,
- // autoHideMenuBar:true,
+ fullscreen: true,// 开启默认全屏
+ // autoHideMenuBar:true, //关闭菜单栏
webPreferences: {
preload: splash,
nodeIntegration: true,
--
Gitblit v1.8.0