This commit is contained in:
Hsy
2025-10-29 14:47:59 +08:00
parent 9082f15b63
commit e954d9d3ed
143 changed files with 2792 additions and 1519 deletions

View File

@@ -0,0 +1,14 @@
package com.taskttl.data.constant
/**
* 常量
* @author DevTTL
* @date 2025/10/24
*/
object Constant {
/** 频道id */
const val CHANNEL_ID = "taskttl_channel"
/** 按键暗模式 */
const val KEY_DARK_MODE = "dark_mode"
}