mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-06-28 16:35:55 +08:00
docs: 修正 CONTRIBUTING.md 中不存在的 tests/ e2e/ 目录引用
This commit is contained in:
+3
-5
@@ -26,8 +26,8 @@ npm test
|
|||||||
# Rust 测试
|
# Rust 测试
|
||||||
cargo test
|
cargo test
|
||||||
|
|
||||||
# E2E 测试 (需要先 npx tauri dev)
|
# TypeScript 类型检查
|
||||||
npx playwright test
|
npx tsc -b
|
||||||
|
|
||||||
# Clippy 检查
|
# Clippy 检查
|
||||||
cargo clippy -- -D warnings
|
cargo clippy -- -D warnings
|
||||||
@@ -61,9 +61,7 @@ cargo clippy -- -D warnings
|
|||||||
```
|
```
|
||||||
core/ # Rust 游戏核心库(零 Tauri 依赖)
|
core/ # Rust 游戏核心库(零 Tauri 依赖)
|
||||||
gui/ # Tauri 桌面应用
|
gui/ # Tauri 桌面应用
|
||||||
src/ # React 前端
|
src/ # React 前端 + 内联 vitest 测试
|
||||||
tests/ # 前端单元测试
|
|
||||||
e2e/ # Playwright E2E 测试
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 开始贡献前
|
## 开始贡献前
|
||||||
|
|||||||
Reference in New Issue
Block a user