chore: bump dep version
This commit is contained in:
12 files changed
+58
-35
No files matched your search
@@ -7,6 +7,12 @@
|
||||
|
||||
package cn.rtast.fancybot.entity
|
||||
|
||||
import cn.rtast.fancybot.entity.enums.WSType
|
||||
|
||||
data class Config(
|
||||
val cnmApi: String,
|
||||
val ncmAPI: String,
|
||||
val wsType: WSType,
|
||||
val wsAddress: String,
|
||||
val accessToken: String,
|
||||
val port: Int,
|
||||
)
|
||||
Reference in New Issue
Block a user