forked from imsyy/home
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
081834c
commit b32e613
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# 站点信息 | ||
VITE_SITE_NAME = "無名の主页" # 名称 | ||
VITE_SITE_AUTHOR = "無名" # 作者 | ||
VITE_SITE_KEYWORDS = "無名,个人主页" # 关键词 | ||
VITE_SITE_DES = "一个默默无闻的主页" # 站点简介 | ||
VITE_SITE_URL = "imsyy.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 端图标 | ||
|
||
# 简介文本 | ||
VITE_DESC_HELLO = "Hello World !" | ||
VITE_DESC_TEXT = "一个建立于 21 世纪的小站,存活于互联网的边缘" | ||
VITE_DESC_HELLO_OTHER = "Oops !" | ||
VITE_DESC_TEXT_OTHER = "哎呀,这都被你发现了( 再点击一次可关闭 )" | ||
|
||
# 社交链接 | ||
## 请在 src/assets/socialLinks.json 文件中配置 | ||
|
||
# 网站链接 | ||
## 请在 src/assets/siteLinks.json 文件中配置 | ||
## 网站链接的图标名称可前往 https://www.xicons.org 自行挑选并在 src/components/Links/index.vue 中引入 | ||
|
||
# 天气 Key | ||
## 请前往 高德开放平台注册 Web服务 Key | ||
## 请注意不是 Web端 (JS API),免费申请,每日上限 5000 次 | ||
## 此处提供的服务可能会超量从而无法访问,请自行申请!请自行申请!请自行申请! | ||
## 若此处设为空则调用 教书先生 API https://api.oioweb.cn/doc/weather/GetWeather | ||
VITE_WEATHER_KEY = "" | ||
|
||
# 建站日期 | ||
## 若不需要,请设为空即可 | ||
## 请按照 YYYY-MM-DD 格式填写或者仅填写年份 YYYY | ||
VITE_SITE_START = "2020-10-24" | ||
|
||
# ICP 备案号 | ||
## 若不需要,请设为空即可 | ||
VITE_SITE_ICP = "豫ICP备2022018134号-1" | ||
|
||
# 歌曲 API 地址 | ||
## 请参照 https://github.com/xizeyoupan/Meting-API#deno-deploy 进行 API 服务部署 | ||
## 此处提供的服务可能会超量从而无法访问,请自行部署 | ||
## 若使用 QQ 音乐歌单,歌曲数量最好不要超出 50 首 | ||
## 备用:https://api.wuenci.com/meting/api/ | ||
VITE_SONG_API = "https://api-meting.imsyy.top/api" | ||
# 歌曲服务器 ( netease-网易云, tencent-qq音乐 ) | ||
VITE_SONG_SERVER = "netease" | ||
# 播放类型 ( song-歌曲, playlist-播放列表, album-专辑, search-搜索, artist-艺术家 ) | ||
VITE_SONG_TYPE = "playlist" | ||
# 播放 ID ( 若无需播放器,请设为空即可 ) | ||
VITE_SONG_ID = "9379831714" |