Skip to content

Commit

Permalink
delete useless sign-ins
Browse files Browse the repository at this point in the history
  • Loading branch information
kukume committed Nov 25, 2024
1 parent 9b84c88 commit 5af90f7
Show file tree
Hide file tree
Showing 33 changed files with 21 additions and 4,408 deletions.
1 change: 0 additions & 1 deletion src/main/kotlin/me/kuku/telegram/context/Context.kt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ private val callbackAfter by lazy {
CacheManager.getCache<String, Any>("callbackAfter", Duration.ofMinutes(5))
}

@Suppress("ConstPropertyName")
private data class History(var message: Message?, var data: String, var text: String? = null): Serializable {
companion object {
private const val serialVersionUID = 1L
Expand Down
71 changes: 0 additions & 71 deletions src/main/kotlin/me/kuku/telegram/entity/AliDriveEntity.kt

This file was deleted.

39 changes: 0 additions & 39 deletions src/main/kotlin/me/kuku/telegram/entity/GlaDosEntity.kt

This file was deleted.

41 changes: 0 additions & 41 deletions src/main/kotlin/me/kuku/telegram/entity/IqyEntity.kt

This file was deleted.

71 changes: 0 additions & 71 deletions src/main/kotlin/me/kuku/telegram/entity/NetEaseEntity.kt

This file was deleted.

42 changes: 0 additions & 42 deletions src/main/kotlin/me/kuku/telegram/entity/NetEaseSmallEntity.kt

This file was deleted.

46 changes: 0 additions & 46 deletions src/main/kotlin/me/kuku/telegram/entity/OtherPushEntity.kt

This file was deleted.

42 changes: 0 additions & 42 deletions src/main/kotlin/me/kuku/telegram/entity/PixivEntity.kt

This file was deleted.

12 changes: 6 additions & 6 deletions src/main/kotlin/me/kuku/telegram/entity/SwitchEntity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ class SwitchService(
}

private val clazzList = mutableListOf(
AliDriveRepository::class, BaiduRepository::class, BiliBiliRepository::class,
BaiduRepository::class, BiliBiliRepository::class,
DouYuRepository::class, ECloudRepository::class,
GlaDosRepository::class, HostLocRepository::class, HuYaRepository::class,
IqyRepository::class, KuGouRepository::class, LeiShenRepository::class,
LogRepository::class, MiHoYoRepository::class, NetEaseRepository::class,
NodeSeekRepository::class, PixivRepository::class, SmZdmRepository::class, StepRepository::class,
TwitterRepository::class, WeiboRepository::class)
HostLocRepository::class, HuYaRepository::class,
KuGouRepository::class, LeiShenRepository::class,
LogRepository::class, MiHoYoRepository::class,
NodeSeekRepository::class, SmZdmRepository::class, StepRepository::class,
WeiboRepository::class)
Loading

0 comments on commit 5af90f7

Please sign in to comment.