📃 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> <Markdown>
{` {`
--- ---
Suno API currently mainly implements the following APIs: \`gcui-art/suno-api\` currently mainly implements the following APIs:
\`\`\`bash \`\`\`bash
- \`/api/generate\`: Generate music - \`/api/generate\`: Generate music
@ -29,16 +29,20 @@ Suno API currently mainly implements the following APIs:
\`\`\` \`\`\`
Feel free to explore the detailed API parameters and conduct tests on this page. 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.
`} `}
</Markdown> </Markdown>
</article> </article>
</Section> </Section>
<Section className="my-10"> <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'> <div className=' border p-4 rounded-2xl shadow-xl hover:shadow-none duration-200'>
<Swagger spec={spec} /> <Swagger spec={spec} />
</div> </div>