取消 mock 按钮

This commit is contained in:
2026-06-05 17:59:24 +08:00
parent 1221b16c7f
commit 9c21915bf7

View File

@@ -133,7 +133,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(),