Skip to content

Commit

Permalink
version 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed Aug 23, 2024
1 parent 3c4fc1a commit fe4b37a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,22 @@ A: 目前我们对 `Xpath` 语法的支持并不完整, 我们目前只支持以

A: 尝试关闭自定义规则的使用内置播放器功能, 这将会使用 `webview` 进行播放, 大大提高兼容性。但在内置播放器可用时, 建议启用内置播放器, 以获得更加流畅并带有弹幕的观看体验。

#### Q: 我在尝试自行编译该项目,但编译没有成功。

A: 本项目编译需要良好的网络环境,如果您位于中国大陆,可能需要设置恰当的镜像地址。

#### Q: 为什么少数番剧中有广告。

A: 本项目未插入任何广告。广告来自视频源,请不要相信广告中的任何内容,并尽量选择没有广告的视频源观看。

#### Q: 为什么少数番剧在 windows/linux 平台上无法播放。

A: 少数视频源滥用大型互联网公司(例如百度)的图床托管视频切片。为了让视频切片可以正确上传到图床,他们在视频切片头部添加了图片文件的文件头。这种拥有不正确文件头的视频切片无法被 windows/linux 识别,但可以在 android/ios/macos 上播放。

#### Q: 为什么下载的Linux版本缺少图标和托盘功能。

A: 使用.deb版本进行安装, tar.gz版本仅为方便二次打包, 这一格式先天缺乏图标和托盘功能支持。

#### Q: 我在尝试自行编译该项目,但编译没有成功。

A: 本项目编译需要良好的网络环境,如果您位于中国大陆,可能需要设置恰当的镜像地址。

#### Q: 为什么我自行编译的 windows/Linux 版本部分番剧无法播放。

A: 部分视频源带有被伪装的文件头, 为了解决这一问题, 我们的发布版本使用了自定义的 ffmpeg 构建, 对应实现在[这里](https://github.com/Predidit/avbuild)

## 美术资源

本项目图标来自 [Yuquanaaa](https://www.pixiv.net/users/66219277) 发表在 [Pixiv](https://www.pixiv.net/artworks/116666979) 上的作品。
Expand Down Expand Up @@ -112,6 +112,8 @@ A: 使用.deb版本进行安装, tar.gz版本仅为方便二次打包, 这一格

感谢 [hive](https://github.com/isar/hive) 本项目持久化储存能力来自 hive

感谢 [avbuild](https://github.com/Predidit/avbuild) 本项目使用 avbuild 构建自定义 ffmpeg 二进制文件




2 changes: 1 addition & 1 deletion lib/request/api.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Api {
// 当前版本
static const String version = '1.2.7';
static const String version = '1.2.8';
// 规则API级别
static const int apiLevel = 1;
// 项目主页
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7+1
version: 1.2.8+1

environment:
sdk: '>=3.3.4 <4.0.0'
Expand Down

0 comments on commit fe4b37a

Please sign in to comment.