chore: improve niuzi bank command

This commit is contained in:
2024-09-26 21:56:44 +08:00
parent a6537628d5
commit 0016fa578d
8 files changed
+50 -34

No files matched your search

+2 -1
View File
@@ -62,7 +62,8 @@ val DEFAULT_CONFIG = Config(
enableAntiRevoke = true,
llamaUrl = "http://127.0.0.1",
llamaModel = "llama3.1",
qqMusicApiUrl = "http://127.0.0.1:3200"
qqMusicApiUrl = "http://127.0.0.1:3200",
startUpNoticeUser = 114514L
)
val configManager = ConfigManager()