fix: demo首页
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { getTos } from '@/services/common/common';
|
||||
import { Markdown } from '@workspace/ui/custom-components/markdown';
|
||||
|
||||
export default async function Page() {
|
||||
const { data } = await getTos();
|
||||
return (
|
||||
<div className='container py-8'>
|
||||
<Markdown>{data.data?.tos_content || ''}</Markdown>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user