Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-04-08 17:54:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d9ded040cf11cbf7440645ff0b19d5d39f7c5f4
6d9ded04
1 parent
3c386700
refactor(profile): 移除音频播放设置的相关代码
移除不再使用的音频播放设置代码,以简化用户设置页面
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/profile/SettingsPage.vue
src/views/profile/SettingsPage.vue
View file @
6d9ded0
<!--
* @Date: 2025-03-24 13:04:21
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-04-08 1
6:08:24
* @LastEditTime: 2025-04-08 1
7:54:40
* @FilePath: /mlaj/src/views/profile/SettingsPage.vue
* @Description: 用户设置页面
-->
...
...
@@ -66,7 +66,7 @@
</div>
<!-- 音频播放 -->
<div class="p-4" @click="router.push('/profile/settings/audio')">
<
!-- <
div class="p-4" @click="router.push('/profile/settings/audio')">
<div class="flex items-center justify-between">
<div>
<h3 class="text-base font-medium text-gray-900">音频播放</h3>
...
...
@@ -74,7 +74,7 @@
</div>
<ChevronRightIcon class="w-5 h-5 text-gray-400" />
</div>
</div>
</div>
-->
<!-- 课程学习 -->
<div class="p-4" @click="router.push('/study')">
...
...
Please
register
or
login
to post a comment