feat(navigation): add favorite entry and Menu tab

This commit is contained in:
Codex
2026-07-22 19:31:06 +08:00
parent 4e71dbd5f8
commit 163ba78f06
23 changed files with 794 additions and 118 deletions
+1
View File
@@ -34,6 +34,7 @@ export default async function ExternalEntryPage({
character={pickParam(params.character)}
mode={pickParam(params.mode)}
promotionType={pickParam(params.promotion_type)}
favorite={pickParam(params.favorite)}
/>
);
}