Skip to content

Commit

Permalink
chore: sync emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Jun 24, 2023
1 parent 2312fee commit 00580a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/emoji.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Below is a complete list of emoji shorthand codes. Docsify can be configured to

:accept: `:accept:`

:accessibility: `:accessibility:`

:accordion: `:accordion:`

:adhesive_bandage: `:adhesive_bandage:`
Expand Down Expand Up @@ -920,6 +922,8 @@ Below is a complete list of emoji shorthand codes. Docsify can be configured to

:department_store: `:department_store:`

:dependabot: `:dependabot:`

:derelict_house: `:derelict_house:`

:desert: `:desert:`
Expand Down Expand Up @@ -1238,6 +1242,8 @@ Below is a complete list of emoji shorthand codes. Docsify can be configured to

:fishing_pole_and_fish: `:fishing_pole_and_fish:`

:fishsticks: `:fishsticks:`

:fist: `:fist:`

:fist_left: `:fist_left:`
Expand Down
3 changes: 3 additions & 0 deletions src/core/render/emoji-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default {
"abc": "unicode/1f524.png?v8",
"abcd": "unicode/1f521.png?v8",
"accept": "unicode/1f251.png?v8",
"accessibility": "accessibility.png?v8",
"accordion": "unicode/1fa97.png?v8",
"adhesive_bandage": "unicode/1fa79.png?v8",
"adult": "unicode/1f9d1.png?v8",
Expand Down Expand Up @@ -464,6 +465,7 @@ export default {
"deer": "unicode/1f98c.png?v8",
"denmark": "unicode/1f1e9-1f1f0.png?v8",
"department_store": "unicode/1f3ec.png?v8",
"dependabot": "dependabot.png?v8",
"derelict_house": "unicode/1f3da.png?v8",
"desert": "unicode/1f3dc.png?v8",
"desert_island": "unicode/1f3dd.png?v8",
Expand Down Expand Up @@ -623,6 +625,7 @@ export default {
"fish": "unicode/1f41f.png?v8",
"fish_cake": "unicode/1f365.png?v8",
"fishing_pole_and_fish": "unicode/1f3a3.png?v8",
"fishsticks": "fishsticks.png?v8",
"fist": "unicode/270a.png?v8",
"fist_left": "unicode/1f91b.png?v8",
"fist_oncoming": "unicode/1f44a.png?v8",
Expand Down

0 comments on commit 00580a4

Please sign in to comment.