Skip to content

Commit c5f7c47

Browse files
committed
Fix MiMo selectors
1 parent c1c2016 commit c5f7c47

File tree

3 files changed

+23
-11
lines changed

3 files changed

+23
-11
lines changed

meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.40.3",
2+
"version": "0.40.4",
33
"userAgentDesktop": "curl/7.73.0",
44
"userAgentMobile": "Mozilla/5.0 (iPhone; CPU OS 10_15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/14E304 Safari/605.1.15",
55
"applicableUris": {

profile/minion.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
2-
"LIST": {
3-
"selector": ".minion__list"
4-
},
5-
"NAME": {
6-
"selector": ".minion__name"
2+
"MINIONS": {
3+
"ROOT": {
4+
"selector": ".minion__list"
5+
},
6+
"NAME": {
7+
"selector": ".minion__name"
8+
},
9+
"ICON": {
10+
"selector": ".minion__list__icon__image",
11+
"attribute": "src"
12+
}
713
},
814
"TOTAL": {
915
"selector": ".minion__sort__total > span:nth-child(1)"

profile/mount.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
2-
"LIST": {
3-
"selector": ".mount__list"
4-
},
5-
"NAME": {
6-
"selector": ".mount__name"
2+
"MOUNTS": {
3+
"ROOT": {
4+
"selector": ".mount__list"
5+
},
6+
"NAME": {
7+
"selector": ".mount__name"
8+
},
9+
"ICON": {
10+
"selector": ".mount__list__icon__image",
11+
"attribute": "src"
12+
}
713
},
814
"TOTAL": {
915
"selector": ".mount__sort__total > span:nth-child(1)"

0 commit comments

Comments
 (0)