修改导航

This commit is contained in:
筱野
2025-09-21 22:00:30 +08:00
parent b42a5d610c
commit 64aa4ab2e3
10 changed files with 263 additions and 40 deletions

View File

@@ -20,6 +20,7 @@ import RefundPopup from "./refundPopup";
import GameManagePopup from './GameManagePopup';
import FollowUserCard from './FollowUserCard/index';
import Comments from "./Comments";
import GeneralNavbar from "./GeneralNavbar";
export {
ActivityTypeSwitch,
@@ -45,4 +46,5 @@ export {
GameManagePopup,
FollowUserCard,
Comments,
GeneralNavbar,
};