前言 {#前言}
本教程围绕
Win10
进行
对于其他系统,可百度或者自行找教程
本教程仅仅是作为个人纪录
如若有兴趣可动手按照本教程搭建自己的博客或文档
搭建前,请提前浏览一遍本教程,和重要要点!
VuePress概述 {#VuePress概述}
VuePress
是 Vuejs
官方提供的一个是Vue驱动的静态网站生成器,基于 Markdown
语法生成网页
简单的说它就是一个快速建设文档站点的工具,在简单配置好功能
需要做的事情就剩下写好一个个 Markdown 文档,并且可以将其发布到 GitHub
等静态托管平台
VuePress官网:https://www.vuepress.cn/
前期准备 {#前期准备}
- Git
- cmder
- Node
- Yarn
安装Git {#安装Git}
官网链接:https://git-scm.com/
阿里镜像源(下载速度快):https://registry.npmmirror.com/binary.html?path=git-for-windows/
安装时,建议不要修改安装路径
安装cmder {#安装cmder}
官网链接:https://cmder.net/
可选的命令行工具,安装教程在这就跳过了,请自行下载尝试(此工具为非必要工具)
安装Node.js {#安装Node-js}
官网链接:https://nodejs.org/zh-cn/
Node.js 版本决定了可搭建VuePress的版本
2.0
以上最低要求为Node.js v14+
1.0
以上最低要求为Node.js >= v8.6
0.0
以上最低要求为Node.js >= v8
安装Yarn {#安装Yarn}
下载链接:https://classic.yarnpkg.com/en/docs/install#windows-stable
两种安装方式:
可使用npm
命令安装 或 通过下载链接下载安装
|-------------|-------------------------------|
| 1 2
| cnpm i yarn -g # 全局安装
|
VuePress搭建教程 {#VuePress搭建教程}
安装依赖 {#安装依赖}
- 在你想存放的地方新建一个空文件夹,作为文档的源文件部署地
- 在此文件夹内右键选择
Git Bash Here
输入下面的命令 安装依赖
|-------------------|--------------------------------------------------------|
| 1 2 3 4 5
| yarn add -D vuepress 或 npm install -D vuepress
|
注:
如果你的现有项目依赖了 webpack 3.x
推荐使用 Yarn
(opens new window)而不是 npm
来安装 VuePress
因为在这种情形下,npm 会生成错误的依赖树
- 接下来就会在此目录下自动下载一些依赖文件,等待下载完成
**注:**往后所有的操作都基于此文件夹
如果出现了什么问题无法解决,就只能删除
所以修改东西前注意做好备份
初始化 {#初始化}
- 在
VuePress
根目录内右键选择Git Bash Here
输入下面的命令
|---------------------|---------------------------------------------|
| 1 2 3 4 5 6
| yarn init -y 或 npm init -y (-y免去确认)
|
npm init -y
后会生成一个package.json
文件- 在
package.json
中添加下面的内容
|-----------------|---------------------------------------------------------------------------------------------|
| 1 2 3 4
| "scripts": { "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }
|
本地调试 {#本地调试}
- 在
VuePress
根目录内右键选择Git Bash Here
输入下面的命令
|-------------------|------------------------------------------|
| 1 2 3 4 5
| yarn docs:dev 或 npm run docs:dev
|
- 即可通过本地的
8080端口
访问进行本地预览调试
更多教程 {#更多教程}
更多详细教程可到 VuePress 查看
个人记录 {#个人记录}
表情emoji {#表情emoji}
- A
- B
- C
- D
- E
| 表情 | id | 表情 | id | 表情 | id | |----|------------------------------|----|-------------------------|---------|----------------------------------| | ? | 100 | ? | frowning | ? | purple_heart | | ? | 1234 | ? | anguished | ? | black_heart | | ? | grinning | ? | fearful | ? | anger | | ? | smiley | ? | cold_sweat | ? | boom | | ? | smile | ? | disappointed_relieved | ? | collision | | ? | grin | ? | cry | ? | dizzy | | ? | laughing | ? | sob | ? | sweat_drops | | ? | satisfied | ? | scream | ? | dash | | ? | sweat_smile | ? | confounded | ?️ | hole | | ? | rofl | ? | persevere | ? | bomb | | ? | joy | ? | disappointed | ? | speech_balloon | | ? | slightly_smiling_face | ? | sweat | ?️?️ | eye_speech_bubble | | ? | upside_down_face | ? | weary | ?️ | right_anger_bubble | | ? | wink | ? | tired_face | ? | thought_balloon | | ? | blush | ? | triumph | ? | zzz | | ? | innocent | ? | rage | ? | wave | | ? | heart_eyes | ? | pout | ? | raised_back_of_hand | | ? | kissing_heart | ? | angry | ?️ | raised_hand_with_fingers_splayed | | ? | kissing | ? | smiling_imp | ✋ | hand | | ☺️ | relaxed | ? | imp | ✋ | raised_hand | | ? | kissing_closed_eyes | ? | skull | ? | vulcan_salute | | ? | kissing_smiling_eyes | ☠️ | skull_and_crossbones | ? | ok_hand | | ? | yum | ? | hankey | ✌️ | v | | ? | stuck_out_tongue | ? | poop | ? | crossed_fingers | | ? | stuck_out_tongue_winking_eye | ? | shit | ? | metal | | ? | stuck_out_tongue_closed_eyes | ? | clown_face | ? | call_me_hand | | ? | money_mouth_face | ? | japanese_ogre | ? | point_left | | ? | hugs | ? | japanese_goblin | ? | point_right | | ? | thinking | ? | ghost | ? | point_up_2 | | ? | zipper_mouth_face | ? | alien | ? | middle_finger | | ? | neutral_face | ? | space_invader | ? | fu | | ? | expressionless | ? | robot | ? | point_down | | ? | no_mouth | ? | smiley_cat | ☝️ | point_up | | ? | smirk | ? | smile_cat | ? | thumbsup | | ? | unamused | ? | joy_cat | ? | -1 | | ? | roll_eyes | ? | heart_eyes_cat | ? | thumbsdown | | ? | grimacing | ? | smirk_cat | ✊ | fist_raised | | ? | lying_face | ? | kissing_cat | ✊ | fist | | ? | relieved | ? | scream_cat | ? | fist_oncoming | | ? | pensive | ? | crying_cat_face | ? | facepunch | | ? | sleepy | ? | pouting_cat | ? | punch | | ? | drooling_face | ? | see_no_evil | ? | fist_left | | ? | sleeping | ? | hear_no_evil | ? | fist_right | | ? | mask | ? | speak_no_evil | ? | clap | | ? | face_with_thermometer | ? | kiss | ? | raised_hands | | ? | face_with_head_bandage | ? | love_letter | ? | open_hands | | ? | nauseated_face | ? | cupid | ? | handshake | | ? | sneezing_face | ? | gift_heart | ? | pray | | ? | dizzy_face | ? | sparkling_heart | ✍️ | writing_hand | | ? | cowboy_hat_face | ? | heartpulse | ? | nail_care | | ? | sunglasses | ? | heartbeat | ? | selfie | | ? | nerd_face | ? | revolving_hearts | ? | muscle | | ? | confused | ? | two_hearts | ? | ear | | ? | worried | ? | heart_decoration | ? | nose | | ? | slightly_frowning_face | ❣️ | heavy_heart_exclamation | ? | eyes | | ☹️ | frowning_face | ? | broken_heart | ?️ | eye | | ? | open_mouth | ❤️ | heart | ? | tongue | | ? | hushed | ? | yellow_heart | ? | lips | | ? | astonished | ? | green_heart | | | | ? | flushed | ? | blue_heart | | |
| 表情 | id | 表情 | id | 表情 | id | |-------------|-------------------------------|----------|------------------------|-----|------------------------| | ? | baby | ?? | family_man_boy | ? | rice_cracker | | ? | boy | ??? | family_man_boy_boy | ? | rice_ball | | ? | girl | ?? | family_man_girl | ? | rice | | ? | man | ??? | family_man_girl_boy | ? | curry | | ? | woman | ??? | family_man_girl_girl | ? | ramen | | ?♀️ | blonde_woman | ?? | family_woman_boy | ? | spaghetti | | ? | older_man | ??? | family_woman_boy_boy | ? | sweet_potato | | ? | older_woman | ?? | family_woman_girl | ? | oden | | ?♂️ | frowning_man | ??? | family_woman_girl_boy | ? | sushi | | ?♀️ | frowning_woman | ??? | family_woman_girl_girl | ? | fried_shrimp | | ?♂️ | pouting_man | ?️ | speaking_head | ? | fish_cake | | ?♀️ | pouting_woman | ? | bust_in_silhouette | ? | dango | | ? | no_good | ? | busts_in_silhouette | ? | crab | | ?♂️ | no_good_man | ? | footprints | ? | shrimp | | ?♂️ | ng_man | ? | monkey_face | ? | squid | | ?♀️ | no_good_woman | ? | monkey | ? | icecream | | ?♀️ | ng_woman | ? | gorilla | ? | shaved_ice | | ?♂️ | ok_man | ? | dog | ? | ice_cream | | ?♀️ | ok_woman | ? | dog2 | ? | doughnut | | ? | information_desk_person | ? | poodle | ? | cookie | | ?♂️ | tipping_hand_man | ? | wolf | ? | birthday | | ?♂️ | sassy_man | ? | fox_face | ? | cake | | ?♀️ | tipping_hand_woman | ? | cat | ? | chocolate_bar | | ?♀️ | sassy_woman | ? | cat2 | ? | candy | | ? | raising_hand | ? | lion | ? | lollipop | | ?♂️ | raising_hand_man | ? | tiger | ? | custard | | ?♀️ | raising_hand_woman | ? | tiger2 | ? | honey_pot | | ? | bow | ? | leopard | ? | baby_bottle | | ?♂️ | bowing_man | ? | horse | ? | milk_glass | | ?♀️ | bowing_woman | ? | racehorse | ☕ | coffee | | ?♂️ | man_facepalming | ? | unicorn | ? | tea | | ?♀️ | woman_facepalming | ? | deer | ? | sake | | ?♂️ | man_shrugging | ? | cow | ? | champagne | | ?♀️ | woman_shrugging | ? | ox | ? | wine_glass | | ?⚕️ | man_health_worker | ? | water_buffalo | ? | cocktail | | ?⚕️ | woman_health_worker | ? | cow2 | ? | tropical_drink | | ?? | man_student | ? | pig | ? | beer | | ?? | woman_student | ? | pig2 | ? | beers | | ?? | man_teacher | ? | boar | ? | clinking_glasses | | ?? | woman_teacher | ? | pig_nose | ? | tumbler_glass | | ?⚖️ | man_judge | ? | ram | ?️ | plate_with_cutlery | | ?⚖️ | woman_judge | ? | sheep | ? | fork_and_knife | | ?? | man_farmer | ? | goat | ? | spoon | | ?? | woman_farmer | ? | dromedary_camel | ? | hocho | | ?? | man_cook | ? | camel | ? | knife | | ?? | woman_cook | ? | elephant | ? | amphora | | ?? | man_mechanic | ? | rhinoceros | ? | earth_africa | | ?? | woman_mechanic | ? | mouse | ? | earth_americas | | ?? | man_factory_worker | ? | mouse2 | ? | earth_asia | | ?? | woman_factory_worker | ? | rat | ? | globe_with_meridians | | ?? | man_office_worker | ? | hamster | ?️ | world_map | | ?? | woman_office_worker | ? | rabbit | ? | japan | | ?? | man_scientist | ? | rabbit2 | ?️ | mountain_snow | | ?? | woman_scientist | ?️ | chipmunk | ⛰️ | mountain | | ?? | man_technologist | ? | bat | ? | volcano | | ?? | woman_technologist | ? | bear | ? | mount_fuji | | ?? | man_singer | ? | koala | ?️ | camping | | ?? | woman_singer | ? | panda_face | ?️ | beach_umbrella | | ?? | man_artist | ? | feet | ?️ | desert | | ?? | woman_artist | ? | paw_prints | ?️ | desert_island | | ?✈️ | man_pilot | ? | turkey | ?️ | national_park | | ?✈️ | woman_pilot | ? | chicken | ?️ | stadium | | ?? | man_astronaut | ? | rooster | ?️ | classical_building | | ?? | woman_astronaut | ? | hatching_chick | ?️ | building_construction | | ?? | man_firefighter | ? | baby_chick | ?️ | houses | | ?? | woman_firefighter | ? | hatched_chick | ?️ | derelict_house | | ? | cop | ? | bird | ? | house | | ?♂️ | policeman | ? | penguin | ? | house_with_garden | | ?♀️ | policewoman | ?️ | dove | ? | office | | ?️ | detective | ? | eagle | ? | post_office | | ?️♂️ | male_detective | ? | duck | ? | european_post_office | | ?️♀️ | female_detective | ? | owl | ? | hospital | | ?♂️ | guardsman | ? | frog | ? | bank | | ?♀️ | guardswoman | ? | crocodile | ? | hotel | | ? | construction_worker | ? | turtle | ? | love_hotel | | ?♂️ | construction_worker_man | ? | lizard | ? | convenience_store | | ?♀️ | construction_worker_woman | ? | snake | ? | school | | ? | prince | ? | dragon_face | ? | department_store | | ? | princess | ? | dragon | ? | factory | | ?♂️ | man_with_turban | ? | whale | ? | japanese_castle | | ?♀️ | woman_with_turban | ? | whale2 | ? | european_castle | | ? | man_with_gua_pi_mao | ? | dolphin | ? | wedding | | ?♂️ | man_in_tuxedo | ? | flipper | ? | tokyo_tower | | ?♀️ | bride_with_veil | ? | fish | ? | statue_of_liberty | | ? | pregnant_woman | ? | tropical_fish | ⛪ | church | | ? | angel | ? | blowfish | ? | mosque | | ? | santa | ? | shark | ? | synagogue | | ? | mrs_claus | ? | octopus | ⛩️ | shinto_shrine | | ? | massage | ? | shell | ? | kaaba | | ?♂️ | massage_man | ? | snail | ⛲ | fountain | | ?♀️ | massage_woman | ? | butterfly | ⛺ | tent | | ? | haircut | ? | bug | ? | foggy | | ?♂️ | haircut_man | ? | ant | ? | night_with_stars | | ?♀️ | haircut_woman | ? | bee | ?️ | cityscape | | ? | walking | ? | honeybee | ? | sunrise_over_mountains | | ?♂️ | walking_man | ? | cricket | ? | sunrise | | ?♀️ | walking_woman | ?️ | spider | ? | city_sunset | | ? | runner | ?️ | spider_web | ? | city_sunrise | | ? | running | ? | scorpion | ? | bridge_at_night | | ?♂️ | running_man | ? | bouquet | ♨️ | hotsprings | | ?♀️ | running_woman | ? | cherry_blossom | ? | carousel_horse | | ? | dancer | ? | white_flower | ? | ferris_wheel | | ? | man_dancing | ?️ | rosette | ? | roller_coaster | | ?️ | business_suit_levitating | ? | rose | ? | barber | | ? | dancers | ? | wilted_flower | ? | circus_tent | | ?♂️ | dancing_men | ? | hibiscus | ? | steam_locomotive | | ?♀️ | dancing_women | ? | sunflower | ? | railway_car | | ? | person_fencing | ? | blossom | ? | bullettrain_side | | ? | horse_racing | ? | tulip | ? | bullettrain_front | | ⛷️ | skier | ? | seedling | ? | train2 | | ? | snowboarder | ? | evergreen_tree | ? | metro | | ?️♂️ | golfing_man | ? | deciduous_tree | ? | light_rail | | ?️♀️ | golfing_woman | ? | palm_tree | ? | station | | ? | surfer | ? | cactus | ? | tram | | ?♂️ | surfing_man | ? | ear_of_rice | ? | monorail | | ?♀️ | surfing_woman | ? | herb | ? | mountain_railway | | ? | rowboat | ☘️ | shamrock | ? | train | | ?♂️ | rowing_man | ? | four_leaf_clover | ? | bus | | ?♀️ | rowing_woman | ? | maple_leaf | ? | oncoming_bus | | ? | swimmer | ? | fallen_leaf | ? | trolleybus | | ?♂️ | swimming_man | ? | leaves | ? | minibus | | ?♀️ | swimming_woman | ? | grapes | ? | ambulance | | ⛹️♂️ | basketball_man | ? | melon | ? | fire_engine | | ⛹️♀️ | basketball_woman | ? | watermelon | ? | police_car | | ?️♂️ | weight_lifting_man | ? | tangerine | ? | oncoming_police_car | | ?️♀️ | weight_lifting_woman | ? | orange | ? | taxi | | ? | bicyclist | ? | mandarin | ? | oncoming_taxi | | ?♂️ | biking_man | ? | lemon | ? | car | | ?♀️ | biking_woman | ? | banana | ? | red_car | | ? | mountain_bicyclist | ? | pineapple | ? | oncoming_automobile | | ?♂️ | mountain_biking_man | ? | apple | ? | blue_car | | ?♀️ | mountain_biking_woman | ? | green_apple | ? | truck | | ?♂️ | man_cartwheeling | ? | pear | ? | articulated_lorry | | ?♀️ | woman_cartwheeling | ? | peach | ? | tractor | | ?♂️ | men_wrestling | ? | cherries | ?️ | racing_car | | ?♀️ | women_wrestling | ? | strawberry | ?️ | motorcycle | | ?♂️ | man_playing_water_polo | ? | kiwi_fruit | ? | motor_scooter | | ?♀️ | woman_playing_water_polo | ? | tomato | ? | bike | | ?♂️ | man_playing_handball | ? | avocado | ? | kick_scooter | | ?♀️ | woman_playing_handball | ? | eggplant | ? | busstop | | ?♂️ | man_juggling | ? | potato | ?️ | motorway | | ?♀️ | woman_juggling | ? | carrot | ?️ | railway_track | | ? | bath | ? | corn | ?️ | oil_drum | | ? | sleeping_bed | ?️ | hot_pepper | ⛽ | fuelpump | | ? | two_women_holding_hands | ? | cucumber | ? | rotating_light | | ? | couple | ? | mushroom | ? | traffic_light | | ? | two_men_holding_hands | ? | peanuts | ? | vertical_traffic_light | | ?❤️?? | couplekiss_man_woman | ? | chestnut | ? | stop_sign | | ?❤️?? | couplekiss_man_man | ? | bread | ? | construction | | ?❤️?? | couplekiss_woman_woman | ? | croissant | ⚓ | anchor | | ? | couple_with_heart | ? | baguette_bread | ⛵ | boat | | ?❤️? | couple_with_heart_woman_man | ? | pancakes | ⛵ | sailboat | | ?❤️? | couple_with_heart_man_man | ? | cheese | ? | canoe | | ?❤️? | couple_with_heart_woman_woman | ? | meat_on_bone | ? | speedboat | | ? | family | ? | poultry_leg | ?️ | passenger_ship | | ??? | family_man_woman_boy | ? | bacon | ⛴️ | ferry | | ??? | family_man_woman_girl | ? | hamburger | ?️ | motor_boat | | ???? | family_man_woman_girl_boy | ? | fries | ? | ship | | ???? | family_man_woman_boy_boy | ? | pizza | ✈️ | airplane | | ???? | family_man_woman_girl_girl | ? | hotdog | ?️ | small_airplane | | ??? | family_man_man_boy | ? | taco | ? | flight_departure | | ??? | family_man_man_girl | ? | burrito | ? | flight_arrival | | ???? | family_man_man_girl_boy | ? | stuffed_flatbread | ? | seat | | ???? | family_man_man_boy_boy | ? | egg | ? | helicopter | | ???? | family_man_man_girl_girl | ? | fried_egg | ? | suspension_railway | | ??? | family_woman_woman_boy | ? | shallow_pan_of_food | ? | mountain_cableway | | ??? | family_woman_woman_girl | ? | stew | ? | aerial_tramway | | ???? | family_woman_woman_girl_boy | ? | green_salad | ?️ | artificial_satellite | | ???? | family_woman_woman_boy_boy | ? | popcorn | ? | rocket | | ???? | family_woman_woman_girl_girl | ? | bento | | |
| 表情 | id | 表情 | id | 表情 | id | |-----|-------------------------------|-----|-------------------------|-----|--------------------------------| | ?️ | bellhop_bell | ? | 3rd_place_medal | ?️ | printer | | ⌛ | hourglass | ⚽ | soccer | ⌨️ | keyboard | | ⏳ | hourglass_flowing_sand | ⚾ | baseball | ?️ | computer_mouse | | ⌚ | watch | ? | basketball | ?️ | trackball | | ⏰ | alarm_clock | ? | volleyball | ? | minidisc | | ⏱️ | stopwatch | ? | football | ? | floppy_disk | | ⏲️ | timer_clock | ? | rugby_football | ? | cd | | ?️ | mantelpiece_clock | ? | tennis | ? | dvd | | ? | clock12 | ? | bowling | ? | movie_camera | | ? | clock1230 | ? | field_hockey | ?️ | film_strip | | ? | clock1 | ? | ice_hockey | ?️ | film_projector | | ? | clock130 | ? | ping_pong | ? | clapper | | ? | clock2 | ? | badminton | ? | tv | | ? | clock230 | ? | boxing_glove | ? | camera | | ? | clock3 | ? | martial_arts_uniform | ? | camera_flash | | ? | clock330 | ? | goal_net | ? | video_camera | | ? | clock4 | ⛳ | golf | ? | vhs | | ? | clock430 | ⛸️ | ice_skate | ? | mag | | ? | clock5 | ? | fishing_pole_and_fish | ? | mag_right | | ? | clock530 | ? | running_shirt_with_sash | ?️ | candle | | ? | clock6 | ? | ski | ? | bulb | | ? | clock630 | ? | dart | ? | flashlight | | ? | clock7 | ? | 8ball | ? | izakaya_lantern | | ? | clock730 | ? | crystal_ball | ? | lantern | | ? | clock8 | ? | video_game | ? | notebook_with_decorative_cover | | ? | clock830 | ?️ | joystick | ? | closed_book | | ? | clock9 | ? | slot_machine | ? | book | | ? | clock930 | ? | game_die | ? | open_book | | ? | clock10 | ♠️ | spades | ? | green_book | | ? | clock1030 | ♥️ | hearts | ? | blue_book | | ? | clock11 | ♦️ | diamonds | ? | orange_book | | ? | clock1130 | ♣️ | clubs | ? | books | | ? | new_moon | ? | black_joker | ? | notebook | | ? | waxing_crescent_moon | ? | mahjong | ? | ledger | | ? | first_quarter_moon | ? | flower_playing_cards | ? | page_with_curl | | ? | moon | ? | performing_arts | ? | scroll | | ? | waxing_gibbous_moon | ?️ | framed_picture | ? | page_facing_up | | ? | full_moon | ? | art | ? | newspaper | | ? | waning_gibbous_moon | ? | eyeglasses | ?️ | newspaper_roll | | ? | last_quarter_moon | ?️ | dark_sunglasses | ? | bookmark_tabs | | ? | waning_crescent_moon | ? | necktie | ? | bookmark | | ? | crescent_moon | ? | shirt | ?️ | label | | ? | new_moon_with_face | ? | tshirt | ? | moneybag | | ? | first_quarter_moon_with_face | ? | jeans | ? | yen | | ? | last_quarter_moon_with_face | ? | dress | ? | dollar | | ?️ | thermometer | ? | kimono | ? | euro | | ☀️ | sunny | ? | bikini | ? | pound | | ? | full_moon_with_face | ? | womans_clothes | ? | money_with_wings | | ? | sun_with_face | ? | purse | ? | credit_card | | ⭐ | star | ? | handbag | ? | chart | | ? | star2 | ? | pouch | ✉️ | envelope | | ? | stars | ?️ | shopping | ? | email | | ? | milky_way | ? | school_satchel | ? | e-mail | | ☁️ | cloud | ? | mans_shoe | ? | incoming_envelope | | ⛅ | partly_sunny | ? | shoe | ? | envelope_with_arrow | | ⛈️ | cloud_with_lightning_and_rain | ? | athletic_shoe | ? | outbox_tray | | ?️ | sun_behind_small_cloud | ? | high_heel | ? | inbox_tray | | ?️ | sun_behind_large_cloud | ? | sandal | ? | package | | ?️ | sun_behind_rain_cloud | ? | boot | ? | mailbox | | ?️ | cloud_with_rain | ? | crown | ? | mailbox_closed | | ?️ | cloud_with_snow | ? | womans_hat | ? | mailbox_with_mail | | ?️ | cloud_with_lightning | ? | tophat | ? | mailbox_with_no_mail | | ?️ | tornado | ? | mortar_board | ? | postbox | | ?️ | fog | ⛑️ | rescue_worker_helmet | ?️ | ballot_box | | ?️ | wind_face | ? | prayer_beads | ✏️ | pencil2 | | ? | cyclone | ? | lipstick | ✒️ | black_nib | | ? | rainbow | ? | ring | ?️ | fountain_pen | | ? | closed_umbrella | ? | gem | ?️ | pen | | ☂️ | open_umbrella | ? | mute | ?️ | paintbrush | | ☔ | umbrella | ? | speaker | ?️ | crayon | | ⛱️ | parasol_on_ground | ? | sound | ? | memo | | ⚡ | zap | ? | loud_sound | ? | pencil | | ❄️ | snowflake | ? | loudspeaker | ? | briefcase | | ☃️ | snowman_with_snow | ? | mega | ? | file_folder | | ⛄ | snowman | ? | postal_horn | ? | open_file_folder | | ☄️ | comet | ? | bell | ?️ | card_index_dividers | | ? | fire | ? | no_bell | ? | date | | ? | droplet | ? | musical_score | ? | calendar | | ? | ocean | ? | musical_note | ?️ | spiral_notepad | | ? | jack_o_lantern | ? | notes | ?️ | spiral_calendar | | ? | christmas_tree | ?️ | studio_microphone | ? | card_index | | ? | fireworks | ?️ | level_slider | ? | chart_with_upwards_trend | | ? | sparkler | ?️ | control_knobs | ? | chart_with_downwards_trend | | ✨ | sparkles | ? | microphone | ? | bar_chart | | ? | balloon | ? | headphones | ? | clipboard | | ? | tada | ? | radio | ? | pushpin | | ? | confetti_ball | ? | saxophone | ? | round_pushpin | | ? | tanabata_tree | ? | guitar | ? | paperclip | | ? | bamboo | ? | musical_keyboard | ?️ | paperclips | | ? | dolls | ? | trumpet | ? | straight_ruler | | ? | flags | ? | violin | ? | triangular_ruler | | ? | wind_chime | ? | drum | ✂️ | scissors | | ? | rice_scene | ? | iphone | ?️ | card_file_box | | ? | ribbon | ? | calling | ?️ | file_cabinet | | ? | gift | ☎️ | phone | ?️ | wastebasket | | ?️ | reminder_ribbon | ☎️ | telephone | ? | lock | | ?️ | tickets | ? | telephone_receiver | ? | unlock | | ? | ticket | ? | pager | ? | lock_with_ink_pen | | ?️ | medal_military | ? | fax | ? | closed_lock_with_key | | ? | trophy | ? | battery | ? | key | | ? | medal_sports | ? | electric_plug | ?️ | old_key | | ? | 1st_place_medal | ? | computer | | | | ? | 2nd_place_medal | ?️ | desktop_computer | | |
| 表情 | id | 表情 | id | 表情 | id | |-----|---------------------------|-----|-----------------------------|--------|---------------------------------| | ? | hammer | ? | on | ➿ | loop | | ⛏️ | pick | ? | soon | 〽️ | part_alternation_mark | | ⚒️ | hammer_and_pick | ? | top | ✳️ | eight_spoked_asterisk | | ?️ | hammer_and_wrench | ? | place_of_worship | ✴️ | eight_pointed_black_star | | ?️ | dagger | ⚛️ | atom_symbol | ❇️ | sparkle | | ⚔️ | crossed_swords | ?️ | om | ©️ | copyright | | ? | gun | ✡️ | star_of_david | ®️ | registered | | ? | bow_and_arrow | ☸️ | wheel_of_dharma | ™️ | tm | | ?️ | shield | ☯️ | yin_yang | #️⃣ | hash | | ? | wrench | ✝️ | latin_cross | *️⃣ | asterisk | | ? | nut_and_bolt | ☦️ | orthodox_cross | 0️⃣ | zero | | ⚙️ | gear | ☪️ | star_and_crescent | 1️⃣ | one | | ?️ | clamp | ☮️ | peace_symbol | 2️⃣ | two | | ⚖️ | balance_scale | ? | menorah | 3️⃣ | three | | ? | link | ? | six_pointed_star | 4️⃣ | four | | ⛓️ | chains | ♈ | aries | 5️⃣ | five | | ⚗️ | alembic | ♉ | taurus | 6️⃣ | six | | ? | microscope | ♊ | gemini | 7️⃣ | seven | | ? | telescope | ♋ | cancer | 8️⃣ | eight | | ? | satellite | ♌ | leo | 9️⃣ | nine | | ? | syringe | ♍ | virgo | ? | keycap_ten | | ? | pill | ♎ | libra | ? | capital_abcd | | ? | door | ♏ | scorpius | ? | abcd | | ?️ | bed | ♐ | sagittarius | ? | symbols | | ?️ | couch_and_lamp | ♑ | capricorn | ? | abc | | ? | toilet | ♒ | aquarius | ?️ | a | | ? | shower | ♓ | pisces | ? | ab | | ? | bathtub | ⛎ | ophiuchus | ?️ | b | | ? | shopping_cart | ? | twisted_rightwards_arrows | ? | cl | | ? | smoking | ? | repeat | ? | cool | | ⚰️ | coffin | ? | repeat_one | ? | free | | ⚱️ | funeral_urn | ▶️ | arrow_forward | ℹ️ | information_source | | ? | moyai | ⏩ | fast_forward | ? | id | | ? | atm | ⏭️ | next_track_button | Ⓜ️ | m | | ? | put_litter_in_its_place | ⏯️ | play_or_pause_button | ? | new | | ? | potable_water | ◀️ | arrow_backward | ? | ng | | ♿ | wheelchair | ⏪ | rewind | ?️ | o2 | | ? | mens | ⏮️ | previous_track_button | ? | ok | | ? | womens | ? | arrow_up_small | ?️ | parking | | ? | restroom | ⏫ | arrow_double_up | ? | sos | | ? | baby_symbol | ? | arrow_down_small | ? | up | | ? | wc | ⏬ | arrow_double_down | ? | vs | | ? | passport_control | ⏸️ | pause_button | ? | koko | | ? | customs | ⏹️ | stop_button | ?️ | sa | | ? | baggage_claim | ⏺️ | record_button | ? | ideograph_advantage | | ? | left_luggage | ? | cinema | ? | accept | | ⚠️ | warning | ? | low_brightness | ㊗️ | congratulations | | ? | children_crossing | ? | high_brightness | ㊙️ | secret | | ⛔ | no_entry | ? | signal_strength | ? | u6e80 | | ? | no_entry_sign | ? | vibration_mode | ? | red_circle | | ? | no_bicycles | ? | mobile_phone_off | ? | large_blue_circle | | ? | no_smoking | ✖️ | heavy_multiplication_x | ⚫ | black_circle | | ? | do_not_litter | ➕ | heavy_plus_sign | ⚪ | white_circle | | ? | non-potable_water | ➖ | heavy_minus_sign | ⬛ | black_large_square | | ? | no_pedestrians | ➗ | heavy_division_sign | ⬜ | white_large_square | | ? | no_mobile_phones | ‼️ | bangbang | ◼️ | black_medium_square | | ? | underage | ⁉️ | interrobang | ◻️ | white_medium_square | | ☢️ | radioactive | ❓ | question | ◾ | black_medium_small_square | | ☣️ | biohazard | ❔ | grey_question | ⬜ | white_medium_small_square | | ⬆️ | arrow_up | ❕ | grey_exclamation | ▪️ | black_small_square | | ↗️ | arrow_upper_right | ❗ | exclamation | ▫️ | white_small_square | | ➡️ | arrow_right | ❗ | heavy_exclamation_mark | ? | large_orange_diamond | | ↘️ | arrow_lower_right | 〰️ | wavy_dash | ? | large_blue_diamond | | ⬇️ | arrow_down | ? | currency_exchange | ? | small_orange_diamond | | ↙️ | arrow_lower_left | ? | heavy_dollar_sign | ? | small_blue_diamond | | ⬅️ | arrow_left | ♻️ | recycle | ? | small_red_triangle | | ↖️ | arrow_upper_left | ⚜️ | fleur_de_lis | ? | small_red_triangle_down | | ↕️ | arrow_up_down | ? | trident | ? | diamond_shape_with_a_dot_inside | | ↔️ | left_right_arrow | ? | name_badge | ? | radio_button | | ↩️ | leftwards_arrow_with_hook | ? | beginner | ? | white_square_button | | ↪️ | arrow_right_hook | ⭕ | o | ? | black_square_button | | ⤴️ | arrow_heading_up | ✅ | white_check_mark | ? | checkered_flag | | ⤵️ | arrow_heading_down | ☑️ | ballot_box_with_check | ? | triangular_flag_on_post | | ? | arrows_clockwise | ✔️ | heavy_check_mark | ? | crossed_flags | | ? | arrows_counterclockwise | ❌ | x | ? | black_flag | | ? | back | ❎ | negative_squared_cross_mark | ?️ | white_flag | | ? | end | ➰ | curly_loop | ?️? | rainbow_flag |
| 表情 | id | 表情 | id | 表情 | id | |------|--------------------------|------|--------------------------------------|------|-----------------------------| | ?? | andorra | ?? | ghana | ?? | netherlands | | ?? | united_arab_emirates | ?? | gibraltar | ?? | norway | | ?? | afghanistan | ?? | greenland | ?? | nepal | | ?? | antigua_barbuda | ?? | gambia | ?? | nauru | | ?? | anguilla | ?? | guinea | ?? | niue | | ?? | albania | ?? | guadeloupe | ?? | new_zealand | | ?? | armenia | ?? | equatorial_guinea | ?? | oman | | ?? | angola | ?? | greece | ?? | panama | | ?? | antarctica | ?? | south_georgia_south_sandwich_islands | ?? | peru | | ?? | argentina | ?? | guatemala | ?? | french_polynesia | | ?? | american_samoa | ?? | guam | ?? | papua_new_guinea | | ?? | austria | ?? | guinea_bissau | ?? | philippines | | ?? | australia | ?? | guyana | ?? | pakistan | | ?? | aruba | ?? | hong_kong | ?? | poland | | ?? | aland_islands | ?? | honduras | ?? | st_pierre_miquelon | | ?? | azerbaijan | ?? | croatia | ?? | pitcairn_islands | | ?? | bosnia_herzegovina | ?? | haiti | ?? | puerto_rico | | ?? | barbados | ?? | hungary | ?? | palestinian_territories | | ?? | bangladesh | ?? | canary_islands | ?? | portugal | | ?? | belgium | ?? | indonesia | ?? | palau | | ?? | burkina_faso | ?? | ireland | ?? | paraguay | | ?? | bulgaria | ?? | israel | ?? | qatar | | ?? | bahrain | ?? | isle_of_man | ?? | reunion | | ?? | burundi | ?? | india | ?? | romania | | ?? | benin | ?? | british_indian_ocean_territory | ?? | serbia | | ?? | st_barthelemy | ?? | iraq | ?? | ru | | ?? | bermuda | ?? | iran | ?? | rwanda | | ?? | brunei | ?? | iceland | ?? | saudi_arabia | | ?? | bolivia | ?? | it | ?? | solomon_islands | | ?? | caribbean_netherlands | ?? | jersey | ?? | seychelles | | ?? | brazil | ?? | jamaica | ?? | sudan | | ?? | bahamas | ?? | jordan | ?? | sweden | | ?? | bhutan | ?? | jp | ?? | singapore | | ?? | botswana | ?? | kenya | ?? | st_helena | | ?? | belarus | ?? | kyrgyzstan | ?? | slovenia | | ?? | belize | ?? | cambodia | ?? | slovakia | | ?? | canada | ?? | kiribati | ?? | sierra_leone | | ?? | cocos_islands | ?? | comoros | ?? | san_marino | | ?? | congo_kinshasa | ?? | st_kitts_nevis | ?? | senegal | | ?? | central_african_republic | ?? | north_korea | ?? | somalia | | ?? | congo_brazzaville | ?? | kr | ?? | suriname | | ?? | switzerland | ?? | kuwait | ?? | south_sudan | | ?? | cote_divoire | ?? | cayman_islands | ?? | sao_tome_principe | | ?? | cook_islands | ?? | kazakhstan | ?? | el_salvador | | ?? | chile | ?? | laos | ?? | sint_maarten | | ?? | cameroon | ?? | lebanon | ?? | syria | | ?? | cn | ?? | st_lucia | ?? | swaziland | | ?? | colombia | ?? | liechtenstein | ?? | turks_caicos_islands | | ?? | costa_rica | ?? | sri_lanka | ?? | chad | | ?? | cuba | ?? | liberia | ?? | french_southern_territories | | ?? | cape_verde | ?? | lesotho | ?? | togo | | ?? | curacao | ?? | lithuania | ?? | thailand | | ?? | christmas_island | ?? | luxembourg | ?? | tajikistan | | ?? | cyprus | ?? | latvia | ?? | tokelau | | ?? | czech_republic | ?? | libya | ?? | timor_leste | | ?? | de | ?? | morocco | ?? | turkmenistan | | ?? | djibouti | ?? | monaco | ?? | tunisia | | ?? | denmark | ?? | moldova | ?? | tonga | | ?? | dominica | ?? | montenegro | ?? | tr | | ?? | dominican_republic | ?? | madagascar | ?? | trinidad_tobago | | ?? | algeria | ?? | marshall_islands | ?? | tuvalu | | ?? | ecuador | ?? | macedonia | ?? | taiwan | | ?? | estonia | ?? | mali | ?? | tanzania | | ?? | egypt | ?? | myanmar | ?? | ukraine | | ?? | western_sahara | ?? | mongolia | ?? | uganda | | ?? | eritrea | ?? | macau | ?? | us | | ?? | es | ?? | northern_mariana_islands | ?? | uruguay | | ?? | ethiopia | ?? | martinique | ?? | uzbekistan | | ?? | eu | ?? | mauritania | ?? | vatican_city | | ?? | european_union | ?? | montserrat | ?? | st_vincent_grenadines | | ?? | finland | ?? | malta | ?? | venezuela | | ?? | fiji | ?? | mauritius | ?? | british_virgin_islands | | ?? | falkland_islands | ?? | maldives | ?? | us_virgin_islands | | ?? | micronesia | ?? | malawi | ?? | vietnam | | ?? | faroe_islands | ?? | mexico | ?? | vanuatu | | ?? | fr | ?? | malaysia | ?? | wallis_futuna | | ?? | gabon | ?? | mozambique | ?? | samoa | | ?? | gb | ?? | namibia | ?? | kosovo | | ?? | uk | ?? | new_caledonia | ?? | yemen | | ?? | grenada | ?? | niger | ?? | mayotte | | ?? | georgia | ?? | norfolk_island | ?? | south_africa | | ?? | french_guiana | ?? | nigeria | ?? | zambia | | ?? | guernsey | ?? | nicaragua | | |
上传GitHub {#上传GitHub}
|-------------------|----------------------------------|
| 1 2 3 4 5
| yarn deploy 或 npm deploy
|