We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa00498 commit bb75b49Copy full SHA for bb75b49
src/page/config.json
@@ -1,7 +1,7 @@
1
{
2
"API_HOST": "https://music.xianqiao.wang/neteaseapiv2",
3
"LOGGED_MARK_SELECTOR": "header [data-testid=user-widget-link]",
4
- "LYRICS_CONTAINER_SELECTOR": "nav[aria-label=Main] > div:last-of-type",
+ "LYRICS_CONTAINER_SELECTOR": "nav[aria-label] > div:last-of-type",
5
"PAGE_PIP_STYLE": "position: relative; width: 100%; height: auto; border-radius: inherit;",
6
"ALBUM_COVER_SELECTOR": "[role=contentinfo] > div:nth-child(1) img",
7
"ALBUM_COVER_LARGE_REGEXP_REPLACE": ["00004851(?=\\w{24}$)", "0000b273"],
0 commit comments