From 3d2f8beffdd8a0b772fa3edb6833f4309716d594 Mon Sep 17 00:00:00 2001 From: Rixuan Shao <2023311022@bipt.edu.cn> Date: Sun, 21 Jun 2026 00:58:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E8=B4=A1=E7=8C=AE?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=20-=20=E6=9A=82=E4=B8=8D=E6=8E=A5=E5=8F=97?= =?UTF-8?q?=E5=A4=96=E9=83=A8=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 明确说明项目目前作为个人项目维护 - 欢迎提交 Issue 报告问题和建议 - 引导用户到 Linux Do 社区讨论 - 保持友好和开放的沟通态度 --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b5d6407..d778488 100644 --- a/README.md +++ b/README.md @@ -383,13 +383,14 @@ mode: rule ## 🤝 贡献 -欢迎提交 Issue 和 Pull Request! +本项目目前作为个人项目维护,暂不接受外部 Pull Request。 -1. Fork 本仓库 -2. 创建特性分支 (`git checkout -b feature/AmazingFeature`) -3. 提交更改 (`git commit -m 'Add some AmazingFeature'`) -4. 推送到分支 (`git push origin feature/AmazingFeature`) -5. 开启 Pull Request +如果你有: +- 🐛 **发现问题** - 欢迎提交 [Issue](https://github.com/halfwaystudent/douyin-sparkflow/issues) 报告 Bug +- 💡 **功能建议** - 欢迎在 Issue 中提出改进想法 +- 🤔 **使用疑问** - 可以在 [Linux Do 社区](https://linux.do) 或 Issue 中讨论 + +感谢你的理解和支持! ---