feat: 我的、设置、打印指南页面开发完成
This commit is contained in:
@@ -18,6 +18,8 @@ export type CategoryItem = {
|
||||
downloads: number;
|
||||
/** 列表底部展示的日期(静态数据用 id 派生稳定值) */
|
||||
date: string;
|
||||
/** 最后更新时间(云端数据用于排序) */
|
||||
updatedAt?: string;
|
||||
};
|
||||
|
||||
export type CategoryGroup = {
|
||||
|
||||
Reference in New Issue
Block a user