style: 更新项目样式和文档说明

This commit is contained in:
晴天
2026-03-17 00:22:54 +08:00
parent 4b308e3ddc
commit 029ec3704f
4 changed files with 31 additions and 29 deletions

52
LICENSE
View File

@@ -1,31 +1,33 @@
ClawPanel License
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The full text of the AGPL-3.0 license can be found at:
https://www.gnu.org/licenses/agpl-3.0.html
===============================================================================
Additional Terms for ClawPanel (pursuant to Section 7 of AGPL-3.0):
Copyright (c) 2026 武汉晴辰天下网络科技有限公司 (QingchenCloud)
官网: https://claw.qt.cool
GitHub: https://github.com/qingchencloud/clawpanel
本软件及其相关文档(以下简称"软件")的使用须遵守以下条款:
Commercial Licensing:
If you wish to use ClawPanel in a proprietary/closed-source product or
service without complying with the AGPL-3.0 open-source requirements,
you may obtain a commercial license. Contact: keh5@vip.qq.com
1. 免费使用
允许任何个人或组织免费下载、安装和使用本软件用于非商业目的。
2. 署名要求
在使用、分发或展示本软件时,必须保留上述版权声明、官网链接和本许可声明。
不得移除或修改软件中的品牌标识、版权信息和官网链接。
3. 禁止商业使用
未经版权所有者书面授权,不得将本软件或其衍生作品用于任何商业目的,包括但不限于:
- 作为付费产品或服务的一部分进行销售或分发
- 集成到商业产品中
- 为商业客户提供基于本软件的托管服务
如需商业授权请联系keh5@vip.qq.com
4. 修改与分发
允许修改本软件源代码用于个人学习和非商业用途。
分发修改版本时,必须保留原始版权声明并注明修改内容。
不得以任何方式暗示修改版本获得了版权所有者的认可。
5. 免责声明
本软件按"现状"提供,不提供任何明示或暗示的保证,包括但不限于适销性、
特定用途适用性和非侵权性的保证。在任何情况下,版权所有者均不对因使用
本软件而产生的任何直接、间接、附带、特殊或后果性损害承担责任。
Brand Protection:
The names "ClawPanel", "晴辰云", "QingchenCloud" and associated logos
are trademarks of 武汉晴辰天下网络科技有限公司. Use of these trademarks
requires separate permission beyond the scope of this license.

View File

@@ -14,7 +14,7 @@
<img src="https://img.shields.io/github/downloads/qingchencloud/clawpanel/total?style=flat-square&color=8b5cf6" alt="Downloads">
</a>
<a href="https://github.com/qingchencloud/clawpanel/blob/main/LICENSE">
<img src="https://img.shields.io/badge/license-Non--Commercial-orange.svg?style=flat-square" alt="License">
<img src="https://img.shields.io/badge/license-AGPL--3.0-blue.svg?style=flat-square" alt="License">
</a>
<a href="https://github.com/qingchencloud/clawpanel/actions/workflows/ci.yml">
<img src="https://img.shields.io/github/actions/workflow/status/qingchencloud/clawpanel/ci.yml?style=flat-square&label=CI" alt="CI">
@@ -723,6 +723,6 @@ sudo systemctl restart clawpanel # 或 pm2 restart clawpanel
## 许可证
本项目采用自定义非商业许可证,免费供个人和非商业用途使用。商业使用需获得授权。详见 [LICENSE](LICENSE)
本项目采用 [AGPL-3.0](LICENSE) 开源协议。企业如需闭源商用,可联系获取商业授权
© 2026 武汉晴辰天下网络科技有限公司 | [claw.qt.cool](https://claw.qt.cool)

View File

@@ -5,7 +5,7 @@
"description": "ClawPanel - OpenClaw 可视化管理面板,基于 Tauri v2 的跨平台桌面应用",
"type": "module",
"author": "qingchencloud",
"license": "SEE LICENSE IN LICENSE",
"license": "AGPL-3.0",
"homepage": "https://github.com/qingchencloud/clawpanel",
"repository": {
"type": "git",

View File

@@ -6,7 +6,7 @@ description = "ClawPanel - OpenClaw 可视化管理面板"
authors = ["qingchencloud"]
repository = "https://github.com/qingchencloud/clawpanel"
homepage = "https://github.com/qingchencloud/clawpanel"
license = "SEE LICENSE IN LICENSE"
license = "AGPL-3.0"
[lib]
name = "clawpanel_lib"