docs: add status badges to README files

- Add Apache 2.0 license badge to both README.md and README_CN.md
- Add Python 3.12+ version badge with logo
- Add Gitee Sync workflow status badge linking to GitHub Actions
- Improve project visibility with standardized badge indicators
This commit is contained in:
Ke Sun
2026-04-02 11:57:23 +08:00
parent 2c7aaebdd5
commit 9f2cd6afae
2 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
# MemoryBear empowers AI with human-like memory capabilities # MemoryBear empowers AI with human-like memory capabilities
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
[![Python](https://img.shields.io/badge/Python-3.12+-green?logo=python&logoColor=white)](https://www.python.org/)
[![Gitee Sync](https://img.shields.io/github/actions/workflow/status/SuanmoSuanyangTechnology/MemoryBear/sync-to-gitee.yml?label=Gitee%20Sync&logo=gitee&logoColor=white)](https://github.com/SuanmoSuanyangTechnology/MemoryBear/actions/workflows/sync-to-gitee.yml)
[中文](./README_CN.md) | English [中文](./README_CN.md) | English
### [Installation Guide](#memorybear-installation-guide) ### [Installation Guide](#memorybear-installation-guide)

View File

@@ -2,6 +2,10 @@
# MemoryBear 让AI拥有如同人类一样的记忆 # MemoryBear 让AI拥有如同人类一样的记忆
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
[![Python](https://img.shields.io/badge/Python-3.12+-green?logo=python&logoColor=white)](https://www.python.org/)
[![Gitee Sync](https://img.shields.io/github/actions/workflow/status/SuanmoSuanyangTechnology/MemoryBear/sync-to-gitee.yml?label=Gitee%20Sync&logo=gitee&logoColor=white)](https://github.com/SuanmoSuanyangTechnology/MemoryBear/actions/workflows/sync-to-gitee.yml)
中文 | [English](./README.md) 中文 | [English](./README.md)
### [安装教程](#memorybear安装教程) ### [安装教程](#memorybear安装教程)