Add mobile H5 QA experience

This commit is contained in:
2026-07-05 18:32:28 +08:00
parent b1b33b2d20
commit 34aeb22760
7 changed files with 508 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import H5QAExperience from "@/components/h5/H5QAExperience";
export default function H5Page() {
return <H5QAExperience />;
}