File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。
44
5+ # 1.4.6
6+
7+ - 取消字幕文件下载到临时目录供播放器读取
8+
59# 1.4.5
610
711- 字幕文件下载到临时目录供播放器读取
Original file line number Diff line number Diff line change @@ -191,11 +191,7 @@ class _SubjectEpisodesState extends State<SubjectEpisodesPage> {
191191 subUrl = _apiBaseUrl + element.url;
192192 } else {
193193 // 诸如网盘文件提取码这种情况
194- var downloadUrl = await AttachmentApi ().findDownUrlByAttachmentId (element.attachmentId);
195- final localAssPath = await SubtitleDownloader .downloadAssToTempDirectory (downloadUrl);
196-
197- // 2. 生成可读取的file:// URL
198- subUrl = SubtitleDownloader .generateFileUrl (localAssPath);
194+ subUrl = _apiBaseUrl + element.url;
199195 }
200196 subtitleUrls.add (subUrl);
201197 }
Original file line number Diff line number Diff line change 11name : ikaros
22description : ikaros app by flutter
3- version : 1.4.5
3+ version : 1.4.6
44
55environment :
66 sdk : ' >=2.18.4 <=3.10.5'
You can’t perform that action at this time.
0 commit comments