chore/ 删除无用文件

This commit is contained in:
Kevin
2026-03-19 14:36:14 +08:00
parent 2f60858c9c
commit c6e07ce5ca
135 changed files with 2111 additions and 4510 deletions

View File

@@ -1 +1,4 @@
npm run format
npm run format && git add -u app-expo/
# Format Python files in api/ with ruff
cd api && uv run ruff format . && cd .. && git add -u api/