仪表盘
版本库
文件存储
活动
搜索
登录
main
/
FirstApp2
短信平台
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1.日历热力图修改
tj
10 天以前
d166fa86711d9348ac987ba87715e986a3b1a27b
[FirstApp2.git]
/
app
/
src
/
main
/
java
/
com
/
example
/
firstapp
/
model
/
HeatmapStat.kt
1
2
3
4
5
6
7
package com.example.firstapp.model
data class HeatmapStat(
val dayOfWeek: Int, // 0-6 (周日-周六)
val weekOfYear: Int, // 0-51
val count: Int
)