Files
eryao/web/src/pages/zh/divination/auto.astro
T

8 lines
152 B
Plaintext
Raw Normal View History

2026-05-09 16:00:29 +08:00
---
import DashboardAppPage from '../../../components/DashboardAppPage.astro';
const locale = 'zh' as const;
---
<DashboardAppPage locale={locale} />