From e359e51f7935db336c7b28bf374946f8388cad46 Mon Sep 17 00:00:00 2001 From: Predidit <34627277+Predidit@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:08:19 +0800 Subject: [PATCH] version 1.2.3 --- 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 50e6c66e..d2b0fba3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - Android 10 及以上 - Windows 10 及以上 -- iOS (需要自构建) +- iOS (需要自签名) ## 屏幕截图 @@ -42,6 +42,8 @@ - [x] 倍速播放 - [x] 配色方案 - [x] 跨设备同步 +- [x] 无线投屏 (DLNA) +- [x] 外部播放器播放 - [ ] 番剧下载 - [ ] 番剧更新提醒 - [ ] 还有更多 (/・ω・\) diff --git a/lib/request/api.dart b/lib/request/api.dart index 6a895214..084cc1fc 100644 --- a/lib/request/api.dart +++ b/lib/request/api.dart @@ -1,6 +1,6 @@ class Api { // 当前版本 - static const String version = '1.2.2'; + static const String version = '1.2.3'; // 规则API级别 static const int apiLevel = 1; // 项目主页 diff --git a/pubspec.yaml b/pubspec.yaml index 838613e8..d0c1095c 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.2.2+1 +version: 1.2.3+1 environment: sdk: '>=3.3.4 <4.0.0'