Compare commits

...

1 Commits

Author SHA1 Message Date
ningyv 3d51f96dda chore: Add annotations 2025-05-23 18:29:58 +08:00
@@ -20,6 +20,10 @@ interface PageListRef {
[key: string]: any;
}
/**
* 排名列表
* @returns
*/
const RankingList = ({ topRankingList, serviceType }: { topRankingList: RankingListData; serviceType: 'aiService' | 'restService' }) => {
/** 全局状态 */
const { state } = useGlobalContext()