杨柳杰 58b84d6f94
All checks were successful
Release Docs / release (push) Successful in 3s
fix: 修复git clone URL双https://前缀问题
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-04 17:43:53 +08:00
2026-05-04 12:30:12 +08:00

Mipu Open

米普对外开放项目的统一管理仓库。

子项目

子项目 说明
mipu-api Claude Code 开发 Skill辅助外部开发者快速对接米普 API
docs/ API 文档源文件(本仓库维护,通过 Release 发布 tar 包)
mipu-sdk 开发 SDK待添加

文档发布流程

文档源文件在 docs/ 目录维护。发布新版本:

# 1. 修改 docs/ 下的文档
# 2. 提交并打 tag
git add docs/
git commit -m "更新API文档"
git tag v1.1.0
git push && git push --tags

# Gitea Actions 自动:
#   - 打包 docs/ 为 docs.tar.gz
#   - 创建 Release 并附加 docs.tar.gz

Skill 端会在每次调用时自动检查 Release 版本并下载更新。

快速开始

克隆主仓库及所有子模块:

git clone --recurse-submodules <this-repo-url>

如果已经克隆了主仓库:

git submodule update --init --recursive

更新子模块

拉取所有子模块的最新更新:

git submodule update --remote

添加新子模块

git submodule add <repo-url> <directory-name>
Description
No description provided
Readme 123 KiB
2026-05-04 17:43:53 +08:00
Languages
Python 100%