# COPYRIGHT

## 版权所有

Copyright © 2024 JZHO-Horizon 项目贡献者。保留所有权利。

***

## 许可证

### 内容许可

除非另有说明，本项目的所有文字内容使用以下许可证：

**CC BY-NC-SA 4.0**（知识共享署名-非商业-相同方式共享 4.0 国际许可）

这意味着你可以：

* ✅ **分享** — 在任何媒介或格式中复制和分发本作品
* ✅ **改编** — remix、转换、基于本作品进行创作

但必须遵守以下条件：

* 📝 **署名** — 必须给出适当的署名，提供许可证链接，表明是否有改动
* 🚫 **非商业** — 不得将本作品用于商业目的
* 🔄 **相同方式共享** — 如果你 remix、转换或基于本作品进行创作，必须使用与原作品相同的许可证

### 完整许可证文本

见 [CC BY-NC-SA 4.0 完整文本](https://creativecommons.org/licenses/by-nc-sa/4.0/)

***

## 免责声明

> \[!warning] 重要提示 本项目提供的信息仅供参考，不构成任何专业建议。

### 关于信息内容

* 本项目内容仅用于教育和启发目的
* 作者不对内容的准确性、完整性或时效性作任何保证
* 使用这些信息所产生的后果由使用者自行承担

### 关于法律建议

* 请遵守你所在地区的法律法规
* 对于任何技术使用，请确保符合当地法律

### 关于财务/创业建议

* 本项目不提供投资或财务建议
* 任何创业决策请根据你的具体情况评估风险
* 不要将本项目内容作为唯一决策依据

### 关于健康建议

* 本项目内容不替代专业医疗建议
* 如有健康问题请咨询专业医生

***

## 商标声明

本项目中提到的所有产品名称、Logo 和品牌属于其各自所有者。提及这些产品和品牌仅用于说明目的，并不构成对其认可。

***

## 贡献者许可

向本项目贡献内容的贡献者，同意：

1. 其贡献的内容同样适用上述许可证
2. 授予项目组织使用其贡献的权利
3. 确保其贡献不侵犯他人知识产权

***

## 联系方式

如有版权相关问题，请通过以下方式联系：

* 提交 Issue
* 或通过其他适当渠道联系

***

## 最后更新

本声明最后更新于：2024年1月

***

**相关链接：**

* [关于项目](https://github.com/adlerdler/JZHO-Horizon/blob/main/ABOUT.md)
* [LICENSE](https://github.com/adlerdler/JZHO-Horizon/blob/main/LICENSE/README.md)

***

*感谢你的阅读和理解！*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jzho.a1l.online/copyright.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
