Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .env
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 站点信息
VITE_SITE_TITLE = "Snavigation"
VITE_SITE_ANTHOR = "無名"
VITE_SITE_KEYWORDS = "Snavigation,导航,网站导航,主页,简约导航,起始页,navigation"
VITE_SITE_TITLE = "搜索引擎"
VITE_SITE_ANTHOR = "大胡小教"
VITE_SITE_KEYWORDS = "Snavigation,大胡导航,网站导航,主页,简约导航,起始页,navigation"
VITE_SITE_DES = "一个简约的起始页,支持自定义搜索引擎,自定义快捷方式,自定义壁纸以及数据备份"
VITE_SITE_LOGO = "/favicon.png"
VITE_SITE_APPLE_LOGO = "/logo/logo.png"
VITE_SITE_COPYRIGHTLINK = "https://github.com/imsyy/Snavigation"
VITE_SITE_COPYRIGHTLINK = "https://github.com/helemhu/Snavigation"

# 进入欢迎词
VITE_WELCOME_TEXT = "欢迎访问本站"
Expand All @@ -15,10 +15,10 @@ VITE_INPUT_TIP = "想要搜点什么"

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

# 天气 Key
## 请前往 高德开放平台注册 Web服务 Key
## 请注意不是 Web端 (JS API),免费申请,每日上限 5000 次
## 此处提供的服务可能会超量从而无法访问,请自行申请!请自行申请!请自行申请!
VITE_WEATHER_KEY = "6c13af6fc30868bee488faf2cc652ab4"
VITE_WEATHER_KEY = "2ab89235f922c0097753f421c39d584b"
4 changes: 2 additions & 2 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="copyright">
<span class="site-name">{{ siteName }}</span>
<span class="year">{{ fullYear }}</span>
<span class="anthor" @click="jumpTo(copyrightLink ?? 'https://github.com/imsyy/Snavigation')">
<span class="anthor" @click="jumpTo(copyrightLink ?? 'https://github.com/helemhu/Snavigation')">
{{ siteAnthor }}
</span>
<span v-if="icp" class="icp" @click="jumpTo('https://beian.miit.gov.cn')">
Expand All @@ -25,7 +25,7 @@
</div>
<div class="desc">
<n-space class="link" justify="center">
<n-button strong secondary @click="jumpTo('https://github.com/imsyy/Snavigation')">
<n-button strong secondary @click="jumpTo('https://github.com/helemhu/Snavigation')">
Github
</n-button>
</n-space>
Expand Down