Skip to content

Commit

Permalink
feat: 🎸 add 3.1 dailly
Browse files Browse the repository at this point in the history
  • Loading branch information
xxholly32 committed Mar 1, 2021
1 parent 80d1d90 commit fe6ef16
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/.vuepress/config.js
Expand Up @@ -55,14 +55,19 @@ module.exports = {
nav: [{ text: "留言", link: "/other/talk" }],
sidebar: [
["/", "1. 介绍"],
{
title: "2021年03月",
collapsable: false,
children: readFileList("2021", "03")
},
{
title: "2021年02月",
collapsable: false,
children: readFileList("2021", "02")
},
{
title: "2021年01月",
collapsable: false,
collapsable: true,
children: readFileList("2021", "01")
},
{
Expand Down
20 changes: 20 additions & 0 deletions docs/2021/03/01.md
@@ -0,0 +1,20 @@
### 2021.03.01 今天是每日时报陪伴您的第 511 天

[文章] 云凤蝶-如何在企业级中后台业务实践低代码搭建:<https://zhuanlan.zhihu.com/p/353361256>

[文章] 奇妙的 CSS MASK:<https://github.com/chokcoco/iCSS/issues/80>

![](https://user-images.githubusercontent.com/8554143/86509224-e8a76b00-be18-11ea-977d-2ebdb56a1f5f.gif)

[文章] Storybook for Vue 3:<https://medium.com/storybookjs/storybook-for-vue-3-947b868758d9>

[类库] 基于 commitizen 的 cz 工具 cz-emoji:<https://github.com/ngryman/cz-emoji>

```bash
? Select the type of change you are committing: (Use arrow keys)
❯ feature 🌟 A new feature
fix 🐞 A bug fix
docs 📚 Documentation change
refactor 🎨 A code refactoring change
chore 🔩 A chore change
```

0 comments on commit fe6ef16

Please sign in to comment.