refactor(license.html): update structure and styling for improved readability and consistency

This commit is contained in:
kangfenmao 2025-04-12 16:41:26 +08:00
parent 315271ac35
commit 1ed6320caf

View File

@ -1,111 +1,109 @@
<!doctype html> <!DOCTYPE html>
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CherryStudio 许可协议-ZH/EN</title> <title>许可协议 | License Agreement</title>
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet" /> <script src="https://cdn.tailwindcss.com"></script>
</head> </head>
<body class="bg-gray-100 p-8"> <body class="bg-gray-50">
<div class="container mx-auto bg-white p-6 rounded shadow-lg"> <div class="max-w-4xl mx-auto px-4 py-8">
<h1 class="text-3xl font-bold mb-6 text-center">Cherry Studio 许可协议</h1> <!-- 中文版本 -->
<div class="mb-8"> <div class="mb-12">
<h2 class="text-2xl font-semibold mb-4">许可协议</h2> <h1 class="text-3xl font-bold mb-8 text-gray-900">许可协议</h1>
<p class="mb-4">
本软件采用 <strong>Apache License 2.0</strong> 许可。除 Apache License 2.0 规定的条款外,您在使用 Cherry <p class="mb-6 text-gray-700">采用 Apache License 2.0 修改版许可,并附加以下条件:</p>
Studio 时还应遵守以下附加条款:
</p> <section class="mb-8">
<h3 class="text-xl font-semibold mb-2">一. 商用许可</h3> <h2 class="text-xl font-semibold mb-4 text-gray-900">一. 商用许可</h2>
<ol class="list-decimal list-inside mb-4"> <p class="mb-4 text-gray-700">在以下任何一种情况下,您需要联系我们并获得明确的书面商业授权后,方可继续使用 Cherry Studio 材料:</p>
<li><strong>免费商用</strong>:用户在不修改代码的情况下,可以免费用于商业目的。</li> <ol class="list-decimal pl-6 space-y-2 text-gray-700">
<li> <li><strong>修改与衍生</strong> 您对 Cherry Studio 材料进行修改或基于其进行衍生开发包括但不限于修改应用名称、Logo、代码、功能、界面数据等</li>
<strong>商业授权</strong>:如果您满足以下任意条件之一,需取得商业授权: <li><strong>企业服务</strong> 在您的企业内部,或为企业客户提供基于 Cherry Studio 的服务,且该服务支持 10 人及以上累计用户使用。</li>
<ol class="list-decimal list-inside ml-4"> <li><strong>硬件捆绑销售</strong> 您将 Cherry Studio 预装或集成到硬件设备或产品中进行捆绑销售。</li>
<li>对本软件进行二次修改、开发包括但不限于修改应用名称、logo、代码以及功能</li> <li><strong>政府或教育机构大规模采购</strong> 您的使用场景属于政府或教育机构的大规模采购项目,特别是涉及安全、数据隐私等敏感需求时。</li>
<li>为企业客户提供多租户服务,且该服务支持 10 人或以上的使用。</li> <li><strong>面向公众的公有云服务</strong>:基于 Cherry Studio提供面向公众的公有云服务。</li>
<li>预装或集成到硬件设备或产品中进行捆绑销售。</li>
<li>政府或教育机构的大规模采购项目,特别是涉及安全、数据隐私等敏感需求时。</li>
</ol> </ol>
</li> </section>
</ol>
<h3 class="text-xl font-semibold mb-2">二. 贡献者协议</h3> <section class="mb-8">
<ol class="list-decimal list-inside mb-4"> <h2 class="text-xl font-semibold mb-4 text-gray-900">二. 贡献者协议</h2>
<p class="mb-4 text-gray-700">作为 Cherry Studio 的贡献者,您应当同意以下条款:</p>
<ol class="list-decimal pl-6 space-y-2 text-gray-700">
<li><strong>许可调整</strong>:生产者有权根据需要对开源协议进行调整,使其更加严格或宽松。</li> <li><strong>许可调整</strong>:生产者有权根据需要对开源协议进行调整,使其更加严格或宽松。</li>
<li><strong>商业用途</strong>:您贡献的代码可能会被用于商业用途,包括但不限于云业务运营。</li> <li><strong>商业用途</strong>:您贡献的代码可能会被用于商业用途,包括但不限于云业务运营。</li>
</ol> </ol>
<h3 class="text-xl font-semibold mb-2">三. 其他条款</h3> </section>
<ol class="list-decimal list-inside mb-4">
<section class="mb-8">
<h2 class="text-xl font-semibold mb-4 text-gray-900">三. 其他条款</h2>
<ol class="list-decimal pl-6 space-y-2 text-gray-700">
<li>本协议条款的解释权归 Cherry Studio 开发者所有。</li> <li>本协议条款的解释权归 Cherry Studio 开发者所有。</li>
<li>本协议可能根据实际情况进行更新,更新时将通过本软件通知用户。</li> <li>本协议可能根据实际情况进行更新,更新时将通过本软件通知用户。</li>
</ol> </ol>
<p class="mb-4">如有任何问题或需申请商业授权,请联系 Cherry Studio 开发团队。</p> </section>
<p>
除上述特定条件外,其他所有权利和限制均遵循 Apache License 2.0。有关 Apache License 2.0 的详细信息,请访问
<a href="http://www.apache.org/licenses/LICENSE-2.0" class="text-blue-500 underline"
>http://www.apache.org/licenses/LICENSE-2.0</a
>
</p>
</div> </div>
<h1 class="text-3xl font-bold mb-6 text-center">Cherry Studio License</h1>
<div class="mb-8"> <hr class="my-12 border-gray-300">
<h2 class="text-2xl font-semibold mb-4">License Agreement</h2>
<p class="mb-4"> <!-- English Version -->
This software is licensed under the <strong>Apache License 2.0</strong>. In addition to the terms of the <div>
Apache License 2.0, the following additional terms apply to the use of Cherry Studio: <h1 class="text-3xl font-bold mb-8 text-gray-900">License Agreement</h1>
</p>
<h3 class="text-xl font-semibold mb-2">I. Commercial Use License</h3> <p class="mb-6 text-gray-700">This software is licensed under a modified version of the Apache License 2.0, with
<ol class="list-decimal list-inside mb-4"> the following additional conditions.</p>
<li>
<strong>Free Commercial Use</strong>: Users can use the software for commercial purposes without modifying <section class="mb-8">
the code. <h2 class="text-xl font-semibold mb-4 text-gray-900">I. Commercial Licensing</h2>
</li> <p class="mb-4 text-gray-700">You must contact us and obtain explicit written commercial authorization to
<li> continue using Cherry Studio materials under any of the following circumstances:</p>
<strong>Commercial License Required</strong>: A commercial license is required if any of the following <ol class="list-decimal pl-6 space-y-2 text-gray-700">
conditions are met: <li><strong>Modifications and Derivatives:</strong> You modify Cherry Studio materials or perform derivative
<ol class="list-decimal list-inside ml-4"> development based on them (including but not limited to changing the application's name, logo, code,
<li> functionality, user interface, data, etc.).</li>
You modify, develop, or alter the software, including but not limited to changes to the application <li><strong>Enterprise Services:</strong> You use Cherry Studio internally within your enterprise, or you
name, logo, code, or functionality. provide Cherry Studio-based services for enterprise customers, and such services support cumulative usage by
</li> 10 or more users.</li>
<li>You provide multi-tenant services to enterprise customers with 10 or more users.</li> <li><strong>Hardware Bundling and Sales:</strong> You pre-install or integrate Cherry Studio into hardware
<li> devices or products for bundled sale.</li>
You pre-install or integrate the software into hardware devices or products and bundle it for sale. <li><strong>Large-scale Procurement by Government or Educational Institutions:</strong> Your usage scenario
</li> involves large-scale procurement projects by government or educational institutions, especially in cases
<li> involving sensitive requirements such as security and data privacy.</li>
You are engaging in large-scale procurement for government or educational institutions, especially <li><strong>Public Cloud Services:</strong> You provide public cloud-based product services utilizing Cherry
involving security, data privacy, or other sensitive requirements. Studio.</li>
</li>
</ol> </ol>
</li> </section>
<section class="mb-8">
<h2 class="text-xl font-semibold mb-4 text-gray-900">II. Contributor Agreement</h2>
<p class="mb-4 text-gray-700">As a contributor to Cherry Studio, you must agree to the following terms:</p>
<ol class="list-decimal pl-6 space-y-2 text-gray-700">
<li><strong>License Adjustments:</strong> The producer reserves the right to adjust the open-source license as
necessary, making it more strict or permissive.</li>
<li><strong>Commercial Usage:</strong> Your contributed code may be used commercially, including but not
limited to cloud business operations.</li>
</ol> </ol>
<h3 class="text-xl font-semibold mb-2">II. Contributor Agreement</h3> </section>
<ol class="list-decimal list-inside mb-4">
<li> <section class="mb-8">
<strong>License Adjustment</strong>: The producer reserves the right to adjust the open-source license as <h2 class="text-xl font-semibold mb-4 text-gray-900">III. Other Terms</h2>
needed, making it stricter or more lenient. <ol class="list-decimal pl-6 space-y-2 text-gray-700">
</li> <li>Cherry Studio developers reserve the right of final interpretation of these agreement terms.</li>
<li> <li>This agreement may be updated according to practical circumstances, and users will be notified of updates
<strong>Commercial Use</strong>: Any code you contribute may be used for commercial purposes, including but through this software.</li>
not limited to cloud business operations.
</li>
</ol> </ol>
<h3 class="text-xl font-semibold mb-2">III. Other Terms</h3> </section>
<ol class="list-decimal list-inside mb-4">
<li>The interpretation of these terms is subject to the discretion of Cherry Studio developers.</li> <p class="mt-8 text-gray-700">
<li>These terms may be updated, and users will be notified through the software when changes occur.</li> Other than these specific conditions, all remaining rights and restrictions follow the Apache License 2.0. For
</ol> more detailed information regarding Apache License 2.0, please visit
<p class="mb-4"> <a href="http://www.apache.org/licenses/LICENSE-2.0"
For any questions or to request a commercial license, please contact the Cherry Studio development team. class="text-blue-600 hover:underline">http://www.apache.org/licenses/LICENSE-2.0</a>.
</p>
<p>
Apart from the specific conditions mentioned above, all other rights and restrictions follow the Apache
License 2.0. Detailed information about the Apache License 2.0 can be found at
<a href="http://www.apache.org/licenses/LICENSE-2.0" class="text-blue-500 underline"
>http://www.apache.org/licenses/LICENSE-2.0</a
>
</p> </p>
</div> </div>
</div> </div>
</body> </body>
</html> </html>