Skip to content

Commit 164ccdd

Browse files
committed
add classjob icons
1 parent 8a81216 commit 164ccdd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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.44.5",
2+
"version": "0.45.0",
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/character.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
"BIO": {
1515
"selector": ".character__selfintroduction"
1616
},
17+
"CLASSJOB_ICONS": {
18+
"ROOT": {
19+
"selector": "li",
20+
"multiple": true
21+
},
22+
"ICON": {
23+
"selector": ".js__tooltip",
24+
"attribute": "src"
25+
}
26+
},
1727
"FREE_COMPANY": {
1828
"NAME": {
1929
"selector": ".character__freecompany__name > h4:nth-child(2) > a:nth-child(1)",

0 commit comments

Comments
 (0)