Skip to content

Commit

Permalink
chore: add more entries to easter_egg_page.dart
Browse files Browse the repository at this point in the history
Add more entries to the abstract table of easter_egg_page.dart
  • Loading branch information
wtflmao committed Sep 9, 2024
1 parent 799bb41 commit 6694eb6
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions lib/page/setting/about_page/easter_egg_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ Map<String, List<String>> abstractTable = {
'ku': ['🆒', '😭', '🥲'],
'le': ['🤣'],
'she': ['🐍'],
'zhu': ['🐖'],
'long': ['🐉'],
'zhu': ['🐖', '㊗️'],
'long': ['🐉', '🐲'],
'zhong': ['🀄️'],
'hua': ['🌸'],
'fa:': ['🇫🇷'],
'fang': ['◻️'],
'ran': ['🔥'],
'shu': ['📕', '🐀', '📖'],
'shu': ['📕', '🐀', '📖', '🌲'],
'ru': ['🧴'],
'ben': ['📕', '📖'],
'jiao': ['🦵', '🔈', '🎺', '🗣🗣🗣'],
Expand All @@ -71,7 +71,7 @@ Map<String, List<String>> abstractTable = {
'gao': ['⛏'],
'suo': ['🔒'],
'jian': ['➖'],
'jing': ['🚨'],
'jing': ['🚨', '🐋', '🐳'],
'cuo': ['×'],
'dao': ['🔪'],
'guai': ['🧞'],
Expand Down Expand Up @@ -122,12 +122,12 @@ Map<String, List<String>> abstractTable = {
'ding': ['📌'],
'bie': ['⑧'],
'ni': ['🫵'],
'ri': ['☀'],
'ri': ['☀', '🌞'],
'lei': ['💦'],
'han': ['💦'],
'shui': ['💦'],
'xin': ['♥'],
'yan': ['👀'],
'yan': ['👀', '🧂'],
'yin': ['🔈'],
'dui': ['√'],
'liang': ['②'],
Expand All @@ -137,9 +137,21 @@ Map<String, List<String>> abstractTable = {
'dian': ['⚡'],
'zhuan': ['🧱'],
'bing': ['🧊'],
'gui': ['👻'],
'gui': ['👻', '🐢'],
'xiong': ['🐻'],
'kun': ['😪'],
'ai': ['💗'],
'tang': ['🍬'],
'yue': ['🈷️', '🌙'],
'jin': ['🈲'],
'ge': ['🈹'],
'shao': ['🥄'],
'gua': ['🍉'],
'zha': ['💥'],
'e': ['🦢'],
'wa': ['🐸'],
'tian': ['👅'],
'leng': ['🥶'],
};

Map<String, String> abstractTableMulti = {
Expand All @@ -160,6 +172,8 @@ Map<String, String> abstractTableMulti = {
'网安大楼': '🌃',
'小丑': '🤡',
'击剑': '🤺',
'sos': '🆘',
'atm': '🏧',
'rx': '↱χ',
'RX': '↱χ',
'Rx': '↱χ',
Expand Down

0 comments on commit 6694eb6

Please sign in to comment.