📃 docs: update docs

This commit is contained in:
blueeon 2024-03-31 17:01:56 +08:00
parent b3be1185a9
commit 9f537a10de

View File

@ -16,7 +16,7 @@ export default function Docs() {
<Markdown>
{`
---
Suno API currently mainly implements the following APIs:
\`gcui-art/suno-api\` currently mainly implements the following APIs:
\`\`\`bash
- \`/api/generate\`: Generate music
@ -28,17 +28,21 @@ Suno API currently mainly implements the following APIs:
- \`/api/get_limit\`: Get quota Info
\`\`\`
Feel free to explore the detailed API parameters and conduct tests on this page.
> Please note:
>
> we have bound a free account with a daily usage limit.
> You can deploy and bind your own account to complete the testing.
Feel free to explore the detailed API parameters and conduct tests on this page.
`}
</Markdown>
</article>
</Section>
<Section className="my-10">
<article className='prose lg:prose-lg max-w-3xl py-10'>
<h2 className='text-center'>
Details of the API and testing it online
</h2>
<p className='text-red-800 italic'>
This is just a demo, bound to a test account. Please do not use it frequently, so that more people can test online.
</p>
</article>
<div className=' border p-4 rounded-2xl shadow-xl hover:shadow-none duration-200'>
<Swagger spec={spec} />
</div>