- Create a new JSON schema file for documentation settings. - Add core features documentation detailing assistant configuration and model integration. - Include an index page introducing the AI 视频助手 and its platform components. - Document integration methods for model services and external agents. - Provide a quickstart guide for setting up the local development environment using Docker. - Add light and dark logo SVG files for branding purposes.
19 lines
1.1 KiB
XML
19 lines
1.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 196 48" fill="none">
|
|
<defs>
|
|
<radialGradient id="sky" cx="0" cy="0" r="1" gradientTransform="matrix(31 0 0 31 14 10)" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#5F86B8" stop-opacity=".75"/>
|
|
<stop offset="1" stop-color="#5F86B8" stop-opacity="0"/>
|
|
</radialGradient>
|
|
<radialGradient id="lavender" cx="0" cy="0" r="1" gradientTransform="matrix(28 0 0 28 38 39)" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#8A78AD" stop-opacity=".68"/>
|
|
<stop offset="1" stop-color="#8A78AD" stop-opacity="0"/>
|
|
</radialGradient>
|
|
</defs>
|
|
<circle cx="24" cy="24" r="24" fill="#E8EDF9"/>
|
|
<circle cx="24" cy="24" r="24" fill="url(#sky)"/>
|
|
<circle cx="24" cy="24" r="24" fill="url(#lavender)"/>
|
|
<rect x="14" y="17.5" width="14" height="13" rx="2.25" stroke="#0C1426" stroke-width="2.5"/>
|
|
<path d="m28 21.25 7-4v13.5l-7-4z" stroke="#0C1426" stroke-width="2.5" stroke-linejoin="round"/>
|
|
<text x="61" y="31" fill="#E8EDF9" font-family="Cormorant Garamond, serif" font-size="24" font-weight="400">AI视频助手</text>
|
|
</svg>
|