# CoCo-Community
**Repository Path**: zitzhen/CoCo-Community
## Basic Information
- **Project Name**: CoCo-Community
- **Description**: CoCo编辑器的第三方社区~
- **Primary Language**: Unknown
- **License**: AGPL-3.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2025-10-25
- **Last Updated**: 2026-03-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 这是CoCo-Community




---
CoCo-Community,全称为ZIT-CoCo-Community
这是由于ZIT小圳创科工作室的创造的编程猫CoCo编辑器社区,目前提供自定义控件下载服务,后续会支持论坛的交流,目前与ZIT-Community隔离
## CoCo-Community代办事项
|功能|进度|
|--|---|
|控件查看|✅完成|
|Github登录|✅完成|
|控件信息统计|✅完成|
|文章查看|✅完成|
|文章信息统计|等待|
|控件发布|等待|
|文章发布|等待|
>[!tip]
>🎉🎉🎉
>自2025年09月24日以来,CoCo-Community的技术栈从HTML转为Vue
>[!tip]
>自2025年09月30日 00:55以来,我们已将所有控件转移到子仓库。
>[!tip]
>自2025年20月8日20:55 07b93c1提交之后,CoCo-Community登录功能正式完结上线!
>[!important]
>我们已彻底接入GithubAPI认证系统,在请求GithubAPI时,我们会走认证通道,未认证走未认证通道。
>之前产生的Bug已修复。
---
## 项目所在的所有仓库:
此项目在GitHub为主仓库,目前在以下几个社区发布:
|图标|名称|
|---|---|
|
| [Github](https://Github.com/zitzhen/CoCo-Community) |
|
| [Gitee](https://Github.com/zitzhen/CoCo-Community) |
|
| [GitLab](https://gitlab.com/zitzhen/CoCo-Community) |
|
| [gitcode](https://gitcode.com/zitzhen/CoCo-Community) |
>[!tip]
>请您首选Github访问CoCo-Community
>
>
> 若您发现未在此公布的平台出现仓库,请您即使举报并联系ZIT-CoCo-Community开发者名单
>
>签名提交一切认证请以GitHub为主。
---
## 快速体验:
>[!tip]
>
>重定向
>
>自从2025年06月08日 15:40 起,通过GitHub Pages链接和Cloudflare Pages链接访问的,将重定向至ZIT-CoCo-Comunity官方链接
>
>从2025年7月3日 21:45起,关闭GitHub Pages。
ZIT-CoCo-Community官方链接(推荐):https://cc.zitzhen.cn/
---
## ZIT-CoCo-Community开发者名单
| 姓名 | 头像 | Github |
| ------ | ---- | ------ |
| 刘小圳 |
| [Github](https://github.com/Iamliuxiaozhen) |
---
## 上传您的自定义控件:
>你可以通过发送到:liuxiaozhen2024@163.com
>
>你也可以通过GitHub议题向我们提交您的自定义控件哦~
---
## 控件贡献名单
| 昵称 |头像| 贡献数量/个 |
| ------ |---| ----------- |
| 刘小圳 |
| 1 |
| 小宏 |
|9 |
| QiQi |
| 22|
| Inventocode |
| 1|
| 垃圾桶 |
| 7|
| XJ王大哥 |
|10|
## 许可证
本项目采用 [AGPL-3.0 许可证](LICENSE)
## 安全政策
***请勿公开讨论漏洞与BUG信息***
[安全政策](SECURITY.md)
## 调试
请参阅我们的文档,本仓库docx文件夹
一键生成CA证书:
```bash
openssl req -x509 -newkey rsa:2048 -keyout coco-community.test-key.pem -out coco-community.test.pem -days 3650 -nodes -subj "/CN=coco-community.test" -addext "subjectAltName=DNS:coco-community.test,DNS:www.coco-community.test,DNS:localhost,IP:127.0.0.1,IP:::1"```