浏览代码

style: 葫芦丝、排箫,云教练页面的指法图替换

TIANYONG 7 月之前
父节点
当前提交
abf4f23288

+ 10 - 0
src/state.ts

@@ -234,11 +234,21 @@ export const musicalInstrumentCodeInfo = [
     id: 35
   },
   {
+    name: '葫芦丝',
+    code: 'Hulusi',
+    id: 35
+  },
+  {
     name: '口风琴',
     code: 'Nai',
     id: 36
   },
   {
+    name: '口风琴',
+    code: 'Melodica',
+    id: 36
+  },
+  {
     name: '德式竖笛',
     code: 'Tenor Recorder',
     id: 37

文件差异内容过多而无法显示
+ 0 - 0
src/view/fingering/fingering-img/hulusi-flute/index.json


文件差异内容过多而无法显示
+ 0 - 0
src/view/fingering/fingering-img/pan-flute/index.json


+ 1 - 1
vite.config.ts

@@ -76,7 +76,7 @@ export default defineConfig({
         // target: "https://kt.colexiu.com",
         // target: "https://test.lexiaoya.cn",
         // target: "https://kt.colexiu.com",
-        target: "https://test.resource.colexiu.com", // 内容平台开发环境,内容平台开发,需在url链接上加上isCbs=true
+        target: "https://dev.resource.colexiu.com", // 内容平台开发环境,内容平台开发,需在url链接上加上isCbs=true
         // target: "https://test.kt.colexiu.com",
         //target: "https://mec.colexiu.com",
         changeOrigin: true,

部分文件因为文件数量过多而无法显示