mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-06-30 01:45:55 +08:00
fix: 代码审查修复 — serde camelCase/CSP/TS检查/replay/undo/AI禁手/星位/未使用依赖
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,6 @@ interface Props {
|
||||
export default function GameControls({ onBackToMenu }: Props) {
|
||||
const { t } = useTranslation();
|
||||
const undo = useGameStore((s) => s.undo);
|
||||
const mode = useGameStore((s) => s.mode);
|
||||
const status = useGameStore((s) => s.status);
|
||||
|
||||
const handleUndo = () => {
|
||||
|
||||
Reference in New Issue
Block a user