add dark mode (#363)

This commit is contained in:
ZhouKe
2025-03-18 10:33:22 +08:00
committed by GitHub
parent 349267ef23
commit 2c8f2f7d42
2 changed files with 67 additions and 12 deletions

View File

@@ -218,6 +218,12 @@ config USE_WECHAT_MESSAGE_STYLE
help
使用微信聊天界面风格
config USE_DARK_MODE
bool "使用深色模式"
default n
help
使用深色模式
config USE_AUDIO_PROCESSOR
bool "启用音频降噪、增益处理"
default y