feat: support parse github repo(project)

This commit is contained in:
2024-09-12 15:43:44 +08:00
parent a537850560
commit cc5d288588
15 files changed
+269 -55

No files matched your search

@@ -16,5 +16,6 @@ data class Config(
val accessToken: String,
val port: Int,
val listeningGroups: List<Long>,
val qweatherKey: String
val qweatherKey: String,
val githubKey: String,
)