Skip to content

Commit

Permalink
feat: 新增10.9号日报
Browse files Browse the repository at this point in the history
  • Loading branch information
wubaiqing committed Oct 9, 2019
1 parent 6466d42 commit 5739baa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ module.exports = {
nav: [{ text: "留言", link: "/other/talk" }],
sidebar: [
["/", "1. 介绍"],
{
title: "2019年10月",
collapsable: false,
children: readFileList("2019", "10"),
},
{
title: "2019年09月",
collapsable: false,
Expand Down
20 changes: 20 additions & 0 deletions docs/2019/10/09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### 2019.10.09 今天是每日时报陪你的第 255 天

[发布] Babel 发布了 7.6.3 版本:<https://github.com/babel/babel/releases/tag/v7.6.3>

[文章] 大家已经知道 Vue 3.0 源码已经[发布了](https://github.com/vuejs/vue-next),这是一份源码解读;它并不是干巴巴的只对一行代码说明是干什么的,而是结合了上下文来讲解它的用处:<https://github.com/KieSun/vue-interpretation>

[类库] Babel macros 介绍:<https://lihautan.com/babel-macros/#how-do-we-apply-this-technique-to-other-similar-situations>

[工具] 图床搬家神器:iPic Mover:<https://toolinbox.net/iPic/iPicMover.html>

[工具] 常用正则大全, 支持 VSCode 扩展插件:<https://github.com/any86/any-rule>

### 配图 - 图床搬家神器:iPic Mover
![](http://ps-hz.toolinbox.net/006y8lVagw1fajaszqardg30ia0bc4cp.gif)

### 配图 - 常用正则大全, 支持 VSCode 扩展插件
![](https://user-images.githubusercontent.com/8264787/63658668-10807800-c7df-11e9-9f25-eb6595f2f964.gif)

### 今日图 - 每个月发完工资的我
![](http://qn.40zhe.com/16d8a4e08bf5ce34)

0 comments on commit 5739baa

Please sign in to comment.