Skip to content

Commit

Permalink
add sparkline
Browse files Browse the repository at this point in the history
  • Loading branch information
pymongo committed Dec 2, 2023
1 parent b46d03d commit dd06296
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 2022/03/ui_widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ bootstrap 组件库的 banner 提示,例如登陆成功就提示
## message

alert 跟 message 很像区别在于 message 是弹窗,alert 是在父组件顶部展示横幅

## sparkline

[UI: sparkline](/2023/11/sparkline.md)
4 changes: 4 additions & 0 deletions 2023/10/use_128g_memory_for_work.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Upload: 33.15 Mbit/s
|代理且 scp -C|3.1s|
|mscp|8.1s|

update: wsl2 用 /etc/resolve.conf 里面的 ip 亦可

我现在的 ssh 代理配置是 `ProxyCommand=nc -x 172.25.240.1:10808 %h %p` 只设置到云主机下面没有设置成全局,设置成全局的话就公司git私服就连不上了

## pre-commit hook

新公司领导说我们代码还有 clippy 报错就提交了习惯不太好。github 公共的免费 CI 还是自建的 CI 又太慢了,显得 pre commit hook 非常有用,如果没有 fmt 的代码就拒绝 commit
Expand Down
5 changes: 5 additions & 0 deletions 2023/11/sparkline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# [UI: sparkline](/2023/11/sparkline.md)

![](sparkline.png)

sparkline 指的是例如上图币安行情图表中,右上角这个微型的价格/交易量变化图
Binary file added 2023/11/sparkline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd06296

Please sign in to comment.