Skip to content

Commit 00580a4

Browse files
committed
chore: sync emojis
1 parent 2312fee commit 00580a4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Diff for: docs/emoji.md

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Below is a complete list of emoji shorthand codes. Docsify can be configured to
3434

3535
:accept: `:accept:`
3636

37+
:accessibility: `:accessibility:`
38+
3739
:accordion: `:accordion:`
3840

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

921923
:department_store: `:department_store:`
922924

925+
:dependabot: `:dependabot:`
926+
923927
:derelict_house: `:derelict_house:`
924928

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

12391243
:fishing_pole_and_fish: `:fishing_pole_and_fish:`
12401244

1245+
:fishsticks: `:fishsticks:`
1246+
12411247
:fist: `:fist:`
12421248

12431249
:fist_left: `:fist_left:`

Diff for: src/core/render/emoji-data.js

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export default {
2121
"abc": "unicode/1f524.png?v8",
2222
"abcd": "unicode/1f521.png?v8",
2323
"accept": "unicode/1f251.png?v8",
24+
"accessibility": "accessibility.png?v8",
2425
"accordion": "unicode/1fa97.png?v8",
2526
"adhesive_bandage": "unicode/1fa79.png?v8",
2627
"adult": "unicode/1f9d1.png?v8",
@@ -464,6 +465,7 @@ export default {
464465
"deer": "unicode/1f98c.png?v8",
465466
"denmark": "unicode/1f1e9-1f1f0.png?v8",
466467
"department_store": "unicode/1f3ec.png?v8",
468+
"dependabot": "dependabot.png?v8",
467469
"derelict_house": "unicode/1f3da.png?v8",
468470
"desert": "unicode/1f3dc.png?v8",
469471
"desert_island": "unicode/1f3dd.png?v8",
@@ -623,6 +625,7 @@ export default {
623625
"fish": "unicode/1f41f.png?v8",
624626
"fish_cake": "unicode/1f365.png?v8",
625627
"fishing_pole_and_fish": "unicode/1f3a3.png?v8",
628+
"fishsticks": "fishsticks.png?v8",
626629
"fist": "unicode/270a.png?v8",
627630
"fist_left": "unicode/1f91b.png?v8",
628631
"fist_oncoming": "unicode/1f44a.png?v8",

0 commit comments

Comments
 (0)