自习室优化ok
This commit is contained in:
@@ -40,6 +40,9 @@ class FilePreviewer extends StatelessWidget {
|
||||
child = InteractiveViewer(
|
||||
child: CachedNetworkImage(
|
||||
imageUrl: url,
|
||||
placeholder: (_, __) => const Center(
|
||||
child: CircularProgressIndicator(),
|
||||
),
|
||||
),
|
||||
);
|
||||
} else if (_isPdf(suffix)) {
|
||||
|
||||
Reference in New Issue
Block a user