Skip to content

Commit

Permalink
update to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Libra11-zz committed Dec 22, 2020
1 parent 76c95a9 commit 46ee4b5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- 2020.10.21 ~修复目录内容过多导致的标题显示不全问题
- 2020.11.13 ~ 1.0.0 版正式发布到 npm
- 2020.12.22 ~ 修复标签分类的分页 bug 以及移动端个人信息不能自定义 bug
- 2020.12.22 ~ 添加 back to top 功能,添加文章目录功能,添加自定义 logo 功能
- 2020.12.22 ~ 添加 back to top 功能,添加文章目录功能,添加自定义 logo 功能,更改 QQ 为微信显示二维码的形式

# 快速上手

Expand Down
3 changes: 3 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ module.exports = {
title: "Hello There !!!!",
subTitle1: "Thank you for visiting my blog",
subTitle2: "Hope we can make progress together",
// QQ二维码地址
qq:
"https://libra321.oss-cn-huhehaote.aliyuncs.com/blog/weixin-qrcode.png",
// 微信二维码地址
wechat:
"https://libra321.oss-cn-huhehaote.aliyuncs.com/blog/weixin-qrcode.png",
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/theme/enhanceApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { addLink } from "./utils/index.js";

export default ({ Vue, router, isServer }) => {
Vue.use(VueParticles);

if (!isServer) {
addLink("https://at.alicdn.com/t/font_1162815_q0qldloxyos.css");
}
Expand Down
4 changes: 2 additions & 2 deletions docs/.vuepress/theme/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// pro
// const { themeConfig } = require("../../docs/.vuepress/config.js");
const { themeConfig } = require("../../docs/.vuepress/config.js");
// dev
const { themeConfig } = require("../../.vuepress/config.js");
// const { themeConfig } = require("../../.vuepress/config.js");
module.exports = {
plugins: [
[
Expand Down
8 changes: 7 additions & 1 deletion docs/.vuepress/theme/layouts/Contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,17 @@
</div>
</div>
<div class="contact-bottom">
<a
<!-- <a
href="tencent://message/?uin=97220040&Site=Sambow&Menu=yes"
class="icon-container"
>
<i class="iconfont iconQQ"></i>
</a> -->
<a class="icon-container weixin">
<i class="iconfont iconQQ"></i>
<div class="qrcode">
<img :src="$themeConfig.contact.qq" alt />
</div>
</a>
<a class="icon-container weixin">
<i class="iconfont iconweixin"></i>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"build": "vuepress build docs"
},
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.7.1",
"@vuepress/plugin-blog": "^1.9.2",
"less": "^3.12.2",
"less-loader": "^7.0.1",
"vue": "2.6.12",
"vue-class-component": "^7.2.6",
"vue-particles": "^1.0.9",
"vue-property-decorator": "^9.0.2",
"vue-router": "3.0.7",
"vue-server-renderer": "2.6.12",
"vue-template-compiler": "2.6.12",
"@vuepress/plugin-back-to-top": "^1.7.1",
"@vuepress/plugin-blog": "^1.9.2",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.0.2",
"vuepress": "^1.5.4",
"vuepress-plugin-table-of-contents": "^1.1.7"
}
Expand Down

0 comments on commit 46ee4b5

Please sign in to comment.