|
@@ -229,6 +229,11 @@ export const musicalInstrumentCodeInfo = [
|
|
|
id: 34
|
|
|
},
|
|
|
{
|
|
|
+ name: '陶笛',
|
|
|
+ code: 'Alto Ocarina',
|
|
|
+ id: 34
|
|
|
+ },
|
|
|
+ {
|
|
|
name: '葫芦丝',
|
|
|
code: 'Woodwind',
|
|
|
id: 35
|
|
@@ -254,6 +259,11 @@ export const musicalInstrumentCodeInfo = [
|
|
|
id: 37
|
|
|
},
|
|
|
{
|
|
|
+ name: '德式竖笛',
|
|
|
+ code: 'German Recorder',
|
|
|
+ id: 37
|
|
|
+ },
|
|
|
+ {
|
|
|
name: '英式竖笛',
|
|
|
code: 'Baroque Recorder',
|
|
|
id: 38
|
|
@@ -263,6 +273,11 @@ export const musicalInstrumentCodeInfo = [
|
|
|
code: 'Whistling',
|
|
|
id: 39
|
|
|
},
|
|
|
+ {
|
|
|
+ name: '高音陶笛',
|
|
|
+ code: 'Soprano Ocarina',
|
|
|
+ id: 39
|
|
|
+ },
|
|
|
]
|
|
|
|
|
|
const state = reactive({
|