mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
feat: 调整设置,支持导入导出,代码优化
This commit is contained in:
@@ -41,7 +41,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;
|
||||
|
||||
if (width > height || (origAspectRatio != null && origAspectRatio! > 1)) {
|
||||
|
||||
Reference in New Issue
Block a user