Skip to content

Commit 3d51f96

Browse files
committed
chore: Add annotations
1 parent a0f4ef4 commit 3d51f96

File tree

1 file changed

+4
-0
lines changed
  • frontend/packages/core/src/pages/serviceOverview/rankingList

1 file changed

+4
-0
lines changed

frontend/packages/core/src/pages/serviceOverview/rankingList/RankingList.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ interface PageListRef {
2020
[key: string]: any;
2121
}
2222

23+
/**
24+
* 排名列表
25+
* @returns
26+
*/
2327
const RankingList = ({ topRankingList, serviceType }: { topRankingList: RankingListData; serviceType: 'aiService' | 'restService' }) => {
2428
/** 全局状态 */
2529
const { state } = useGlobalContext()

0 commit comments

Comments
 (0)