Skip to content

Commit

Permalink
feat: add loading effect links
Browse files Browse the repository at this point in the history
  • Loading branch information
mx committed Jan 31, 2024
1 parent cf53bea commit 705189c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/favorites/CSS/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ layout: doc
- [CSS3剪贴路径(Clip-path)在线生成器工具](http://tools.jb51.net/code/css3path)
- [CSS一些效果合集带源码](https://www.lingdaima.com/css/#/)
- [CSS Animation(animista.net)](https://animista.net/)
- [纯css实现117个Loading效果(上)](https://juejin.cn/post/7037036742985121800)
- [纯css实现117个Loading效果(中)](https://juejin.cn/post/7037636080539009038)
- [纯css实现117个Loading效果(下)](https://juejin.cn/post/7037660617779445796-)

## SCSS相关

Expand Down
2 changes: 1 addition & 1 deletion docs/knowledge-deposition/GoLang/Gorm/Query.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SELECT * FROM `teachers` ORDER BY `teachers`.`id` DESC LIMIT 1;

### `Take`

- 获取一条记录,`没有指定排序字段`
- 获取一条记录,`不指定排序字段`

```Go
func queryByTake() {
Expand Down

0 comments on commit 705189c

Please sign in to comment.