hookehuyr

refactor(profile): 移除音频播放设置的相关代码

移除不再使用的音频播放设置代码,以简化用户设置页面
1 <!-- 1 <!--
2 * @Date: 2025-03-24 13:04:21 2 * @Date: 2025-03-24 13:04:21
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2025-04-08 16:08:24 4 + * @LastEditTime: 2025-04-08 17:54:40
5 * @FilePath: /mlaj/src/views/profile/SettingsPage.vue 5 * @FilePath: /mlaj/src/views/profile/SettingsPage.vue
6 * @Description: 用户设置页面 6 * @Description: 用户设置页面
7 --> 7 -->
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
66 </div> 66 </div>
67 67
68 <!-- 音频播放 --> 68 <!-- 音频播放 -->
69 - <div class="p-4" @click="router.push('/profile/settings/audio')"> 69 + <!-- <div class="p-4" @click="router.push('/profile/settings/audio')">
70 <div class="flex items-center justify-between"> 70 <div class="flex items-center justify-between">
71 <div> 71 <div>
72 <h3 class="text-base font-medium text-gray-900">音频播放</h3> 72 <h3 class="text-base font-medium text-gray-900">音频播放</h3>
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
74 </div> 74 </div>
75 <ChevronRightIcon class="w-5 h-5 text-gray-400" /> 75 <ChevronRightIcon class="w-5 h-5 text-gray-400" />
76 </div> 76 </div>
77 - </div> 77 + </div> -->
78 78
79 <!-- 课程学习 --> 79 <!-- 课程学习 -->
80 <div class="p-4" @click="router.push('/study')"> 80 <div class="p-4" @click="router.push('/study')">
......