更新 .gitignore 文件以排除 CLAUDE.md,并注释掉录制头部小部件中的 mock 按钮

This commit is contained in:
2026-07-01 10:38:50 +08:00
parent 9f49f73a31
commit 02614c2817
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -48,3 +48,5 @@ app.*.map.json
/android/app/release /android/app/release
/android/.kotlin /android/.kotlin
CLAUDE.md
@@ -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(),