mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 调整设置,支持导入导出,代码优化
This commit is contained in:
@@ -57,11 +57,7 @@ class ListSheet {
|
||||
}
|
||||
SmartDialog.showToast('切换到:$title');
|
||||
bottomSheetController.close();
|
||||
print(episode.runtimeType.toString());
|
||||
if (episode.runtimeType.toString() == "EpisodeItem") {
|
||||
print(episode.bvid);
|
||||
print(episode.cid);
|
||||
print(episode.aid);
|
||||
changeFucCall(episode.bvid, episode.cid, episode.aid);
|
||||
} else {
|
||||
changeFucCall(bvid!, episode.cid, aid!);
|
||||
|
||||
@@ -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