关闭测试按钮

This commit is contained in:
2026-06-12 16:39:41 +08:00
parent a3a02e623f
commit 25ac9c4c35

View File

@@ -170,7 +170,7 @@ class _HeaderPasteActions extends StatelessWidget {
return Row( return Row(
mainAxisAlignment: MainAxisAlignment.end, mainAxisAlignment: MainAxisAlignment.end,
children: [ children: [
_HeaderActionButton(label: 'mock', onPressed: onMockCopy), // _HeaderActionButton(label: 'mock', onPressed: onMockCopy),
_HeaderActionButton( _HeaderActionButton(
label: '粘贴选手信息', label: '粘贴选手信息',
onPressed: () => onPasteEventInfo(), onPressed: () => onPasteEventInfo(),