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,
|
||||
)
|
||||
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright © 2024 RTAkland
|
||||
* Author: RTAkland
|
||||
* Date: 2024/8/30
|
||||
*/
|
||||
|
||||
|
||||
package cn.rtast.fancybot.entity.enums
|
||||
|
||||
enum class WSType {
|
||||
Client, Server
|
||||
}
|
||||
Reference in New Issue
Block a user