Skip to content

Commit

Permalink
add classjob icons
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro committed Dec 28, 2020
1 parent 8a81216 commit 164ccdd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.44.5",
"version": "0.45.0",
"userAgentDesktop": "curl/7.73.0",
"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",
"applicableUris": {
Expand Down
10 changes: 10 additions & 0 deletions profile/character.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
"BIO": {
"selector": ".character__selfintroduction"
},
"CLASSJOB_ICONS": {
"ROOT": {
"selector": "li",
"multiple": true
},
"ICON": {
"selector": ".js__tooltip",
"attribute": "src"
}
},
"FREE_COMPANY": {
"NAME": {
"selector": ".character__freecompany__name > h4:nth-child(2) > a:nth-child(1)",
Expand Down

0 comments on commit 164ccdd

Please sign in to comment.