Parcourir la source

Merge branch 'feature-pc-choose' into online

TIANYONG il y a 8 mois
Parent
commit
9c6fa81e44
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 0
      src/subpages/colexiu/index.tsx
  2. 1 1
      vite.config.js

+ 1 - 0
src/subpages/colexiu/index.tsx

@@ -89,6 +89,7 @@ export default defineComponent({
         fingeringWidth.value = width.value as string
         activeType.value = atype.value as object
         detailState.frozenMode = frozenMode.value
+        detailState.baseSpeed = detail.value.playSpeed ? Number(detail.value.playSpeed) : detailState.baseSpeed;
         compulsionEvaluating.value = compulsion.value
         const xml = await useXml(detail.value.xmlFileUrl, detail.value)
         if (!xml.value) {

+ 1 - 1
vite.config.js

@@ -5,7 +5,7 @@ import glsl from 'vite-plugin-glsl'
 const vueJsx = require('@vitejs/plugin-vue-jsx')
 const legacy = require('@vitejs/plugin-legacy')
 
-const proxyUrl = 'https://online.lexiaoya.cn/' // test 环境
+const proxyUrl = 'https://test.lexiaoya.cn/' // test 环境
 // const proxyUrl = 'http://192.168.3.70:8989/' // test 环境
 // const proxyUrl = 'https://online.colexiu.com/' // online 环境