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
2026-01-22 15:33:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
22facb65fd4d9d6501d33f44bed0f880dccb0f14
22facb65
1 parent
80c38ddc
docs(CheckinDetailPage): 简化音频格式提示文本
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/checkin/CheckinDetailPage.vue
src/views/checkin/CheckinDetailPage.vue
View file @
22facb6
...
...
@@ -608,7 +608,7 @@ const getUploadTips = () => {
const tipsMap = {
'image': '支持格式:jpg/jpeg/png',
'video': '支持格式:视频文件',
'audio': '支持格式:.mp3/.wav/.aac/.flac/.ogg/.wma/.m4a
音频文件
'
'audio': '支持格式:.mp3/.wav/.aac/.flac/.ogg/.wma/.m4a'
}
return tipsMap[activeType.value] || ''
}
...
...
Please
register
or
login
to post a comment