2 Commits
Author SHA1 Message Date
linfeng d29b4ed5bf 1.不展示黄字信息
2.新增忽略文件
2026-07-28 11:35:36 +08:00
linfeng b9c0d60f2a 调整 副裁 设计稿比例 2026-07-28 10:57:06 +08:00
3 changed files with 18 additions and 17 deletions
+1
View File
@@ -51,3 +51,4 @@ app.*.map.json
CLAUDE.md
AGENTS.md
test/
script/
+1 -1
View File
@@ -24,7 +24,7 @@ class AppConfig {
static AppPackageInfo? packageInfo;
static const appName = 'SportsX裁判工作台';
static const designSize = Size(640, 1024);
static const designSize = Size(375, 812);
/// 主裁判计分 H5 链接
@@ -82,21 +82,21 @@ class RecordingHudWidget extends StatelessWidget {
textAlign: TextAlign.center,
),
),
if (permissionWarning != null)
Padding(
padding: EdgeInsets.symmetric(
horizontal: 16.r,
vertical: 8.r,
),
child: Text(
permissionWarning!,
style: TextStyle(
color: Colors.orangeAccent,
fontSize: 12.sp,
),
textAlign: TextAlign.center,
),
),
// if (permissionWarning != null)
// Padding(
// padding: EdgeInsets.symmetric(
// horizontal: 16.r,
// vertical: 8.r,
// ),
// child: Text(
// permissionWarning!,
// style: TextStyle(
// color: Colors.orangeAccent,
// fontSize: 12.sp,
// ),
// textAlign: TextAlign.center,
// ),
// ),
RecordingSetupHintsWidget(
hasDndAccess: hasDndAccess,
isBatteryIgnored: isBatteryOptimizedIgnored,