소스 검색

fix: #8721 bug修复

TIANYONG 1 년 전
부모
커밋
b275b03c2a
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      src/page-instrument/header-top/settting/index.tsx
  2. 1 1
      src/state.ts

+ 2 - 2
src/page-instrument/header-top/settting/index.tsx

@@ -183,11 +183,11 @@ export default defineComponent({
 									),
 								}}
 							</Cell>
-							<Cell title="保存到相册" center>
+							{/* <Cell title="保存到相册" center>
 								{{
 									extra: () => <Switch v-model={state.setting.saveToAlbum}></Switch>,
 								}}
-							</Cell>
+							</Cell> */}
 							<Cell title="开启伴奏" center>
 								{{
 									extra: () => <Switch v-model={state.setting.enableAccompaniment}></Switch>,

+ 1 - 1
src/state.ts

@@ -143,7 +143,7 @@ const state = reactive({
     /** 评测难度 */
     evaluationDifficulty: "ADVANCED" as IDifficulty,
     /** 保存到相册 */
-    saveToAlbum: false,
+    saveToAlbum: true,
     /** 开启伴奏 */
     enableAccompaniment: true,
     /** 反应时间 */