This commit is contained in:
2026-04-06 09:13:05 +09:00
parent e28a2d2b14
commit ae3295c3e3
2 changed files with 30 additions and 23 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>("034220")
val BLACKLISTEDSTOCKCODES = listOf<String>()
}