Browse Source

feat: #9248 谱面优化

TIANYONG 1 year ago
parent
commit
5360fd5ea6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/subpages/colexiu/uses/use-app.ts

+ 1 - 0
src/subpages/colexiu/uses/use-app.ts

@@ -181,6 +181,7 @@ export const useDetail = (id: number | string): [Ref<ShaeetStatusType>, Ref<Musi
       }
       // 设置是否特殊曲谱, 是特殊曲谱取反(不理解之前的思考逻辑), 使用后台设置的速度
       detailState.isSpecialBookCategory = !classids.includes(res.data.musicSheetCategoriesId) 
+      // 大雅金唐类目,#9248 优化
       detailState.isDaYaCategory = daYaClassids.includes(res.data.musicSheetCategoriesId)
       if (detailState.isDaYaCategory) {
         ;(window as any).customSectionAmount = true