📃 docs: update docs
This commit is contained in:
		
							parent
							
								
									b3be1185a9
								
							
						
					
					
						commit
						9f537a10de
					
				@ -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
 | 
			
		||||
@ -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.
 | 
			
		||||
 | 
			
		||||
> 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>
 | 
			
		||||
                </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>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user