Skip to content

Commit

Permalink
📝 todolist 更新 网站内容更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmylxue committed Dec 6, 2023
1 parent 2c0fb76 commit b6088ef
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/article/other/tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,23 @@

> 非常好看的手绘风格动画。主要针对文本
## JS

- [hotkeys-js](https://github.com/jaywcjlove/hotkeys-js)

> 快速实现监听键盘按键事件、组合键事件
```ts
useEffect(() => {
hotkeys('ctrl+j', e => {
e.preventDefault()
})
hotkeys('escape', function (e) {
e.preventDefault()
})
}, [])
```

## Git

- [gitmoji.dev](https://gitmoji.dev/)
Expand Down
6 changes: 6 additions & 0 deletions docs/life/other/todolist/2023/12月.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ head:
## 实现插件 snow-memo 快捷键启动的脚本 ctrl+J

> 2023-12-05 新增
>
> 2023-12-06 完成
## 后端收藏单词功能接口实现

> 2023-12-06 新增

0 comments on commit b6088ef

Please sign in to comment.