feat(desktop): ✨ 实现阅读墙展示阅读记录
This commit is contained in:
@@ -34,3 +34,12 @@ export interface IUserReadingPersona {
|
||||
mostUsedOccupation: string // 最常使用的阅读者身份
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 每日阅读贡献统计模型
|
||||
* */
|
||||
export interface IContributionDay {
|
||||
date: string
|
||||
count: number
|
||||
level: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user