Compare commits
2
Commits
43b967d2f8
...
d29b4ed5bf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d29b4ed5bf | ||
|
|
b9c0d60f2a |
@@ -51,3 +51,4 @@ app.*.map.json
|
||||
CLAUDE.md
|
||||
AGENTS.md
|
||||
test/
|
||||
script/
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user