From 9fdc888f9ce93e4fa76bf117eba633633b8a250d Mon Sep 17 00:00:00 2001 From: Ink-dark Date: Sat, 2 May 2026 17:51:01 +0800 Subject: [PATCH] Update license badge from MIT to Apache --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f62d73..275512d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > 消息集合平台 — 连接 QQ(NapCat/OneBot),实时推送,Web 管理 [![CI](https://github.com/Ink-dark/ReChat-server/actions/workflows/ci.yml/badge.svg)](https://github.com/Ink-dark/ReChat-server/actions/workflows/ci.yml) -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +[![License](https://img.shields.io/badge/license-Apache-blue.svg)](LICENSE) [![Rust](https://img.shields.io/badge/rust-1.70%2B-orange.svg)](https://www.rust-lang.org) **ReChat** 是一个基于 Rust + Actix-web 构建的消息集合平台,通过 OneBot v11 协议接入 NapCat/QQ,将所有消息汇聚到一个中心,并通过 WebSocket 实时推送到 Web 管理界面。