mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
修复tag原文显示问题
更新依赖
This commit is contained in:
@@ -18,6 +18,6 @@ class TagWidget extends StatelessWidget {
|
||||
},
|
||||
extra: GalleriesPageExtra(translatedTag: tag.translated));
|
||||
},
|
||||
child: Text(name ?? tag.tag));
|
||||
child: Text(name ?? (tag.tag.contains(':') ? tag.tag.split(':')[1] : tag.tag)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user