Skip to content

Commit b2baa71

Browse files
authored
Merge pull request #309 from APIParkLab/feature/1.8-cx
chore: Add annotations
2 parents b55675e + 3d51f96 commit b2baa71

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)