Skip to content

Commit

Permalink
logo地址
Browse files Browse the repository at this point in the history
  • Loading branch information
muchen committed May 11, 2022
1 parent 697aa94 commit 030a90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="https://www.mypikpak.com/logo.png" />
<link rel="icon" href="https://mypikpak.com/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PikPak</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/views/layout/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
bordered
>
<a href="https://mypikpak.com/" target="_blank" class="logo-box">
<img src="https://www.mypikpak.com/logo.png" class="logo-box__icon" alt="">
<img src="https://mypikpak.com/apple-touch-icon.png" class="logo-box__icon" alt="">
<div class="logo-box__text">PikPak</div>
</a>
<n-menu :options="menuOptions" :value="String(route.name)" @update:value="goRoute"></n-menu>
Expand Down

0 comments on commit 030a90b

Please sign in to comment.