fix: index page

This commit is contained in:
zzc
2026-02-28 09:34:11 +08:00
parent f40c33fa2e
commit bd3185aac3
3 changed files with 159 additions and 9 deletions

View File

@@ -60,6 +60,13 @@ export const getRankList = async (scene) => {
});
};
export const getCardSpecialTopic = async () => {
return request({
url: `/api/blessing/card/special-topic`,
method: "get",
});
};
export const getRandomRecommendList = async (scene) => {
return request({
url: `/api/blessing/random/recommend/list?scene=${scene}`,