Tao
Tao
fork 了一个简易的自用, 需要自取 https://github.com/magicdawn/bilibili-app-recommend
B 站桌面端已上线, 支持 MacOS / Windows, 首页包含推荐模块 



```sh npm i handy-img -g ``` using sharp to decode img, and mozjpeg wasm version encode 
Update 2023, after reading TypeScript-Handbook new modules part https://www.typescriptlang.org/docs/handbook/modules/reference.html#ambient-modules > Ambient module declarations are easy to confuse with [module augmentations](https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation) since they use identical syntax. This module declaration syntax becomes...
# SQLite ## 引号 - `'string value'` 单引号表示一个字符串 - `"column"` 双引号和 backstick 表示 identifier https://www.sqlite.org/lang_keywords.html ## 与 `NULL` 比较 比如一个 `deleted` BOOLEAN 列, 值可选为 `NULL` | `FALSE` | `TRUE` -...
# SQLite json ## `json_extract` ```sql json_extract(column, '$.a.b.c') ```
## 快捷键 - `Cmd + Shift + \` reveal in treeview - `Cmd + Alt + P` 查看当前scope