This commit is contained in:
2026-04-02 15:22:38 +09:00
parent ef1847f115
commit 0b7684a176
9 changed files with 112 additions and 32 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ object Defines {
var LLM_PORT = 8080
var EMBEDDING_PORT = 8081
val AUTOSELL = true
val BLACKLISTEDSTOCKCODES = listOf<String>()
val BLACKLISTEDSTOCKCODES = listOf<String>("034220")
}