lex-xin 5 vuotta sitten
vanhempi
commit
e1be95bdf3

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
dist/css/app.da89b012.css


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
dist/index.html


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
dist/js/app.5b93a793.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
dist/js/app.5b93a793.js.map


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
dist/js/app.a10ca249.js


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
dist/js/app.a10ca249.js.map


+ 81 - 2
src/assets/front_instruments_config.js

@@ -8,6 +8,7 @@
 // 次中音号 tenorHorn
 // 小军鼓 snareDrum
 // 打击乐 idiophonic
+// 大号 tuba
 
 let instruments = {
     flute: {
@@ -459,10 +460,19 @@ let instruments = {
                 marketPrice: 3700,
                 referencePrice: 3190,
                 checked: true,
-                texture: '',
+                texture: '桦木鼓腔,高碳钢纱带、结构:双铸、圈表面处理:烤漆',
                 index: 11
             },
             {
+                default: 0, // 1 为默认配置
+                name: '初级配置',
+                marketPrice: 1980,
+                referencePrice: 1690,
+                checked: false,
+                texture: '小军鼓一套(含哑鼓垫)',
+                index: 14
+            },
+            {
                 default: 0,
                 name: '自备',
                 marketPrice: 0,
@@ -471,7 +481,7 @@ let instruments = {
                 index: 99
             }
         ],
-        configuration: '珍珠镍小军鼓,桦木鼓腔,高碳钢纱带',
+        configuration: '',
         auxiliaries: [
             {
                 index: 1,
@@ -587,6 +597,75 @@ let instruments = {
                 referencePrice: 65
             }
         ]
+    },
+    tuba: {
+        name: '大号',
+        config: [
+            {
+                default: 1, 
+                name: '标准配置',
+                marketPrice: 30200,
+                referencePrice: 26800,
+                checked: true,
+                texture: '管径:16.8mm 口径:366mm 表面处理:漆金',
+                index: 15
+            },
+            {
+                default: 0, // 1 为默认配置
+                name: '初级配置',
+                marketPrice: 13000,
+                referencePrice: 11500,
+                checked: false,
+                texture: '材质:黄铜 表面处理:漆金  号口直径:375mm  内管直径:18mm  全高:991mm',
+                index: 16
+            },
+            {
+                default: 0,
+                name: '自备',
+                marketPrice: 0,
+                referencePrice: 0,
+                checked: false,
+                index: 99
+            }
+        ],
+        configuration: '降B调 ',
+        auxiliaries: [
+            {
+                index: 1,
+                name: '节拍器',
+                marketPrice: 120,
+                checked: true,
+                referencePrice: 95
+            },
+            {
+                index: 2,
+                name: '谱架',
+                marketPrice: 80,
+                checked: true,
+                referencePrice: 65
+            },
+            {
+                index: 3,
+                name: '活塞油',
+                marketPrice: 30,
+                checked: true,
+                referencePrice: 25
+            },
+            {
+                index: 7,
+                name: '调音管油',
+                marketPrice: 30,
+                checked: true,
+                referencePrice: 25
+            },
+            {
+                index: 8,
+                name: '乐器维护',
+                marketPrice: 480,
+                checked: true,
+                referencePrice: 300
+            }
+        ]
     }
 }
 

+ 11 - 10
src/views/Home.vue

@@ -546,16 +546,17 @@ export default {
         },
         cnToEn(type) {
             let arr = {
-                 '长笛': 'flute',
-                 '单簧管': 'clarinet',
-                 '萨克斯管': 'saxophone',
-                 '小号': 'trumpet',
-                 '长号': 'trombone',
-                 '圆号': 'horn',
-                 '上低音号': 'upperBass',
-                 '小军鼓': 'snareDrum',
-                 '次中音号': 'tenorHorn',
-                 '打击乐': 'idiophonic'
+                '长笛': 'flute',
+                '单簧管': 'clarinet',
+                '萨克斯管': 'saxophone',
+                '小号': 'trumpet',
+                '长号': 'trombone',
+                '圆号': 'horn',
+                '上低音号': 'upperBass',
+                '小军鼓': 'snareDrum',
+                '次中音号': 'tenorHorn',
+                '打击乐': 'idiophonic',
+                '大号': 'tuba'
             }
             return arr[type]
         },

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä