Browse Source

增加乐器字段

黄琪勇 8 months ago
parent
commit
0bd7bd7e7d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/libs/instruments.ts

+ 3 - 1
src/libs/instruments.ts

@@ -201,7 +201,9 @@ const instruments: any = {
    "Brake Drum": "闸鼓",
    "Tam-tam": "大锣",
    Cymbal: "镲",
-   Cymbals: "镲"
+   Cymbals: "镲",
+   Whip: "乐鞭",
+   whip: "乐鞭"
 }
 
 /**