Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
G3G4X5X6 committed Jul 8, 2024
1 parent 9397cc2 commit 1f2b447
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ultimate-app/src/main/java/com/g3g4x5x6/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
}

Expand Down
14 changes: 7 additions & 7 deletions ultimate-app/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1f2b447

Please sign in to comment.