chore: bump dep version

This commit is contained in:
2024-08-30 15:05:51 +08:00
parent bf75cfad38
commit 27f691b48a
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,
)