diff --git a/.env b/.env index e9342b8..4487658 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ VITE_SITE_NAME = "無名の主页" # 名称 VITE_SITE_ANTHOR = "無名" # 作者 VITE_SITE_KEYWORDS = "無名,个人主页" # 关键词 VITE_SITE_DES = "一个默默无闻的主页" # 站点简介 -VITE_SITE_URL = "imsyy.top" # 站点地址 +VITE_SITE_URL = "jmsyy.top" # 站点地址 VITE_SITE_LOGO = "/images/icon/favicon.ico" # 站点主图标 VITE_SITE_MAIN_LOGO = "/images/icon/logo.png" # 主页图标 VITE_SITE_APPLE_LOGO = "/images/logo/apple-touch-icon.png" # Apple 端图标 @@ -48,4 +48,4 @@ VITE_SONG_SERVER = "netease" # 播放类型 ( song-歌曲, playlist-播放列表, album-专辑, search-搜索, artist-艺术家 ) VITE_SONG_TYPE = "playlist" # 播放 ID ( 若无需播放器,请设为空即可 ) -VITE_SONG_ID = "" \ No newline at end of file +VITE_SONG_ID = "7452421335" \ No newline at end of file diff --git a/public/font/Pacifico-Regular-all.ttf b/public/font/Pacifico-Regular-all.ttf new file mode 100644 index 0000000..b9265a2 Binary files /dev/null and b/public/font/Pacifico-Regular-all.ttf differ diff --git a/public/font/README.md b/public/font/README.md new file mode 100644 index 0000000..ba079ba --- /dev/null +++ b/public/font/README.md @@ -0,0 +1,3 @@ +## Logo 字体替换 + +可将该文件夹下的 `Pacifico-Regular-all.ttf` 替换原来的 `Pacifico-Regular.ttf` \ No newline at end of file diff --git a/src/components/Message.vue b/src/components/Message.vue index c35831e..228758d 100644 --- a/src/components/Message.vue +++ b/src/components/Message.vue @@ -4,7 +4,7 @@