hymbz

Results 2 issues of hymbz

从印象笔记转换过来时图片都是en-media标签,但直接publish会报错"The content of element type "en-media" must match "EMPTY"."。现在带图的笔记都只能先用小书匠处理。

### Describe the bug The follow code generates the type error: ```ts import { createStore } from "solid-js/store"; type defaultStore = { a: boolean; }; const aa = (init: T)...