From c3e0d6651cfc59530bc19e41396909aceb1d3834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E6=A2=93=E6=9F=92?= <1787882683@qq.com> Date: Mon, 28 Apr 2025 22:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E6=9D=80=E4=B8=80=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=A0=B9=E7=9B=AE=E5=BD=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- CONTRIBUTE.md => depends-data/CONTRIBUTE.md | 0 interest_monitor_gui.py => scripts/interest_monitor_gui.py | 0 tool_call_benchmark.py => scripts/tool_call_benchmark.py | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename CONTRIBUTE.md => depends-data/CONTRIBUTE.md (100%) rename interest_monitor_gui.py => scripts/interest_monitor_gui.py (100%) rename tool_call_benchmark.py => scripts/tool_call_benchmark.py (100%) diff --git a/README.md b/README.md index 65e04a233..820d7d623 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ graph TD ## ✍️如何给本项目报告BUG/提交建议/做贡献 -MaiCore是一个开源项目,我们非常欢迎你的参与。你的贡献,无论是提交bug报告、功能需求还是代码pr,都对项目非常宝贵。我们非常感谢你的支持!🎉 但无序的讨论会降低沟通效率,进而影响问题的解决速度,因此在提交任何贡献前,请务必先阅读本项目的[贡献指南](CONTRIBUTE.md)(待补完) +MaiCore是一个开源项目,我们非常欢迎你的参与。你的贡献,无论是提交bug报告、功能需求还是代码pr,都对项目非常宝贵。我们非常感谢你的支持!🎉 但无序的讨论会降低沟通效率,进而影响问题的解决速度,因此在提交任何贡献前,请务必先阅读本项目的[贡献指南](depends-data/CONTRIBUTE.md)(待补完) diff --git a/CONTRIBUTE.md b/depends-data/CONTRIBUTE.md similarity index 100% rename from CONTRIBUTE.md rename to depends-data/CONTRIBUTE.md diff --git a/interest_monitor_gui.py b/scripts/interest_monitor_gui.py similarity index 100% rename from interest_monitor_gui.py rename to scripts/interest_monitor_gui.py diff --git a/tool_call_benchmark.py b/scripts/tool_call_benchmark.py similarity index 100% rename from tool_call_benchmark.py rename to scripts/tool_call_benchmark.py