🐛 修正浏览参数

This commit is contained in:
目棃
2025-02-24 15:02:09 +08:00
parent 2bafb6d491
commit 87a345ffa7
3 changed files with 10 additions and 6 deletions

View File

@@ -134,7 +134,7 @@ const apiHubReq = {
forum: getAllGamesForums,
game: getGameList,
mission: getMissions,
post: { like: upVotePost },
post: { like: upVotePost, share: getShareConf },
};
export default apiHubReq;