This commit is contained in:
陶然
2026-03-02 19:09:17 +08:00
parent e861236a9a
commit 94d3bee845
12 changed files with 114 additions and 120 deletions
@@ -87,7 +87,7 @@ import ToolDetail from '@/components/Layout/ToolDetail/ToolDetail.vue'
const title = "反应速度测试"
const testArea = ref<HTMLElement | null>(null);
// 移除未使用的 testArea 引用
const testStatus = ref<'ready' | 'waiting' | 'active' | 'completed'>('ready');
const reactionTime = ref(0);
const testHistory = ref<number[]>([]);