Skip to content

Commit

Permalink
feat: SmellKeyword ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
swa07016 authored Nov 5, 2024
1 parent 9b57a30 commit 0cb11cb
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
public enum SmellKeyword {
FRUIT("FRUIT","FRUIT","๊ณผ์ผํ–ฅ"),
BERRY("FRUIT","BERRY", "๋ฒ ๋ฆฌ๋ฅ˜"),
LEMONANDLIME("FRUIT","LEMONANDLIME","๋ ˆ๋ชฌ/๋ผ์ž„"),
APPLEPEAR("FRUIT","APPLEPEAR","์‚ฌ๊ณผ/๋ฐฐ"),
PEACHPLUM("FRUIT","PEACHPLUM","๋ณต์ˆญ์•„/์ž๋‘"),
LEMON("FRUIT","LEMON","๋ ˆ๋ชฌ"),
LIME("FRUIT","LIME","๋ผ์ž„"),
APPLE("FRUIT","APPLE","์‚ฌ๊ณผ"),
PEAR("FRUIT","PEAR","๋ฐฐ"),
PEACH("FRUIT","PEACH","๋ณต์ˆญ์•„"),
PLUM("FRUIT","PLUM","์ž๋‘"),
TROPICALFRUIT("FRUIT","TROPICALFRUIT","์—ด๋Œ€๊ณผ์ผ"),
FLOWER("NATURAL", "FLOWER","๊ฝƒํ–ฅ"),
ACACIA("NATURAL", "ACACIA", "์•„์นด์‹œ์•„"),
Expand Down

0 comments on commit 0cb11cb

Please sign in to comment.