Minor fixes

This commit is contained in:
世界
2024-06-26 01:23:25 +08:00
parent fba1072910
commit 8df5f10d61
11 changed files with 101 additions and 115 deletions

View File

@@ -3,5 +3,4 @@ package io.nekohasekai.sfa.constant
object Action {
const val SERVICE = "io.nekohasekai.sfa.SERVICE"
const val SERVICE_CLOSE = "io.nekohasekai.sfa.SERVICE_CLOSE"
const val SERVICE_RELOAD = "io.nekohasekai.sfa.SERVICE_RELOAD"
}