Skip to content

Commit

Permalink
Add android download icon
Browse files Browse the repository at this point in the history
  • Loading branch information
HeHang0 committed Jan 10, 2024
1 parent 5b15cf0 commit 4d4f7d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/src/assets/images/droid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions web/src/views/setting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import {
import { LogoCircleImage } from '../utils/logo';
import { ThemeColorManager } from '../utils/color';
import DroidImage from '../assets/images/droid.svg';
import { getServiceWorkerRegistration } from '../sw/register';
const { currentRoute, replace, options } = useRouter();
Expand Down Expand Up @@ -884,6 +885,17 @@ onUnmounted(unWatch);
</div>
<p>PC版(NET6)</p>
</a>
<a
class="music-setting-about-card"
href="https://hehang0.github.io/musiche/Musiche.apk"
target="_blank">
<div
class="logo-app"
style="--logo-app-color: var(--music-footer-background)">
<img :src="DroidImage" />
</div>
<p>Android版</p>
</a>
<a
v-if="
!isInStandaloneMode &&
Expand Down

0 comments on commit 4d4f7d0

Please sign in to comment.