From 9d010dea121b9c34cccd61f90c263fd44e950dec Mon Sep 17 00:00:00 2001 From: Shu Yao Date: Sun, 15 Mar 2026 13:00:58 +0800 Subject: [PATCH] add: new contributors upgrade: adjusting contributor ranking fix: remove `--reload` in Makefile --- Makefile | 2 +- README-zh.md | 7 +++++-- README.md | 7 +++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 576aa7fc..6f8dab97 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ dev: ## Run both backend and frontend development servers .PHONY: server server: ## Start the backend server in the background @echo "Starting server in background..." - @uv run python server_main.py --port 6400 --reload & + @uv run python server_main.py --port 6400 & .PHONY: client client: ## Start the frontend development server diff --git a/README-zh.md b/README-zh.md index 0c463869..cb2e33fc 100755 --- a/README-zh.md +++ b/README-zh.md @@ -298,13 +298,16 @@ if result.final_message: #### 贡献者 + + - - + + +

LaansDole

zivkovicp

shiowen

kilo2127

AckerlyLau

LaansDole

zivkovicp

rainoeelmae

conprour

Br1an67

NINE-J

Yanghuabei
## 🤝 致谢 diff --git a/README.md b/README.md index 15d0a8d3..2b04fd77 100644 --- a/README.md +++ b/README.md @@ -303,13 +303,16 @@ By contributing to DevAll, you'll be recognized in our **Contributors** list bel #### Contributors + + - - + + +

LaansDole

zivkovicp

shiowen

kilo2127

AckerlyLau

LaansDole

zivkovicp

rainoeelmae

conprour

Br1an67

NINE-J

Yanghuabei
## 🤝 Acknowledgments