Skip to content

Commit

Permalink
汐洛链滴社区客户端 #57
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed May 26, 2024
1 parent 722f13e commit 8b54a17
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 179 deletions.
6 changes: 6 additions & 0 deletions app/src/main/java/org/b3log/siyuan/S.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ object S {
const val REQUEST_POST_NOTIFICATIONS = 10005 // 读取通知
const val REQUEST_CODE_INSTALL_PERMISSION = 10006 // 安装应用


object API {
val ld246_notification_type = listOf("回帖", "评论", "回复", "提及", "关注", "积分")
val ld246_notification_type_EN = listOf("commented", "comment2ed", "reply", "at", "following", "point")
}

// compose 组件常量
object C {
// sp(缩放无关像素):用于字体大小,会根据用户的字体大小偏好进行缩放。
Expand Down
Loading

0 comments on commit 8b54a17

Please sign in to comment.