From aea67f9c9f8aee1dcab15942c74248c55d9220f4 Mon Sep 17 00:00:00 2001 From: Predidit <34627277+Predidit@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:24:49 +0800 Subject: [PATCH] version 1.0.9 --- README.md | 2 +- assets/plugins/sakura.json | 17 ----------------- lib/request/api.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 assets/plugins/sakura.json diff --git a/README.md b/README.md index 216a435c..b32306d7 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ - [x] 在线更新 - [x] 历史记录 - [x] 倍速播放 -- [ ] 配色方案 +- [x] 配色方案 - [ ] 番剧下载 - [ ] 番剧更新提醒 - [ ] 还有更多 (/・ω・\) diff --git a/assets/plugins/sakura.json b/assets/plugins/sakura.json deleted file mode 100644 index 5c23ef6d..00000000 --- a/assets/plugins/sakura.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "api": "1", - "type": "anime", - "name": "sakura", - "version": "0.0.1", - "muliSources": true, - "useWebview": true, - "useNativePlayer": true, - "userAgent": "", - "baseURL": "https://www.yhmgo.com/", - "searchURL":"https://www.yhmgo.com/s_all?ex=1&kw=@keyword", - "searchList": "//div[4]/div[2]/div[1]/ul/li", - "searchName": "//h2/a", - "searchResult": "//h2/a", - "chapterRoads": "//div[2]/div[2]/div[4]/div/div/ul", - "chapterResult": "//li/a" -} \ No newline at end of file diff --git a/lib/request/api.dart b/lib/request/api.dart index dde17fb8..33b1fa72 100644 --- a/lib/request/api.dart +++ b/lib/request/api.dart @@ -1,6 +1,6 @@ class Api { // 当前版本 - static const String version = '1.0.8'; + static const String version = '1.0.9'; // 项目主页 static const String sourceUrl = "https://github.com/Predidit/Kazumi"; // 规则仓库 diff --git a/pubspec.yaml b/pubspec.yaml index b69b636c..5284daf0 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.0.8+1 +version: 1.0.9+1 environment: sdk: '>=3.3.4 <4.0.0'