Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
fix: 新增 百度搜索资源平台 id
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Mar 11, 2021
1 parent 24725c9 commit 5c8a19b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 网站默认标题
VUE_APP_HTML_TITLE='豹按钮 (:3っ)∋'
# 百度统计 id
# 百度搜索资源平台 id。参考 https://ziyuan.baidu.com/site/
VUE_APP_BAIDU_SITE_VERIFICATION='code-KL1UmEkEOl'
# 百度统计 id。参考 https://tongji.baidu.com
VUE_APP_BAIDU_STATISTICS='27d36c660fa5375f9305d89f17686e5a'
# rsshub 服务地址。参考 https://docs.rsshub.app/
VUE_APP_RSS_BASE_URL = '/rss'
Expand Down
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_RSS_BASE_URL = '/rss'
# VUE_APP_RSS_BASE_URL = '/rss'
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="baidu-site-verification" content="<%= VUE_APP_BAIDU_SITE_VERIFICATION %>" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>
<%= htmlWebpackPlugin.options.title %>
Expand Down

0 comments on commit 5c8a19b

Please sign in to comment.