⚖️ docs(about): update license information from Apache 2.0 to AGPL v3.0

- Update license text from "Apache-2.0协议" to "AGPL v3.0协议"
- Update license link to point to official AGPL v3.0 license page
- Align About page license references with actual project license
This commit is contained in:
t0ng7u
2025-07-20 15:52:57 +08:00
parent fa506ec04f
commit cddb778577

View File

@@ -111,12 +111,12 @@ const About = () => {
</a> </a>
{t('授权,需在遵守')} {t('授权,需在遵守')}
<a <a
href="https://github.com/QuantumNous/new-api/blob/main/LICENSE" href="https://www.gnu.org/licenses/agpl-3.0.html"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="!text-semi-color-primary" className="!text-semi-color-primary"
> >
{t('Apache-2.0协议')} {t('AGPL v3.0协议')}
</a> </a>
{t('的前提下使用。')} {t('的前提下使用。')}
</p> </p>