feat: 新增玩法规则页并增强注单筛选与结果展示

This commit is contained in:
2026-05-16 18:00:42 +08:00
parent 500d7ec816
commit 5f5ce6c29d
16 changed files with 1241 additions and 323 deletions

View File

@@ -0,0 +1,5 @@
import { PlayRulesScreen } from "@/features/rules/play-rules-screen";
export default function RulesPage() {
return <PlayRulesScreen />;
}