forked from AlmightyHak/extensions-source
Hanime1: Fix popular anime (#615)
This commit is contained in:
parent
7e19e7d0c9
commit
72100de094
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'Hanime1'
|
extName = 'Hanime1'
|
||||||
extClass = '.Hanime1'
|
extClass = '.Hanime1'
|
||||||
extVersionCode = 2
|
extVersionCode = 3
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ class SortFilter(values: Array<String>) :
|
||||||
values.ifEmpty { arrayOf("最新上市", "最新上傳", "本日排行", "本週排行", "本月排行") },
|
values.ifEmpty { arrayOf("最新上市", "最新上傳", "本日排行", "本週排行", "本月排行") },
|
||||||
)
|
)
|
||||||
|
|
||||||
object HotFilter : TagFilter("sort", "本周排行", true)
|
object HotFilter : TagFilter("sort", "本週排行", true)
|
||||||
|
|
||||||
class YearFilter(values: Array<String>) :
|
class YearFilter(values: Array<String>) :
|
||||||
QueryFilter("發佈年份", "year", values.ifEmpty { arrayOf("全部年份") })
|
QueryFilter("發佈年份", "year", values.ifEmpty { arrayOf("全部年份") })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue