Просмотр исходного кода

⚖️ 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
t0ng7u 7 месяцев назад
Родитель
Сommit
cddb778577
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      web/src/pages/About/index.js

+ 2 - 2
web/src/pages/About/index.js

@@ -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>