This commit is contained in:
guozhigq
2024-04-27 22:11:56 +08:00
parent c2b5d152ac
commit c80c156b8f
3 changed files with 1 additions and 3 deletions

View File

@ -36,7 +36,6 @@ class NetworkImgLayer extends StatelessWidget {
final int defaultImgQuality = GlobalData().imgQuality;
final String imageUrl =
'${src!.startsWith('//') ? 'https:${src!}' : src!}@${quality ?? defaultImgQuality}q.webp';
// print(imageUrl);
int? memCacheWidth, memCacheHeight;
double aspectRatio = (width / height).toDouble();

View File

@ -446,7 +446,7 @@ class _HeaderControlState extends State<HeaderControl> {
children: [
RadioListTile(
value: -1,
title: const Text('关闭'),
title: const Text('关闭'),
groupValue: tempThemeValue,
onChanged: (value) {
tempThemeValue = value!;

View File

@ -109,7 +109,6 @@ class Utils {
toInt: false,
formatType: formatType);
}
print('distance: $distance');
if (distance <= 60) {
return '刚刚';
} else if (distance <= 3600) {