Skip to content

Commit b923567

Browse files
update
1 parent 5dc2eef commit b923567

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rulia/everia",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "everia plugin.",
55
"private": true,
66
"scripts": {

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async function setMangaListFilterOptions() {
3636
})
3737

3838
let $typeList = $($.parseHTML(rawStr))
39-
.find('#menu-mainmenu')
39+
.find('#menu-menu')
4040
.children('.menu-item')
4141

4242
let result : MangaListFilterOptions = [{
@@ -199,7 +199,7 @@ async function getMangaList(rawPage : string, rawPageSize : string, keyword ?: s
199199

200200
const url = $thumbnail.find('a').attr('href') || ''
201201

202-
const $cover = $thumbnail.find('.attachment-large')
202+
const $cover = $thumbnail.find('.attachment-thumbnail')
203203
const coverSrc = $cover.attr('src') || 'https://i.postimg.cc/QxKfvThs/1-1x.png'
204204

205205
const group = [

0 commit comments

Comments
 (0)