Skip to content

Commit 65bb1a1

Browse files
authored
Merge branch 'main' into infopage
2 parents cf1d544 + fb00bba commit 65bb1a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+636
-424
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ A: 本项目编译需要良好的网络环境, 除了由 Google 托管的 Flutte
151151

152152
此图标由其原作者 [Yuquanaaa](https://www.pixiv.net/users/66219277) 拥有版权。我们已获得原作者的授权和许可, 可以在本项目中使用这一图标。这一图标不是自由使用的, 未经原作者明确授权, 任何人不得擅自使用、复制、修改或分发这一图标。
153153

154+
本项目内嵌字体为 [Mi Sans](https://hyperos.mi.com/font/en/details/sc/) 字体, 由 [Xiaomi](https://www.mi.com/) 开发和拥有版权。
155+
154156
## 免责声明
155157

156158
本项目基于 GNU 通用公共许可证第 3 版(GPL-3.0)授权。我们不对其适用性、可靠性或准确性作出任何明示或暗示的保证。在法律允许的最大范围内, 作者和贡献者不承担任何因使用本软件而产生的直接、间接、偶然、特殊或后果性的损害赔偿责任。

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ android {
3030
ndkVersion "27.2.12479018"
3131

3232
compileOptions {
33-
sourceCompatibility JavaVersion.VERSION_1_8
34-
targetCompatibility JavaVersion.VERSION_1_8
33+
sourceCompatibility JavaVersion.VERSION_17
34+
targetCompatibility JavaVersion.VERSION_17
3535
}
3636

3737
kotlinOptions {
38-
jvmTarget = '1.8'
38+
jvmTarget = '17'
3939
}
4040

4141
sourceSets {

assets/fonts/MiSans-Regular.ttf

7.75 MB
Binary file not shown.

assets/plugins/7sefun.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"api": "4",
3+
"type": "anime",
4+
"name": "7sefun",
5+
"version": "1.1",
6+
"muliSources": true,
7+
"useWebview": true,
8+
"useNativePlayer": true,
9+
"userAgent": "",
10+
"referer": "https://www.7sefun.top/",
11+
"baseURL": "https://www.7sefun.top/",
12+
"searchURL": "https://www.7sefun.top/vodsearch/-------------.html?wd=@keyword",
13+
"searchList": "//div[2]/div[2]/div[2]/div[2]/div",
14+
"searchName": "//div[2]/text()",
15+
"searchResult": "//a",
16+
"chapterRoads": "//div[2]/div[2]/div[2]/div/div[2]/div[1]/div[2]",
17+
"chapterResult": "//a"
18+
}

assets/plugins/AGE.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"api": "1",
3+
"type": "anime",
4+
"name": "AGE",
5+
"version": "1.5",
6+
"muliSources": true,
7+
"useWebview": true,
8+
"useNativePlayer": true,
9+
"userAgent": "",
10+
"baseURL": "https://www.agedm.io/",
11+
"searchURL": "https://www.agedm.io/search?query=@keyword",
12+
"searchList": "//div[2]/div/section/div/div/div/div",
13+
"searchName": "//div/div[2]/h5/a",
14+
"searchResult": "//div/div[2]/h5/a",
15+
"chapterRoads": "//div[2]/div/section/div/div[2]/div[2]/div[2]/div",
16+
"chapterResult": "//ul/li/a"
17+
}

assets/plugins/DM84.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

assets/plugins/anime7.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

assets/plugins/aowu.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"api": "4",
3+
"type": "anime",
4+
"name": "aowu",
5+
"version": "1.0",
6+
"muliSources": true,
7+
"useWebview": true,
8+
"useNativePlayer": true,
9+
"useLegacyParser": false,
10+
"userAgent": "",
11+
"baseURL": "https://www.aowu.tv/",
12+
"searchURL": "https://www.aowu.tv/search/-------------.html?wd=@keyword",
13+
"searchList": "//div[@class='vod-detail style-detail cor4 search-list']",
14+
"searchName": "//div/div[2]/a/h3",
15+
"searchResult": "//div/div[2]/div[5]/div/a",
16+
"chapterRoads": "//ul[@class='anthology-list-play size']",
17+
"chapterResult": "//li/a"
18+
}

assets/plugins/mandao.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

fastlane/.flutter

Submodule .flutter updated 2795 files

0 commit comments

Comments
 (0)