docs: 新增 MIT 开源协议并完善免责声明 (Disclaimer)

- 补充了标准的 MIT 开源许可证文件 (LICENSE)。
- 在 README 中增加了极其明确的风险警告与免责声明,明确逆向和代理调用可能导致账号封锁,作者不为此背锅。
This commit is contained in:
小海
2026-03-04 17:20:38 +08:00
parent c670fa49f1
commit 561017e7b1
2 changed files with 29 additions and 3 deletions

21
LICENSE Normal file
View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2026
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -101,10 +101,15 @@ AI 按此格式输出 → 我们解析并转换为标准的 Anthropic `tool_use`
Cursor 使用 `x-is-human` 请求头进行人机验证。Token 由前端 JS 生成,有效期 25 分钟。
在 Node.js 中直接执行验证脚本,无需外部进程。
## 免责声明
## 免责声明 / Disclaimer
本项目仅供学习研究目的使用。使用本项目可能违反 Cursor 的服务条款,请自行承担风险。
**本项目仅供学习研究和接口调试目的使用。**
1. 本项目并非 Cursor 官方项目,与 Cursor 及其母公司 Anysphere 没有任何关联。
2. 本项目包含针对特定 API 协议的转换代码。在使用本项目前,请确保您已经仔细阅读并同意 Cursor 的服务条款Terms of Service。使用本项目可能引发账号封禁或其他限制。
3. 请合理使用勿将本项目用于任何商业牟利行为、DDoS 攻击或大规模高频并发滥用等非法违规活动。
4. **作者及贡献者对任何人因使用本代码导致的任何损失、账号封禁或法律纠纷不承担任何直接或间接的责任。一切后果由使用者自行承担。**
## License
MIT
[MIT](LICENSE)