feat: 更新收益相关组件,优化数据获取和展示逻辑,添加收益摘要类型

This commit is contained in:
2026-01-10 23:50:04 +07:00
parent 3111436054
commit 7440cbd3a5
8 changed files with 112 additions and 209 deletions

View File

@@ -88,6 +88,8 @@ export type NewBody = TreatyQuery<typeof client.api.news.get>;
export type NewData = Treaty.Data<typeof client.api.news.get>["data"][number];
export type EaringsSummaryData = Treaty.Data<typeof client.api.earnings.summary.post>;
/**
* 应用版本信息
*/