Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sseaan authored Sep 17, 2024
1 parent 3d46072 commit 359c596
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 33 deletions.
14 changes: 7 additions & 7 deletions .env.example → .env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 站点信息
VITE_SITE_NAME = "無名の主页" # 名称
VITE_SITE_AUTHOR = "無名" # 作者
VITE_SITE_KEYWORDS = "無名,个人主页" # 关键词
VITE_SITE_NAME = "Seanの主页" # 名称
VITE_SITE_AUTHOR = "Sean" # 作者
VITE_SITE_KEYWORDS = "Sean,个人主页" # 关键词
VITE_SITE_DES = "一个默默无闻的主页" # 站点简介
VITE_SITE_URL = "imsyy.top" # 站点地址
VITE_SITE_URL = "sseaan.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 端图标
Expand Down Expand Up @@ -31,11 +31,11 @@ VITE_WEATHER_KEY = ""
# 建站日期
## 若不需要,请设为空即可
## 请按照 YYYY-MM-DD 格式填写或者仅填写年份 YYYY
VITE_SITE_START = "2020-10-24"
VITE_SITE_START = "2023-10-24"

# ICP 备案号
## 若不需要,请设为空即可
VITE_SITE_ICP = "豫ICP备2022018134号-1"
VITE_SITE_ICP = ""

# 歌曲 API 地址
## 请参照 https://github.com/xizeyoupan/Meting-API#deno-deploy 进行 API 服务部署
Expand All @@ -48,4 +48,4 @@ VITE_SONG_SERVER = "netease"
# 播放类型 ( song-歌曲, playlist-播放列表, album-专辑, search-搜索, artist-艺术家 )
VITE_SONG_TYPE = "playlist"
# 播放 ID ( 若无需播放器,请设为空即可 )
VITE_SONG_ID = "9379831714"
VITE_SONG_ID = "9779056044"
33 changes: 14 additions & 19 deletions src/assets/siteLinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,31 @@
{
"icon": "Blog",
"name": "博客",
"link": "https://blog.imsyy.top/"
"link": "https://memos.ssean.top/"
},
{
"icon": "Cloud",
"name": "网盘",
"link": "https://pan.imsyy.top/"
"link": "https://alist.ssean.top/"
},
{
"icon": "CompactDisc",
"name": "音乐",
"link": "https://music.imsyy.top/"
"icon": "BrainCircuit24Filled",
"name": "LobeChat",
"link": "https://ai.ssean.top/"
},
{
"icon": "Compass",
"name": "起始页",
"link": "https://nav.imsyy.top/"
"icon": "ColorPalette",
"name": "Excalidraw",
"link": "https://draw.ssean.top/"
},
{
"icon": "Book",
"name": "网址集",
"link": "https://web.imsyy.top/"
"icon": "WikipediaW",
"name": "MC Wiki",
"link": "https://wiki.ssean.top/"
},
{
"icon": "Fire",
"name": "今日热榜",
"link": "https://hot.imsyy.top/"
},
{
"icon": "LaptopCode",
"name": "站点监测",
"link": "https://status.imsyy.top/"
"icon": "ApiRound",
"name": "API",
"link": "https://api.ssean.top/"
}
]
12 changes: 6 additions & 6 deletions src/assets/socialLinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@
"name": "Github",
"icon": "/images/icon/github.png",
"tip": "去 Github 看看",
"url": "https://github.com/imsyy"
"url": "https://github.com/sseaan"
},
{
"name": "BiliBili",
"icon": "/images/icon/bilibili.png",
"tip": "(゜-゜)つロ 干杯 ~",
"url": "https://space.bilibili.com/98544142"
"url": "https://space.bilibili.com/503207957"
},
{
"name": "QQ",
"icon": "/images/icon/qq.png",
"tip": "有什么事吗",
"url": "https://res.abeim.cn/api/qq/?qq=1539250352"
"url": "https://res.abeim.cn/api/qq/?qq=3575187904"
},
{
"name": "Email",
"icon": "/images/icon/email.png",
"tip": "来封 Email ~",
"url": "mailto:one@imsyy.top"
"url": "mailto:i@ssean.top"
},
{
"name": "Twitter",
"icon": "/images/icon/twitter.png",
"tip": "你懂的 ~",
"url": "https://twitter.com/iimmsyy"
"url": "https://twitter.com/sseaan1"
},
{
"name": "Telegram",
"icon": "/images/icon/telegram.png",
"tip": "你懂的 ~",
"url": "https://t.me/bottom_user"
"url": "https://t.me/sseaan"
}
]
6 changes: 5 additions & 1 deletion src/components/Links.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<script setup>
import { Icon } from "@vicons/utils";
// 可前往 https://www.xicons.org 自行挑选并在此处引入
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode } from "@vicons/fa"; // 注意使用正确的类别
import { Link, Blog, CompactDisc, Cloud, Compass, Book, Fire, LaptopCode,BrainCircuit24Filled,ColorPalette,WikipediaW,ApiRound } from "@vicons/fa"; // 注意使用正确的类别
import { mainStore } from "@/store";
import { Swiper, SwiperSlide } from "swiper/vue";
import { Pagination, Mousewheel } from "swiper/modules";
Expand All @@ -70,6 +70,10 @@ const siteIcon = {
Book,
Fire,
LaptopCode,
BrainCircuit24Filled,
ColorPalette,
WikipediaW,
ApiRound,
};
// 链接跳转
Expand Down

0 comments on commit 359c596

Please sign in to comment.