调整支付页面样式;移除 mdx 测试页面

This commit is contained in:
2025-06-10 09:31:05 +08:00
parent eb12063bdb
commit 87621202a9
10 changed files with 13 additions and 72 deletions

View File

@@ -1,10 +0,0 @@
import Qqwwee from '@/components/docs/qqwwee.mdx'
import Markdown from '@/components/markdown'
export default async function TestPage() {
return (
<Markdown>
<Qqwwee/>
</Markdown>
)
}