From 8515aa439f99cbd5d78a1fcaa5c6cff92e26f66a Mon Sep 17 00:00:00 2001 From: Predidit <34627277+Predidit@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:51:54 +0800 Subject: [PATCH] version 1.3.7 --- README.md | 4 +++- lib/request/api.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 235c8e2..15f01bf 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,9 @@ A: 受限于 Anime1 网站本身的架构与设计,Anime1 不向用户提供 特别感谢 [Bangumi](https://bangumi.tv/) 本项目使用了 Bangumi 开放API 以提供番剧元数据。 -感谢 [fvp](https://github.com/wang-bin/fvp) 本项目跨平台媒体播放能力来自 fvp +感谢 [media-kit](https://github.com/media-kit/media-kit) 本项目跨平台媒体播放能力来自 media-kit + +感谢 [avbuild](https://github.com/wang-bin/avbuild) 本项目使用了来自 avbuild 的树外补丁实现非标准视频流播放 感谢 [hive](https://github.com/isar/hive) 本项目持久化储存能力来自 hive diff --git a/lib/request/api.dart b/lib/request/api.dart index a80a5da..0f6d5fa 100644 --- a/lib/request/api.dart +++ b/lib/request/api.dart @@ -4,7 +4,7 @@ class Api { static const String domain = '${HttpString.baseUrl}/'; static const String animeList = 'https://d1zquzjgwo9yb.cloudfront.net/'; static const String videoAPI = 'https://v.anime1.me/api'; - static const String version = '1.3.6'; + static const String version = '1.3.7'; static const String sourceUrl = "https://github.com/Predidit/oneAnime"; static const String aniDanmakuAPI = "https://ani.gamer.com.tw/ajax/danmuGet.php"; static const String aniSearch = "https://ani.gamer.com.tw/search.php"; diff --git a/pubspec.yaml b/pubspec.yaml index 53ba036..020879b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.3.6+1 +version: 1.3.7+1 environment: sdk: '>=3.2.6 <4.0.0'