完善背光控制,优先使用 xset 控制。完成浏览器展示

This commit is contained in:
2024-12-30 12:16:10 +08:00
parent 73571c923a
commit ff97e25a55
8 changed files with 222 additions and 39 deletions

View File

@@ -76,7 +76,5 @@ func initConfig() {
if err != nil {
log.Panicln("unmarshal game config failed: ", err)
}
} else {
log.Panicln("game config not found")
}
}