From 57a4dd5c83b4dfac3b3e27492dd2b7ff251039f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Thu, 25 Apr 2024 00:27:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20v0.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 21 +++++++++++++++++-- .../subject_detail/bsd_user_collection.dart | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac604e..81c8b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,29 @@ Author: 目棃 Description: 更新日志 Date: 2024-04-17 -Update: 2024-04-17 +Update: 2024-04-25 --- > 本文档 [`Frontmatter`](https://github.com/BTMuli/MuCli#Frontmatter) 由 [MuCli](https://github.com/BTMuli/Mucli) 自动生成于 `2024-04-17 17:46:42` > -> 更新于 `2024-04-17 17:46:42` +> 更新于 `2024-04-25 00:26:39` + +## [v0.2.0](https://github.com/BTMuli/BangumiToday/releases/tag/v0.2.0) (2024-04-25) + +`torrent` 下载还在测试当中,入口暂时隐藏,后续会继续完善。 + +### Feat + +- [x] BMF: RSS定时检测更新,有更新时会自动推送通知 +- [x] Bangumi: 启动时检测 `token` 是否过期,过期时会自动获取新的 `token` + +### Fix + +- [x] 条目详情:修复修改评分时的内容错误 + +### Change + +- [x] RSS: RSS页面合并,采用 `tab` 方式切换查看 MikanRSS 和 ComicatRSS ## [v0.1.0](https://github.com/BTMuli/BangumiToday/releases/tag/v0.1.0) (2024-04-17) diff --git a/lib/components/bangumi/subject_detail/bsd_user_collection.dart b/lib/components/bangumi/subject_detail/bsd_user_collection.dart index 9da2fef..e5f58c1 100644 --- a/lib/components/bangumi/subject_detail/bsd_user_collection.dart +++ b/lib/components/bangumi/subject_detail/bsd_user_collection.dart @@ -397,7 +397,7 @@ class _BsdUserCollectionState extends State if (mounted) { await BtInfobar.success( context, - '条目 ${subject.id} 评分更新为 $rating 分', + '条目 ${subject.id} 评分更新为 ${val.toInt() + 1} 分', ); } setState(() {});