feat: 添加page示例

This commit is contained in:
2025-11-06 22:48:08 +08:00
parent b3a06f7f9e
commit f551a26a0a
7 changed files with 83 additions and 80 deletions

2
app/test.tsx Normal file
View File

@@ -0,0 +1,2 @@
import { TestPage } from '@/pages';
export default TestPage;