Skip to content

Commit

Permalink
Merge acb9d3a into 0097082
Browse files Browse the repository at this point in the history
  • Loading branch information
xxholly32 committed Feb 21, 2021
2 parents 0097082 + acb9d3a commit 01b5d4d
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/2021/02/04.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### 2021.02.04 今天是每日时报陪伴您的第 502 天

[工具] 英语差等生必备的 vscode 插件,解决 单词不会读、单词不认识的痛点:<https://github.com/mqycn/huile8>

![](https://camo.githubusercontent.com/81d040f4b522146a37de5be02bc8fd9ba34500491d32969b0f6951f443222009/68747470733a2f2f7777772e6d69616f71697975616e2e636e2f70726f64756374732f7673636f64652d6875696c65382f68656c702f68656c702e676966)

[类库] 一款可配置的动画 header 展现工具 finisher-header:<https://www.finisher.co/lab/header/>
3 changes: 3 additions & 0 deletions docs/2021/02/05.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### 2021.02.05 今天是每日时报陪伴您的第 503 天

[视频] 设计师必看的 2021 年 UX 设计趋势!(中文版):<https://www.bilibili.com/video/BV1Jr4y1T79h/?spm_id_from=autoNext>
23 changes: 23 additions & 0 deletions docs/2021/02/07.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
### 2021.02.07 今天是每日时报陪伴您的第 504 天

[文章] Vite 中文文档社区:<https://github.com/vitejs/docs-cn>

如果有想要翻译的同学可以参与翻译工作

[工具] 一个 css 的制作工具 css-doodle:<https://css-doodle.com/>

[工具] 1K 小巧和快速的库`number-precision`,用于精确地做加法,减法,乘法和除法运算: <https://github.com/nefe/number-precision>

```js
import NP from "number-precision";
NP.strip(0.09999999999999998); // = 0.1
NP.plus(0.1, 0.2); // = 0.3, not 0.30000000000000004
NP.plus(2.3, 2.4); // = 4.7, not 4.699999999999999
NP.minus(1.0, 0.9); // = 0.1, not 0.09999999999999998
NP.times(3, 0.3); // = 0.9, not 0.8999999999999999
NP.times(0.362, 100); // = 36.2, not 36.199999999999996
NP.divide(1.21, 1.1); // = 1.1, not 1.0999999999999999
NP.round(0.105, 2); // = 0.11, not 0.1
```

[工具] 轻量级图标库:<https://github.com/tradingview/lightweight-charts>
21 changes: 21 additions & 0 deletions docs/2021/02/21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### 2021.02.21 今天是每日时报陪伴您的第 505 天

[新闻] vite2 发布了,先已发布中文版本文档:<https://cn.vitejs.dev/>

> 从 v1 迁移文档:<https://cn.vitejs.dev/guide/migration.html#%E4%BB%8E-v1-%E8%BF%81%E7%A7%BB>
[新闻] ant-design 之前的 github 仓库被莫名删除,现已恢复:<https://github.com/ant-design/ant-design>

> star 数要从 0 开始,没有 star 的可以去 star 一下
[工具] github 项目直接从 vscode 打开:<https://github.com/conwnet/github1s>

![](https://raw.githubusercontent.com/mohitjaisal/github1s/master/resources/images/Github1sDemo1.gif)

[工具] fusion 官方物料库:<https://fusion.design/pc/template>

[文章] 巧用 -webkit-box-reflect 倒影实现各类动效:<https://github.com/chokcoco/iCSS/issues/100>

![](https://user-images.githubusercontent.com/8554143/108523825-530a0e80-7309-11eb-84e4-dad148e2c731.gif)

[工具] 3d 效果的 github 2020 story:<https://skyline.github.com/>

0 comments on commit 01b5d4d

Please sign in to comment.