Skip to content

Commit

Permalink
fix: issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alterhu2020 committed Jun 1, 2019
1 parent 002b3e7 commit 1c4a453
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Expand Up @@ -29,10 +29,10 @@ module.exports = {
'data-text-align': "left",
'data-close-text': "知道了!"
}],
['script', { async: true, src: "//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" }],
['script', { async: true, src: "//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" }],
['script', {},
"(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: 'ca-pub-1893384651266286', enable_page_level_ads: true });"],
['script', { async: true, src: "//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" }],
"(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: 'ca-pub-1893384651266286', enable_page_level_ads: true });"]
],
markdown: {
config: md => {
Expand Down
3 changes: 3 additions & 0 deletions docs/.vuepress/theme/components/Home.vue
Expand Up @@ -45,7 +45,10 @@
v-if="data.footer"
>
{{ data.footer }}
<p>
<span id="busuanzi_container_site_pv">总访问量<span id="busuanzi_value_site_pv"></span>次,</span>
<span id="busuanzi_container_site_uv">访客数<span id="busuanzi_value_site_uv"></span>人</span>
</p>
</div>
</main>
</template>
Expand Down
12 changes: 6 additions & 6 deletions docs/.vuepress/theme/layouts/404.vue
@@ -1,19 +1,19 @@
<template>
<div class="theme-container">
<div class="content">
<h1>404</h1>
<h1>找不到你要的资源</h1>
<blockquote>{{ getMsg() }}</blockquote>
<router-link to="/">Take me home.</router-link>
<router-link to="/">返回首页</router-link>
</div>
</div>
</template>

<script>
const msgs = [
`There's nothing here.`,
`How did we get here?`,
`That's a Four-Oh-Four.`,
`Looks like we've got some broken links.`
`找不到你要的资源`,
`链接无法访问,请确认访问地址`,
`我们也不确定你怎么会到这个页面`,
`地址无效,无法查看页面内容`
]
export default {
Expand Down
3 changes: 2 additions & 1 deletion docs/blog/synax.md
Expand Up @@ -5,7 +5,8 @@ title: 语法参考手册
> 因为所有的写作的支持来源于`markdown`的强力驱动,所以有必要这里专门写下一些重要的`markdown`的语法,以便需要的时候参考。
阅读导航目录
<TOC/>
<!-- <TOC/> -->
[[toc]]

## 加入不蒜子计量

Expand Down

0 comments on commit 1c4a453

Please sign in to comment.