Skip to content

Commit

Permalink
v1.0.0-beta.9 & 添加友链
Browse files Browse the repository at this point in the history
  • Loading branch information
xugaoyi committed May 20, 2020
1 parent 6f0c8ef commit ca3b1e8
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 14 deletions.
8 changes: 4 additions & 4 deletions docs/.vuepress/styles/palette.styl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
// $lineNumbersWrapperWidth = 2.5rem

// // 浅色模式
// .theme-mode-light
// --badyBg: #f4f4f4
// body,.theme-mode-light
// --bodyBg: #f4f4f4
// --mainBg: rgba(255,255,255,1)
// --sidebarBg: rgba(255,255,255,.8)
// --blurBg: rgba(255,255,255,.9)
Expand All @@ -37,7 +37,7 @@

// // 深色模式
// .theme-mode-dark
// --badyBg: rgb(39,39,43)
// --bodyBg: rgb(39,39,43)
// --mainBg: rgba(30,30,34,1)
// --sidebarBg: rgba(30,30,34,.8)
// --blurBg: rgba(30,30,34,.8)
Expand All @@ -50,7 +50,7 @@

// // 阅读模式
// .theme-mode-read
// --badyBg: rgb(240,240,208)
// --bodyBg: rgb(240,240,208)
// --mainBg: rgba(245,245,213,1)
// --sidebarBg: rgba(245,245,213,.8)
// --blurBg: rgba(245,245,213,.9)
Expand Down
1 change: 1 addition & 0 deletions docs/04.更多/99.友情链接.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ article: false
| <img src="https://cdn.jsdelivr.net/gh/xugaoyi/image_store/blog/20200122153807.jpg" class="headImg">[麋鹿鲁哟](https://www.cnblogs.com/miluluyo/) | 大道至简,知易行难。`#Web` `#二次元` `#美少女` |
| <img src="https://cdn.jsdelivr.net/gh/xaoxuu/assets@master/avatar/avatar.png" class="headImg">[xaoxuu](https://xaoxuu.com) | `#iOS` [`#Volantis主题作者`](https://volantis.js.org/) |
| <img src="https://zpj80231.gitee.io/znote/vuepress/head-fish.jpg" class="headImg">[znote](https://zpj80231.gitee.io/znote/) | 荷尽已无擎雨盖,菊残犹有傲霜枝。|
| <img src="https://reinness.com/avatar.png" class="headImg">[平凡的你我](https://reinness.com) | 理想成为大牛的小陈同学 |

<br><br>

Expand Down
3 changes: 3 additions & 0 deletions docs/06.收藏夹/01.网站.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ article: false
* [bilibili](https://www.bilibili.com/) B站,上面也有一些可供学习的免费视频
* [egghead](http://egghead.io) 质量还不错的短视频教程,外网

### 电视直播
* [CCTV、卫视高清直播](http://ivi.bupt.edu.cn/)

## Github
* [github 短域名服务](https://git.io/)
* [shields](https://shields.io/) 徽章图标
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"vuepress-plugin-one-click-copy": "^1.0.2",
"vuepress-plugin-thirdparty-search": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.7",
"vuepress-theme-vdoing": "^1.0.0-beta.8",
"vuepress-theme-vdoing": "^1.0.0-beta.9",
"yamljs": "^0.3.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions theme-vdoing/components/UpdateArticle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ export default {
</script>

<style lang='stylus'>
@require '../styles/wrapper.styl'
// @require '../styles/wrapper.styl'
.article-list
@extend $wrapper
// @extend $wrapper
padding 1rem 2rem
@media (max-width: $MQNarrow)
padding 1rem 1.5rem
Expand Down
2 changes: 1 addition & 1 deletion theme-vdoing/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = (options, ctx) => {
log(chalk.blue('tip ') + chalk.green('add sidebar data. 侧边栏数据成功生成。'))
} else {
themeConfig.sidebar = 'auto'
log(chalk.yellow('warning: fail to add sidebar data. 未能添加侧边栏数据,将切换为“auto”。'))
log(chalk.yellow('warning: fail to add sidebar data, switch to "auto". 未能添加侧边栏数据,将切换为“auto”。'))
}
}

Expand Down
2 changes: 1 addition & 1 deletion theme-vdoing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-vdoing",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "Vdoing theme for VuePress. 一个基于VuePress的知识管理兼博客主题。",
"author": {
"name": "gaoyi(Evan) Xu"
Expand Down
2 changes: 1 addition & 1 deletion theme-vdoing/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body
-moz-osx-font-smoothing grayscale
font-size 16px
color $textColor
background var(--badyBg)
background var(--bodyBg)

// 去掉黄色边框
a,input,button
Expand Down
8 changes: 4 additions & 4 deletions theme-vdoing/styles/palette.styl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ $rightMenuWidth = 230px // 右侧菜单
$lineNumbersWrapperWidth = 2.5rem

// 浅色模式
.theme-mode-light
--badyBg: #f4f4f4
body,.theme-mode-light
--bodyBg: #f4f4f4
--mainBg: rgba(255,255,255,1)
--sidebarBg: rgba(255,255,255,.8)
--blurBg: rgba(255,255,255,.9)
Expand All @@ -57,7 +57,7 @@ $lineNumbersWrapperWidth = 2.5rem

// 深色模式
.theme-mode-dark
--badyBg: rgb(39,39,43)
--bodyBg: rgb(39,39,43)
--mainBg: rgba(30,30,34,1)
--sidebarBg: rgba(30,30,34,.8)
--blurBg: rgba(30,30,34,.8)
Expand All @@ -70,7 +70,7 @@ $lineNumbersWrapperWidth = 2.5rem

// 阅读模式
.theme-mode-read
--badyBg: rgb(240,240,208)
--bodyBg: rgb(240,240,208)
--mainBg: rgba(245,245,213,1)
--sidebarBg: rgba(245,245,213,.8)
--blurBg: rgba(245,245,213,.9)
Expand Down

0 comments on commit ca3b1e8

Please sign in to comment.