Skip to content

Commit

Permalink
限制评论与留言的次数,优化兼容百度统计与图片防盗链
Browse files Browse the repository at this point in the history
  • Loading branch information
biaochenxuying committed Jul 30, 2019
1 parent 18bdd78 commit 58c410f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
rel="stylesheet"
/> -->
<link rel="stylesheet" href="./css/monokai_sublime.css" />
<title id="title">夜尽天明 的个人博客网站</title>
<title id="title">夜尽天明的个人博客网站</title>
<meta name="baidu-site-verification" content="7XGPmF2RtW" />
<meta
id="keywords"
Expand Down
2 changes: 1 addition & 1 deletion src/views/articleDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ export default class ArticleDetail extends Vue {
margin: 50px;
}
.loader {
color: #999;
color: rgb(226, 44, 44);
text-align: center;
padding: 50px;
font-size: 16px;
Expand Down

0 comments on commit 58c410f

Please sign in to comment.