From d6ac3b1ed5e6e2a9ec17ff31b00bd04a2e8dbe5c Mon Sep 17 00:00:00 2001 From: Predidit <34627277+Predidit@users.noreply.github.com> Date: Sun, 11 Aug 2024 10:03:49 +0800 Subject: [PATCH] version 1.2.6 --- README.md | 5 +---- lib/request/api.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fb10ec11..8e235d6b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ - Android 10 及以上 - Windows 10 及以上 +- MacOS 10.15 及以上 - Linux (实验性) - iOS (需要自签名) @@ -75,10 +76,6 @@ A: 本项目编译需要良好的网络环境,如果您位于中国大陆, A: 本项目未插入任何广告。广告来自视频源,请不要相信广告中的任何内容,并尽量选择没有广告的视频源观看。 -#### Q: 为什么没有MacOS构建。 - -A: 我们需要的一个flutter关键特性现在不支持MacOS平台,该特性已经确定将包含在下一个flutter稳定版本中,该稳定版本预期将于8月下旬发布,我们将在那时加入MacOS支持。 - ## 美术资源 本项目图标来自 [Yuquanaaa](https://www.pixiv.net/users/66219277) 发表在 [Pixiv](https://www.pixiv.net/artworks/116666979) 上的作品。 diff --git a/lib/request/api.dart b/lib/request/api.dart index 0ada1ce1..d84b0211 100644 --- a/lib/request/api.dart +++ b/lib/request/api.dart @@ -1,6 +1,6 @@ class Api { // 当前版本 - static const String version = '1.2.5'; + static const String version = '1.2.6'; // 规则API级别 static const int apiLevel = 1; // 项目主页 diff --git a/pubspec.yaml b/pubspec.yaml index b90858fe..a7a9ff1f 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.5+1 +version: 1.2.6+1 environment: sdk: '>=3.3.4 <4.0.0'