aumiao 2.6.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. aumiao-2.6.0/.gitignore +20 -0
  2. aumiao-2.6.0/.python-version +1 -0
  3. aumiao-2.6.0/PKG-INFO +200 -0
  4. aumiao-2.6.0/README.md +164 -0
  5. aumiao-2.6.0/asset/GET_admin_samples_subject.json +41 -0
  6. aumiao-2.6.0/asset/GET_admins_app_topics_all.json +25 -0
  7. aumiao-2.6.0/asset/GET_fictions_index-list-ids.json +13 -0
  8. aumiao-2.6.0/asset/GET_forums_boards_all.json +333 -0
  9. aumiao-2.6.0/asset/GET_forums_notice-boards.json +12 -0
  10. aumiao-2.6.0/asset/GET_web_users_recommended.json +1245 -0
  11. aumiao-2.6.0/asset/IDE_API_address.txt +33 -0
  12. aumiao-2.6.0/asset/K4_block.txt +10205 -0
  13. aumiao-2.6.0/asset/KN_block.txt +834 -0
  14. aumiao-2.6.0/asset/MESSAGE_TYPES.txt +413 -0
  15. aumiao-2.6.0/aumiao/__init__.py +95 -0
  16. aumiao-2.6.0/aumiao/api/__init__.py +79 -0
  17. aumiao-2.6.0/aumiao/api/auth.py +495 -0
  18. aumiao-2.6.0/aumiao/api/coco.py +52 -0
  19. aumiao-2.6.0/aumiao/api/codegame.py +59 -0
  20. aumiao-2.6.0/aumiao/api/community.py +393 -0
  21. aumiao-2.6.0/aumiao/api/edu.py +762 -0
  22. aumiao-2.6.0/aumiao/api/forum.py +336 -0
  23. aumiao-2.6.0/aumiao/api/library.py +322 -0
  24. aumiao-2.6.0/aumiao/api/pickduck.py +23 -0
  25. aumiao-2.6.0/aumiao/api/shop.py +285 -0
  26. aumiao-2.6.0/aumiao/api/user.py +683 -0
  27. aumiao-2.6.0/aumiao/api/whale.py +273 -0
  28. aumiao-2.6.0/aumiao/api/work.py +1261 -0
  29. aumiao-2.6.0/aumiao/core/__init__.py +62 -0
  30. aumiao-2.6.0/aumiao/core/base.py +949 -0
  31. aumiao-2.6.0/aumiao/core/cloudcfg.py +1800 -0
  32. aumiao-2.6.0/aumiao/core/compile.py +994 -0
  33. aumiao-2.6.0/aumiao/core/convert.py +595 -0
  34. aumiao-2.6.0/aumiao/core/deepser.py +655 -0
  35. aumiao-2.6.0/aumiao/core/editorkf.py +997 -0
  36. aumiao-2.6.0/aumiao/core/editorkn.py +2774 -0
  37. aumiao-2.6.0/aumiao/core/process.py +1475 -0
  38. aumiao-2.6.0/aumiao/core/retrieve.py +272 -0
  39. aumiao-2.6.0/aumiao/core/services.py +1062 -0
  40. aumiao-2.6.0/aumiao/utils/__init__.py +64 -0
  41. aumiao-2.6.0/aumiao/utils/acquire.py +866 -0
  42. aumiao-2.6.0/aumiao/utils/data.py +558 -0
  43. aumiao-2.6.0/aumiao/utils/decorator.py +138 -0
  44. aumiao-2.6.0/aumiao/utils/file.py +89 -0
  45. aumiao-2.6.0/aumiao/utils/plugin.py +686 -0
  46. aumiao-2.6.0/aumiao/utils/tool.py +1566 -0
  47. aumiao-2.6.0/cliff.toml +36 -0
  48. aumiao-2.6.0/document/DISCLAIMER.txt +20 -0
  49. aumiao-2.6.0/document/ID-Identify.md +36 -0
  50. aumiao-2.6.0/document/Naming-Convention.md +64 -0
  51. aumiao-2.6.0/document/Plugin-Development.md +388 -0
  52. aumiao-2.6.0/gui/__init__.py +3 -0
  53. aumiao-2.6.0/gui/gui.py +315 -0
  54. aumiao-2.6.0/main.py +523 -0
  55. aumiao-2.6.0/mainWindows.py +16 -0
  56. aumiao-2.6.0/pyproject.toml +208 -0
  57. aumiao-2.6.0/requirements.in +12 -0
  58. aumiao-2.6.0/resource/ChineseSimplified.isl +420 -0
  59. aumiao-2.6.0/resource/aumiao.iss +56 -0
  60. aumiao-2.6.0/resource/icons/favicon.ico +0 -0
  61. aumiao-2.6.0/resource/images/Aumiao dec.png +0 -0
  62. aumiao-2.6.0/resource/images/Aumiao logo.png +0 -0
  63. aumiao-2.6.0/resource/images//346/233/264/346/226/260.png +0 -0
  64. aumiao-2.6.0/resource/images//350/201/224/345/212/250.png +0 -0
  65. aumiao-2.6.0/typos.toml +18 -0
  66. aumiao-2.6.0/uv.lock +234 -0
@@ -0,0 +1,20 @@
1
+ **.exe
2
+ **.ipynb
3
+ **.pdb
4
+ *.VSCodeCounter/
5
+ *.idea/
6
+ *.log
7
+ *.venv/
8
+ *.vscode/
9
+ *__pycache__/
10
+ *cache
11
+ *captcha.jpg
12
+ *data/
13
+ *dist/
14
+ *download/
15
+ *js_module/
16
+ *logs
17
+ *media/
18
+ *target/
19
+ *test.**
20
+ *test/
@@ -0,0 +1 @@
1
+ 3.14
aumiao-2.6.0/PKG-INFO ADDED
@@ -0,0 +1,200 @@
1
+ Metadata-Version: 2.4
2
+ Name: aumiao
3
+ Version: 2.6.0
4
+ Summary: 赋能编程猫社区脚本开发 - https://aumiao.aurzex.top
5
+ Project-URL: Homepage, https://aumiao.aurzex.top
6
+ Project-URL: Documentation, https://docs.aumiao.aurzex.top
7
+ Project-URL: Repository, https://github.com/aurzex/aumiao
8
+ Project-URL: Issues, https://github.com/aurzex/aumiao/issues
9
+ Project-URL: Changelog, https://github.com/aurzex/aumiao/releases
10
+ Project-URL: Bug Tracker, https://github.com/aurzex/aumiao/issues
11
+ Author: Aurzex, MiTao, MoonLeaaaf, Nomen
12
+ Author-email: Aumiao Team <aumiao@aurzex.top>, DontLoveBy <laya200900@outlook.com>
13
+ Maintainer-email: Aumiao Team <aumiao@aurzex.top>
14
+ License: GNU General Public License v3.0 or later
15
+ Keywords: aumiao,automation,bcm,codemao,development,script
16
+ Classifier: Development Status :: 5 - Production/Stable
17
+ Classifier: Intended Audience :: Developers
18
+ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
19
+ Classifier: Operating System :: OS Independent
20
+ Classifier: Programming Language :: Python :: 3
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Programming Language :: Python :: 3.13
23
+ Classifier: Programming Language :: Python :: 3.14
24
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
25
+ Classifier: Topic :: Utilities
26
+ Requires-Python: <3.15,>=3.12
27
+ Requires-Dist: cryptography>=46.0.3
28
+ Requires-Dist: httpx>=0.28.1
29
+ Requires-Dist: websocket-client>=1.9.0
30
+ Provides-Extra: dev
31
+ Requires-Dist: black>=25.0.0; extra == 'dev'
32
+ Requires-Dist: nuitka>=2.0.0; extra == 'dev'
33
+ Requires-Dist: pytest>=9.0.0; extra == 'dev'
34
+ Requires-Dist: ruff>=0.4.0; extra == 'dev'
35
+ Description-Content-Type: text/markdown
36
+
37
+ # Aumiao
38
+
39
+ [![Moe Counter](https://count.getloli.com/@aurzex?name=aurzex&theme=capoo-1&padding=7&offset=0&align=top&scale=1&pixelated=1&darkmode=auto)](https://count.getloli.com/)
40
+
41
+ [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
42
+ [![Python 3.13+](https://img.shields.io/badge/Python-3.13+-green.svg)](https://www.python.org/downloads/)
43
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Aurzex/Aumiao)
44
+
45
+ 一个为编程猫社区开发的 API 收集项目和工具集合,旨在赋能脚本开发并提升社区管理效率。
46
+
47
+ A powerful API collection project and toolset for CodeMao community development, empowering script development and enhancing community management efficiency.
48
+
49
+ ## 主要功能 | Main Features
50
+
51
+ ### 社区管理 | Community Management
52
+
53
+ - **评论管理**:支持关键词过滤、黑名单批量清理作品和帖子评论
54
+ **Comment Management**: Keyword filtering, batch cleanup of work and post comments via blacklist
55
+ - **智能回复**:基于关键词的自动化回复系统
56
+ **Auto Reply**: Keyword-based automated reply system
57
+ - **消息处理**:一键清空邮箱红点、批量邮件处理
58
+ **Message Processing**: Clear inbox notifications with one click, batch email processing
59
+
60
+ ### 内容审核 | Content Moderation
61
+
62
+ - **批量举报**:支持批量提交和审核举报
63
+ **Batch Reporting**: Batch submission and review of reports
64
+ - **违规检测**:自动识别广告内容、黑名单用户和重复发布
65
+ **Violation Detection**: Automatically identify ads, blacklisted users, and duplicate posts
66
+ - **实时监控**:动态监测社区违规行为
67
+ **Real-time Monitoring**: Dynamically monitor community violations
68
+
69
+ ### 开发工具 | Development Tools
70
+
71
+ - **多格式反编译**:支持 KITTEN N、KITTEN、NEMO、COCO 等作品格式
72
+ **Multi-format Decompilation**: Support for KITTEN N, KITTEN, NEMO, COCO and other work formats
73
+ - **AI 助手集成**:KN AI 对话接口和智能交互功能
74
+ **AI Assistant Integration**: KN AI dialogue interface and intelligent interaction features
75
+ - **跨平台上传**:多平台文件上传支持,便捷资源管理
76
+ **Cross-platform Upload**: Multi-platform file upload support for convenient resource management
77
+
78
+ ### 实用工具 | Utility Tools
79
+
80
+ - **喵口令生成器**:快速生成作品分享口令
81
+ **Miao Code Generator**: Quickly generate work sharing codes
82
+ - **小说下载器**:批量下载编程猫社区小说
83
+ **Novel Downloader**: Batch download CodeMao community novels
84
+ - **插件系统**:支持第三方插件扩展功能
85
+ **Plugin System**: Support for third-party plugin extensions
86
+
87
+ ## 快速开始 | Quick Start
88
+
89
+ ### 环境要求 | Requirements
90
+
91
+ - Python 3.13 或更高版本 | Python 3.13 or higher
92
+
93
+ ### 安装步骤 | Installation Steps
94
+
95
+ ```bash
96
+ # 克隆项目 | Clone the repository
97
+ git clone https://github.com/aurzex/Aumiao.git
98
+ cd Aumiao/Aumiao-py
99
+
100
+ # 使用uv包管理器(推荐)| Using uv package manager (recommended)
101
+ pip install uv
102
+ uv sync
103
+
104
+ # 或使用传统方式 | Or using traditional method
105
+ pip install -r requirements.txt
106
+ ```
107
+
108
+ ### 配置文件 | Configuration Files
109
+
110
+ 项目使用以下配置文件: | The project uses the following configuration files:
111
+
112
+ - `data.json` - 用户认证和数据配置文件 | User authentication and data configuration
113
+ - `setting.json` - 程序运行设置和选项 | Program runtime settings and options
114
+
115
+ ### 二进制版本 | Binary Versions
116
+
117
+ 从[Release 页面](https://github.com/aurzex/Aumiao/releases)下载预编译版本,无需配置即可直接运行。
118
+ Download precompiled versions from the [Release page](https://github.com/aurzex/Aumiao/releases), ready to run without configuration.
119
+
120
+ ## 贡献指南 | Contribution Guidelines
121
+
122
+ 我们欢迎所有形式的贡献。请遵循以下流程: | We welcome all forms of contributions. Please follow the process below:
123
+
124
+ 1. **Fork 仓库**:点击右上角的 Fork 按钮 | **Fork Repository**: Click the Fork button in the upper right corner
125
+ 2. **创建分支**:基于`main`分支创建功能分支 | **Create Branch**: Create a feature branch based on the `main` branch
126
+ 3. **开发功能**:在分支上实现您的改进 | **Develop Feature**: Implement your improvements on the branch
127
+ 4. **提交测试**:确保代码通过现有测试 | **Run Tests**: Ensure code passes existing tests
128
+ 5. **发起 PR**:向主仓库提交 Pull Request | **Submit PR**: Submit a Pull Request to the main repository
129
+
130
+ 请确保: | Please ensure:
131
+
132
+ - 代码风格与现有代码保持一致 | Code style is consistent with existing code
133
+ - 添加必要的文档和注释 | Add necessary documentation and comments
134
+ - 更新相关的测试用例 | Update relevant test cases
135
+
136
+ [![Star History Chart](https://api.star-history.com/svg?repos=aurzex/Aumiao&type=Date)](https://star-history.com/#aurzex/Aumiao&Date)
137
+
138
+ ## 相关项目 | Related Projects
139
+
140
+ ### API 与文档 | API & Documentation
141
+
142
+ - [codemao-api](https://github.com/lambdark/codemao-api) - 编程猫社区官方 API 文档 | Official CodeMao community API documentation
143
+ - [CoCo-Source-Code-Plan](https://github.com/glacier-studio/CoCo-Source-Code-Plan) - CoCo 编辑器源代码还原计划 | CoCo editor source code restoration project
144
+
145
+ ### 开发工具 | Development Tools
146
+
147
+ - [Kitten-4-Decompiler](https://github.com/S-LIGHTNING/Kitten-4-Decompiler) - Kitten4 作品反编译器 | Kitten4 work decompiler
148
+ - [Kitten-Cloud-Function](https://github.com/S-LIGHTNING/Kitten-Cloud-Function) - 云变量客户端工具 | Cloud variable client tool
149
+ - [JsToKn](https://github.com/PiicatXstate/JsToKn) - JavaScript 转 KittenN 积木工具 | JavaScript to KittenN block tool
150
+ - [CodemaoNemoMultiDecompiler](https://github.com/MoonBcmTools/CodemaoNemoMultiDecompiler) - Nemo 作品源代码还原 | Nemo work source code restoration
151
+ - [CodemaoNemoOneKeyBuildShareCode](https://github.com/MoonBcmTools/CodemaoNemoOneKeyBuildShareCode) - 一键生成 Nemo 作品分享口令 | One-click Nemo work share code generation
152
+ - [coco-packager](https://github.com/cocotais-lab/coco-packager) - CoCo 作品打包工具 | CoCo work packaging tool
153
+ - [widget-template](https://github.com/liulyxandy-codemao/widget-template) - CoCo 自定义控件模板 | CoCo custom widget template
154
+
155
+ ### 社区增强与优化 | Community Enhancement & Optimization
156
+
157
+ - [Better-Codemao](https://github.com/LuYingYiLong/Better-Codemao) - 编程猫社区增强脚本 | CodeMao community enhancement script
158
+ - [codemaoOptimization](https://github.com/sf-yuzifu/codemaoOptimization) - 社区使用问题优化 | Community usage optimization
159
+ - [pickcat](https://github.com/sf-yuzifu/pickcat) - 编程猫社区重新设计与功能扩展 | CodeMao community redesign and feature extension
160
+
161
+ ### 实用工具 | Utility Tools
162
+
163
+ - [CodemaoEDUTools](https://github.com/Wangs-official/CodemaoEDUTools) - 学生账号管理工具 | Student account management tool
164
+ - [Codemao-Storage](https://github.com/ornwind/Codemao-Storage) - 编程猫 CDN 文件上传工具 | CodeMao CDN file upload tool
165
+ - [bcm_convertor](https://github.com/sf-yuzifu/bcm_convertor) - 作品转桌面应用工具 | Work to desktop application converter
166
+ - [codemaonoveldownloader](https://github.com/rumunius/codemaonoveldownloader) - 小说下载爬虫 | Novel download crawler
167
+ - [CodemaoDrive](https://github.com/CrackerCat/CodemaoDrive) - 编程猫云盘,支持任意文件上传与下载 | CodeMao cloud drive supporting any file upload/download
168
+ - [PostCodemao](https://github.com/stonehfzs/PostCodemao) - 编程猫的时光邮箱/明信片生成 DEMO | CodeMao time email/postcard generation demo
169
+ - [Codemao-Studio-Ranking](https://github.com/Hatmic/Codemao-Studio-Ranking) - 编程猫工作室评论数排行榜 | CodeMao studio comment ranking
170
+ - [codemao-diger-rebuild](https://github.com/Rov-Waff/codemao-diger-rebuild) - 编程猫社区挖坟工具 | CodeMao community necromancy tool
171
+
172
+ ### 数据采集与分析 | Data Collection & Analysis
173
+
174
+ - [CodemaoSpider](https://github.com/wbteve/CodemaoSpider) - 作品素材采集工具 | Work material collection tool
175
+ - [-Codemao-](https://github.com/Liu-YuC/-Codemao-) - 评论数据爬取与分析 | Comment data crawling and analysis
176
+
177
+ ### CoCo 生态 | CoCo Ecosystem
178
+
179
+ - [CoCo-Community](https://github.com/zitzhen/CoCo-Community) - CoCo 第三方社区 | CoCo third-party community
180
+
181
+ ## 联系我们 | Contact Us
182
+
183
+ - **官方网站**:[https://aumiao.aurzex.top](https://aumiao.aurzex.top)
184
+ **Official Website**: [https://aumiao.aurzex.top](https://aumiao.aurzex.top)
185
+ - **问题反馈**:[GitHub Issues](https://github.com/aurzex/Aumiao/issues)
186
+ **Issue Reporting**: [GitHub Issues](https://github.com/aurzex/Aumiao/issues)
187
+ - **联系邮箱**:Aumiao@aurzex.top
188
+ **Contact Email**: Aumiao@aurzex.top
189
+ - **开发团队**:Aurzex, DontLoveby, Moonleeeaf, Nomen
190
+ **Development Team**: Aurzex, DontLoveby, Moonleeeaf, Nomen
191
+
192
+ ## 许可证 | License
193
+
194
+ 本项目采用 AGPL-3.0 开源协议。详细条款请参阅[LICENSE](LICENSE)文件。
195
+ This project is licensed under the AGPL-3.0 license. See the [LICENSE](LICENSE) file for details.
196
+
197
+ ---
198
+
199
+ 感谢使用 Aumiao。如果本项目对您有帮助,请考虑在 GitHub 上为我们点亮星标。
200
+ Thank you for using Aumiao. If this project helps you, please consider giving it a star on GitHub.
aumiao-2.6.0/README.md ADDED
@@ -0,0 +1,164 @@
1
+ # Aumiao
2
+
3
+ [![Moe Counter](https://count.getloli.com/@aurzex?name=aurzex&theme=capoo-1&padding=7&offset=0&align=top&scale=1&pixelated=1&darkmode=auto)](https://count.getloli.com/)
4
+
5
+ [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
6
+ [![Python 3.13+](https://img.shields.io/badge/Python-3.13+-green.svg)](https://www.python.org/downloads/)
7
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Aurzex/Aumiao)
8
+
9
+ 一个为编程猫社区开发的 API 收集项目和工具集合,旨在赋能脚本开发并提升社区管理效率。
10
+
11
+ A powerful API collection project and toolset for CodeMao community development, empowering script development and enhancing community management efficiency.
12
+
13
+ ## 主要功能 | Main Features
14
+
15
+ ### 社区管理 | Community Management
16
+
17
+ - **评论管理**:支持关键词过滤、黑名单批量清理作品和帖子评论
18
+ **Comment Management**: Keyword filtering, batch cleanup of work and post comments via blacklist
19
+ - **智能回复**:基于关键词的自动化回复系统
20
+ **Auto Reply**: Keyword-based automated reply system
21
+ - **消息处理**:一键清空邮箱红点、批量邮件处理
22
+ **Message Processing**: Clear inbox notifications with one click, batch email processing
23
+
24
+ ### 内容审核 | Content Moderation
25
+
26
+ - **批量举报**:支持批量提交和审核举报
27
+ **Batch Reporting**: Batch submission and review of reports
28
+ - **违规检测**:自动识别广告内容、黑名单用户和重复发布
29
+ **Violation Detection**: Automatically identify ads, blacklisted users, and duplicate posts
30
+ - **实时监控**:动态监测社区违规行为
31
+ **Real-time Monitoring**: Dynamically monitor community violations
32
+
33
+ ### 开发工具 | Development Tools
34
+
35
+ - **多格式反编译**:支持 KITTEN N、KITTEN、NEMO、COCO 等作品格式
36
+ **Multi-format Decompilation**: Support for KITTEN N, KITTEN, NEMO, COCO and other work formats
37
+ - **AI 助手集成**:KN AI 对话接口和智能交互功能
38
+ **AI Assistant Integration**: KN AI dialogue interface and intelligent interaction features
39
+ - **跨平台上传**:多平台文件上传支持,便捷资源管理
40
+ **Cross-platform Upload**: Multi-platform file upload support for convenient resource management
41
+
42
+ ### 实用工具 | Utility Tools
43
+
44
+ - **喵口令生成器**:快速生成作品分享口令
45
+ **Miao Code Generator**: Quickly generate work sharing codes
46
+ - **小说下载器**:批量下载编程猫社区小说
47
+ **Novel Downloader**: Batch download CodeMao community novels
48
+ - **插件系统**:支持第三方插件扩展功能
49
+ **Plugin System**: Support for third-party plugin extensions
50
+
51
+ ## 快速开始 | Quick Start
52
+
53
+ ### 环境要求 | Requirements
54
+
55
+ - Python 3.13 或更高版本 | Python 3.13 or higher
56
+
57
+ ### 安装步骤 | Installation Steps
58
+
59
+ ```bash
60
+ # 克隆项目 | Clone the repository
61
+ git clone https://github.com/aurzex/Aumiao.git
62
+ cd Aumiao/Aumiao-py
63
+
64
+ # 使用uv包管理器(推荐)| Using uv package manager (recommended)
65
+ pip install uv
66
+ uv sync
67
+
68
+ # 或使用传统方式 | Or using traditional method
69
+ pip install -r requirements.txt
70
+ ```
71
+
72
+ ### 配置文件 | Configuration Files
73
+
74
+ 项目使用以下配置文件: | The project uses the following configuration files:
75
+
76
+ - `data.json` - 用户认证和数据配置文件 | User authentication and data configuration
77
+ - `setting.json` - 程序运行设置和选项 | Program runtime settings and options
78
+
79
+ ### 二进制版本 | Binary Versions
80
+
81
+ 从[Release 页面](https://github.com/aurzex/Aumiao/releases)下载预编译版本,无需配置即可直接运行。
82
+ Download precompiled versions from the [Release page](https://github.com/aurzex/Aumiao/releases), ready to run without configuration.
83
+
84
+ ## 贡献指南 | Contribution Guidelines
85
+
86
+ 我们欢迎所有形式的贡献。请遵循以下流程: | We welcome all forms of contributions. Please follow the process below:
87
+
88
+ 1. **Fork 仓库**:点击右上角的 Fork 按钮 | **Fork Repository**: Click the Fork button in the upper right corner
89
+ 2. **创建分支**:基于`main`分支创建功能分支 | **Create Branch**: Create a feature branch based on the `main` branch
90
+ 3. **开发功能**:在分支上实现您的改进 | **Develop Feature**: Implement your improvements on the branch
91
+ 4. **提交测试**:确保代码通过现有测试 | **Run Tests**: Ensure code passes existing tests
92
+ 5. **发起 PR**:向主仓库提交 Pull Request | **Submit PR**: Submit a Pull Request to the main repository
93
+
94
+ 请确保: | Please ensure:
95
+
96
+ - 代码风格与现有代码保持一致 | Code style is consistent with existing code
97
+ - 添加必要的文档和注释 | Add necessary documentation and comments
98
+ - 更新相关的测试用例 | Update relevant test cases
99
+
100
+ [![Star History Chart](https://api.star-history.com/svg?repos=aurzex/Aumiao&type=Date)](https://star-history.com/#aurzex/Aumiao&Date)
101
+
102
+ ## 相关项目 | Related Projects
103
+
104
+ ### API 与文档 | API & Documentation
105
+
106
+ - [codemao-api](https://github.com/lambdark/codemao-api) - 编程猫社区官方 API 文档 | Official CodeMao community API documentation
107
+ - [CoCo-Source-Code-Plan](https://github.com/glacier-studio/CoCo-Source-Code-Plan) - CoCo 编辑器源代码还原计划 | CoCo editor source code restoration project
108
+
109
+ ### 开发工具 | Development Tools
110
+
111
+ - [Kitten-4-Decompiler](https://github.com/S-LIGHTNING/Kitten-4-Decompiler) - Kitten4 作品反编译器 | Kitten4 work decompiler
112
+ - [Kitten-Cloud-Function](https://github.com/S-LIGHTNING/Kitten-Cloud-Function) - 云变量客户端工具 | Cloud variable client tool
113
+ - [JsToKn](https://github.com/PiicatXstate/JsToKn) - JavaScript 转 KittenN 积木工具 | JavaScript to KittenN block tool
114
+ - [CodemaoNemoMultiDecompiler](https://github.com/MoonBcmTools/CodemaoNemoMultiDecompiler) - Nemo 作品源代码还原 | Nemo work source code restoration
115
+ - [CodemaoNemoOneKeyBuildShareCode](https://github.com/MoonBcmTools/CodemaoNemoOneKeyBuildShareCode) - 一键生成 Nemo 作品分享口令 | One-click Nemo work share code generation
116
+ - [coco-packager](https://github.com/cocotais-lab/coco-packager) - CoCo 作品打包工具 | CoCo work packaging tool
117
+ - [widget-template](https://github.com/liulyxandy-codemao/widget-template) - CoCo 自定义控件模板 | CoCo custom widget template
118
+
119
+ ### 社区增强与优化 | Community Enhancement & Optimization
120
+
121
+ - [Better-Codemao](https://github.com/LuYingYiLong/Better-Codemao) - 编程猫社区增强脚本 | CodeMao community enhancement script
122
+ - [codemaoOptimization](https://github.com/sf-yuzifu/codemaoOptimization) - 社区使用问题优化 | Community usage optimization
123
+ - [pickcat](https://github.com/sf-yuzifu/pickcat) - 编程猫社区重新设计与功能扩展 | CodeMao community redesign and feature extension
124
+
125
+ ### 实用工具 | Utility Tools
126
+
127
+ - [CodemaoEDUTools](https://github.com/Wangs-official/CodemaoEDUTools) - 学生账号管理工具 | Student account management tool
128
+ - [Codemao-Storage](https://github.com/ornwind/Codemao-Storage) - 编程猫 CDN 文件上传工具 | CodeMao CDN file upload tool
129
+ - [bcm_convertor](https://github.com/sf-yuzifu/bcm_convertor) - 作品转桌面应用工具 | Work to desktop application converter
130
+ - [codemaonoveldownloader](https://github.com/rumunius/codemaonoveldownloader) - 小说下载爬虫 | Novel download crawler
131
+ - [CodemaoDrive](https://github.com/CrackerCat/CodemaoDrive) - 编程猫云盘,支持任意文件上传与下载 | CodeMao cloud drive supporting any file upload/download
132
+ - [PostCodemao](https://github.com/stonehfzs/PostCodemao) - 编程猫的时光邮箱/明信片生成 DEMO | CodeMao time email/postcard generation demo
133
+ - [Codemao-Studio-Ranking](https://github.com/Hatmic/Codemao-Studio-Ranking) - 编程猫工作室评论数排行榜 | CodeMao studio comment ranking
134
+ - [codemao-diger-rebuild](https://github.com/Rov-Waff/codemao-diger-rebuild) - 编程猫社区挖坟工具 | CodeMao community necromancy tool
135
+
136
+ ### 数据采集与分析 | Data Collection & Analysis
137
+
138
+ - [CodemaoSpider](https://github.com/wbteve/CodemaoSpider) - 作品素材采集工具 | Work material collection tool
139
+ - [-Codemao-](https://github.com/Liu-YuC/-Codemao-) - 评论数据爬取与分析 | Comment data crawling and analysis
140
+
141
+ ### CoCo 生态 | CoCo Ecosystem
142
+
143
+ - [CoCo-Community](https://github.com/zitzhen/CoCo-Community) - CoCo 第三方社区 | CoCo third-party community
144
+
145
+ ## 联系我们 | Contact Us
146
+
147
+ - **官方网站**:[https://aumiao.aurzex.top](https://aumiao.aurzex.top)
148
+ **Official Website**: [https://aumiao.aurzex.top](https://aumiao.aurzex.top)
149
+ - **问题反馈**:[GitHub Issues](https://github.com/aurzex/Aumiao/issues)
150
+ **Issue Reporting**: [GitHub Issues](https://github.com/aurzex/Aumiao/issues)
151
+ - **联系邮箱**:Aumiao@aurzex.top
152
+ **Contact Email**: Aumiao@aurzex.top
153
+ - **开发团队**:Aurzex, DontLoveby, Moonleeeaf, Nomen
154
+ **Development Team**: Aurzex, DontLoveby, Moonleeeaf, Nomen
155
+
156
+ ## 许可证 | License
157
+
158
+ 本项目采用 AGPL-3.0 开源协议。详细条款请参阅[LICENSE](LICENSE)文件。
159
+ This project is licensed under the AGPL-3.0 license. See the [LICENSE](LICENSE) file for details.
160
+
161
+ ---
162
+
163
+ 感谢使用 Aumiao。如果本项目对您有帮助,请考虑在 GitHub 上为我们点亮星标。
164
+ Thank you for using Aumiao. If this project helps you, please consider giving it a star on GitHub.
@@ -0,0 +1,41 @@
1
+ {
2
+ "data": {
3
+ "items": [
4
+ {
5
+ "created_at": 1543393437,
6
+ "id": "1",
7
+ "preview_url": "https://static.codemao.cn/kitten/sample_projects/subjects/%E4%B8%93%E9%A2%98%E5%B0%81%E9%9D%A2-2017.png",
8
+ "sample_joined_at": 1543394567,
9
+ "title": "{ \"zh\": \"2017年,编程猫走过的岁月\", \"tw\": \"2017年,編程貓走過的歲月\", \"en\": \"Codemao in 2017\" }",
10
+ "updated_at": 1543394567
11
+ },
12
+ {
13
+ "created_at": 1543393463,
14
+ "id": "2",
15
+ "preview_url": "https://static.codemao.cn/kitten/sample_projects/subjects/%E4%B8%93%E9%A2%98%E5%B0%81%E9%9D%A2-2018.png",
16
+ "sample_joined_at": 1545044322,
17
+ "title": "{ \"zh\": \"2018年,编程猫走过的岁月\", \"tw\": \"2018年,編程貓走過的歲月\", \"en\": \"Codemao in 2018\" }",
18
+ "updated_at": 1545044322
19
+ },
20
+ {
21
+ "created_at": 1548154925,
22
+ "id": "3",
23
+ "preview_url": "https://static.codemao.cn/kitten/sample_projects/subjects/%E4%B8%93%E9%A2%98%E5%B0%81%E9%9D%A2-2019.png",
24
+ "sample_joined_at": 1551236145,
25
+ "title": "{ \"zh\": \"2019年,编程猫走过的岁月\", \"tw\": \"2019年,編程貓走過的歲月\", \"en\": \"Codemao in 2019\" }",
26
+ "updated_at": 1551236145
27
+ },
28
+ {
29
+ "created_at": 1731571635,
30
+ "id": "4",
31
+ "preview_url": "https://static.codemao.cn/kitten/sample_projects/subjects/专题封面-ai.png",
32
+ "sample_joined_at": 1731571635,
33
+ "title": "{\"zh\":\"同上一堂课·编创人工智能\",\"tw\":\"同上一堂課·編創人工智能\",\"en\":\"Learn about AI and graphical coding\"}",
34
+ "updated_at": 1731571635
35
+ }
36
+ ]
37
+ },
38
+ "method": "GET",
39
+ "status_code": 200,
40
+ "url": "https://api-whale.codemao.cn/admin/samples/subject"
41
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "data": {
3
+ "items": [
4
+ {
5
+ "icon_url": "https://static.codemao.cn/forum/%E6%96%B0%E6%89%8B%E5%BF%85%E7%9C%8B1.png",
6
+ "id": "1",
7
+ "is_published": true,
8
+ "target": "10278",
9
+ "target_type": "POSTS",
10
+ "title": "新手必读"
11
+ },
12
+ {
13
+ "icon_url": "https://static.codemao.cn/forum/%E5%B0%91%E9%99%A2%E5%A3%AB1.png",
14
+ "id": "2",
15
+ "is_published": true,
16
+ "target": "10284",
17
+ "target_type": "POSTS",
18
+ "title": "少院士讲堂"
19
+ }
20
+ ]
21
+ },
22
+ "method": "GET",
23
+ "status_code": 200,
24
+ "url": "https://api-whale.codemao.cn/admins/app/topics/all"
25
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "data": {
3
+ "items": [
4
+ "65655",
5
+ "70059",
6
+ "70943",
7
+ "89818"
8
+ ]
9
+ },
10
+ "method": "GET",
11
+ "status_code": 200,
12
+ "url": "https://api-whale.codemao.cn/fictions/index-list-ids"
13
+ }