Skip to content

Commit

Permalink
🐞 fix: 修正图片
Browse files Browse the repository at this point in the history
  • Loading branch information
imsyy committed May 24, 2024
1 parent bbe71bd commit 5a53dfc
Show file tree
Hide file tree
Showing 60 changed files with 14 additions and 11 deletions.
Binary file modified public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/font/HarmonyOS_Sans_SC.woff2
Binary file not shown.
Binary file modified public/images/icons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/favicon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/favicon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/favicon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/next-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/next-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/open-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/open-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/pause-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/pause-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/play-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/play-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/power-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/power-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/prev-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/prev-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/setting-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icons/setting-light.png
Binary file modified public/images/pic/album.jpg
Binary file removed public/images/pic/album.png
Diff not rendered.
Binary file modified public/images/pic/artist.jpg
Binary file removed public/images/pic/avatar.jpg
Diff not rendered.
Binary file added public/images/pic/avatar.png
Binary file modified public/images/pic/cover.jpg
Binary file modified public/images/pic/hot-list.png
Binary file modified public/images/pic/like.jpg
Binary file modified public/images/pic/pl-1.jpg
Binary file modified public/images/pic/pl-2.jpg
Binary file modified public/images/pic/pl-3.jpg
Binary file modified public/images/pic/pl-4.jpg
Binary file modified public/images/pic/pointer.png
Binary file modified public/images/pic/radar-private.jpg
Binary file modified public/images/pic/radar-treasure.jpg
Binary file modified public/images/pic/record.png
Binary file modified public/images/pic/song.jpg
Binary file added public/images/pic/video.jpg
Binary file removed public/images/pic/video.png
Diff not rendered.
Binary file modified public/images/pic/vip.png
Binary file modified screenshots/SPlayer - 主页面.jpg
Binary file modified screenshots/SPlayer - 发现页面.jpg
Binary file modified screenshots/SPlayer - 播放页面.jpg
Binary file modified screenshots/SPlayer - 本地音乐.jpg
Binary file modified screenshots/SPlayer - 歌单页面.jpg
Binary file modified screenshots/SPlayer - 评论页面.jpg
2 changes: 1 addition & 1 deletion src/components/Cover/MainCover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
class="loading-img"
:src="
type === 'mv'
? '/images/pic/video.png?assest'
? '/images/pic/video.jpg?assest'
: type === 'artist'
? '/images/pic/artist.jpg?assest'
: '/images/pic/album.jpg?assest'
Expand Down
2 changes: 1 addition & 1 deletion src/components/List/CommentList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
>
<template #placeholder>
<div class="cover-loading">
<img class="loading-img" src="/images/pic/avatar.jpg?assest" alt="avatar" />
<img class="loading-img" src="/images/pic/avatar.png?assest" alt="avatar" />
</div>
</template>
</n-image>
Expand Down
13 changes: 8 additions & 5 deletions src/components/Player/PlayerCover.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- 播放器 - 专辑封面 -->
<template>
<div :class="['cover', playCoverType, { playing: playState }]">
<div :class="['mian-cover', playCoverType, { playing: playState }]">
<!-- 指针 -->
<img
v-if="playCoverType === 'record'"
Expand Down Expand Up @@ -57,7 +57,7 @@ const { playState } = storeToRefs(status);
</script>
<style lang="scss" scoped>
.cover {
.mian-cover {
position: relative;
display: flex;
align-items: center;
Expand All @@ -66,7 +66,6 @@ const { playState } = storeToRefs(status);
max-width: 55vh;
height: auto;
aspect-ratio: 1 / 1;
transform: scale(0.9);
transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
.cover-img {
width: 100%;
Expand Down Expand Up @@ -208,9 +207,13 @@ const { playState } = storeToRefs(status);
display: none;
}
}
&.playing {
transform: scale(1);
&.cover {
transform: scale(0.9);
&.playing {
transform: scale(1);
}
}
@media (max-width: 700px) {
&.record {
.pointer {
Expand Down
2 changes: 1 addition & 1 deletion src/views/Artist/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
>
<template #placeholder>
<div class="cover-loading">
<img class="loading-img" src="/images/pic/avatar.jpg?assest" alt="avatar" />
<img class="loading-img" src="/images/pic/avatar.png?assest" alt="avatar" />
</div>
</template>
</n-image>
Expand Down
2 changes: 1 addition & 1 deletion src/views/List/dj.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="creator">
<n-avatar
:src="(djDetail.creator?.avatarUrl + '?param=300y$300').replace(/^http:/, 'https:')"
fallback-src="/images/pic/avatar.jpg?assest"
fallback-src="/images/pic/avatar.png?assest"
round
/>
<n-text class="nickname">{{ djDetail.creator?.nickname || "未知创建者" }}</n-text>
Expand Down
2 changes: 1 addition & 1 deletion src/views/List/playlist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
:src="
(playListDetail.creator?.avatarUrl + '?param=300y$300').replace(/^http:/, 'https:')
"
fallback-src="/images/pic/avatar.jpg?assest"
fallback-src="/images/pic/avatar.png?assest"
round
/>
<n-text class="nickname">{{ playListDetail.creator?.nickname || "未知创建者" }}</n-text>
Expand Down
2 changes: 1 addition & 1 deletion src/views/Player.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
>
<template #placeholder>
<div class="cover-loading">
<img class="loading-img" src="/images/pic/avatar.jpg?assest" alt="song" />
<img class="loading-img" src="/images/pic/avatar.png?assest" alt="song" />
</div>
</template>
</n-image>
Expand Down

0 comments on commit 5a53dfc

Please sign in to comment.