HuaBing

Results 4 issues of HuaBing

use dayjs format the date in CommitToolTip

假如我在根目录下有个a.zip 我的下载地址会变成http://x.x.x.x//a.zip

在包含中文文件或文件夹的目录中使用`-l`参数会导致带有中文字符的行与其他行的长度不一致 ![image](https://user-images.githubusercontent.com/49869420/211971201-44745356-e220-4304-8e50-40369790f2ca.png)

```ts type IA = { x: P; } & T; interface IB { a: number; } class A implements IA { x = true; a = 0; b = '1';...

help