From 1f2b447964dee6905707ffb57f301287377ecd21 Mon Sep 17 00:00:00 2001 From: G3G4X5X6 <87740076+G3G4X5X6@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:49:20 +0800 Subject: [PATCH] update --- ultimate-app/src/main/java/com/g3g4x5x6/App.java | 2 +- .../src/main/resources/application.properties | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ultimate-app/src/main/java/com/g3g4x5x6/App.java b/ultimate-app/src/main/java/com/g3g4x5x6/App.java index 9bc1b59a..b8afc56d 100644 --- a/ultimate-app/src/main/java/com/g3g4x5x6/App.java +++ b/ultimate-app/src/main/java/com/g3g4x5x6/App.java @@ -179,7 +179,7 @@ private static Properties loadProperties() { assert appIn != null; Files.copy(appIn, Path.of(AppConfig.getPropertiesPath())); } catch (IOException e) { - log.error("配置初始化异常:" + e.getMessage()); + log.error("配置初始化异常:{}", e.getMessage()); } } diff --git a/ultimate-app/src/main/resources/application.properties b/ultimate-app/src/main/resources/application.properties index 2ba5c0ea..2d73508b 100644 --- a/ultimate-app/src/main/resources/application.properties +++ b/ultimate-app/src/main/resources/application.properties @@ -16,7 +16,7 @@ app.quit.to.tray=true app.iconified.to.tray=false # 主题设置 app.theme.enable=true -app.theme.class=com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneLightIJTheme +app.theme.class=com.formdev.flatlaf.intellijthemes.FlatArcIJTheme # 主密码: Salt app.master.key.salt= # 主密码: Hash Password @@ -31,15 +31,15 @@ qqwry.path={workspace} # 终端专注模式配置: left, right, top, bottom terminal.focus.layout=right # 本地终端程序: powershell, cmd -terminal.shell=cmd +terminal.shell=powershell # 终端配色方案 -terminal.color.scheme=Tomorrow +terminal.color.scheme=3024 Day # 终端字体: consolas, Monospaced -terminal.font=新宋体 -terminal.font.size=14.0F +terminal.font=UbuntuMono Nerd Font Mono +terminal.font.size=15.0F terminal.font.zh.enable=false -terminal.font.zh=新宋体 -terminal.line.space=1.1F +terminal.font.zh=UbuntuMono Nerd Font Mono +terminal.line.space=1.0F terminal.record=false # default, dark, default-alt, druid, eclipse, idea, monokai, vs notepad.theme=default