v1.4.2
This commit is contained in:
parent
38e5ede890
commit
9c4b8ace6b
|
|
@ -35,6 +35,10 @@ article: false
|
|||
* [阮一峰的网络日志](http://www.ruanyifeng.com/blog/)
|
||||
* [css-tricks](https://css-tricks.com/) css技巧文章
|
||||
|
||||
## 电子书
|
||||
* [前端电子书收集](http://www.yuanchengcheng.vip/books)
|
||||
* [SoBooks](https://sobooks.cc/) 免费的电子书资源网站
|
||||
|
||||
## 文章
|
||||
* [灵活运用CSS开发技巧](https://juejin.im/post/5d4d0ec651882549594e7293)
|
||||
|
||||
|
|
@ -114,6 +118,8 @@ article: false
|
|||
## 设计
|
||||
- [创造师导航](http://chuangzaoshi.com/)
|
||||
- [设计师网址导航](http://hao.uisdc.com/)
|
||||
- [Manypixels](https://www.manypixels.co/gallery/) 插画
|
||||
- [Undraw](https://undraw.co/illustrations) 插画
|
||||
- [uimovement](https://uimovement.com/) 能从这个网站找到不少动画交互的灵感
|
||||
- [awwwards](https://www.awwwards.com/)是一个一个专门为设计精美的网站以及富有创意的网站颁奖的网站
|
||||
- [dribbble](https://dribbble.com/) 经常能在上面找到很多有创意好看的 gif 或者图片
|
||||
|
|
@ -121,6 +127,7 @@ article: false
|
|||
- [Logojoy](https://logojoy.com/) 使用 ai 做 logo 的网站,做出来的 logo 质量还不错。
|
||||
- [brandmark](http://brandmark.io/) 另一个在线制作 logo 网站
|
||||
- [instant](https://instantlogodesign.com/) 又一个 logo 制作网站
|
||||
- [namecheap](https://www.namecheap.com/logo-maker/app/)又一个 logo 制作网站
|
||||
- [logo-maker](https://www.designevo.com/logo-maker/) 又一个 logo 制作网站 这个更简单点 就是选模板之后微调
|
||||
- [coolors](https://coolors.co/) 帮你在线配色的网站 你能找到不少配色灵感
|
||||
- [colorhunt](http://colorhunt.co/) 另一个配色网站
|
||||
|
|
@ -133,6 +140,7 @@ article: false
|
|||
- [feather](https://github.com/feathericons/feather) 免费的 icons
|
||||
- [nord ](https://github.com/arcticicestudio/nord) 北欧性冷淡风主题配色
|
||||
- [Unsplash](https://unsplash.com/) 提供免费的高清图片
|
||||
- [Pexels](https://www.pexels.com/zh-cn/) 提供免费的高清图片
|
||||
- [colorkitty](https://colorkitty.com/) 从你的图片中提取配色
|
||||
- [design.youzan](http://design.youzan.com/) 有赞设计原则
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,3 @@ article: false
|
|||
[Vssue](https://github.com/meteorlxy/vssue) 静态博客评论插件
|
||||
|
||||
|
||||
|
||||
## vuepress插件
|
||||
- [vuepress-plugin-flowchart](https://flowchart.vuepress.ulivz.com/) 流程图
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,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.4.1",
|
||||
"vuepress-theme-vdoing": "^1.4.2",
|
||||
"yamljs": "^0.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ export default {
|
|||
opacity: 0.5
|
||||
}
|
||||
},
|
||||
created() {
|
||||
mounted() {
|
||||
let { bodyBgImg, bodyBgImgOpacity } = this.$themeConfig
|
||||
|
||||
if (type(bodyBgImg) === 'string') {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vuepress-theme-vdoing",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"description": "Vdoing theme for VuePress. 一个基于VuePress的知识管理兼博客主题。",
|
||||
"author": {
|
||||
"name": "gaoyi(Evan) Xu"
|
||||
|
|
|
|||
Loading…
Reference in New Issue