sange

Results 8 issues of sange

When the breadcrumb is located at the bottom, there is a white line issue as showed above. But if the breadcrumb is located at the top, the white line disappeared....

Is it possible to add some explanation of how jszip work in the documentation? So one can understand how jszip work without diving into the code.

希望所有题目都设置难度信息,并且可以按照难度排序 另外希望有这样一个工具,可以一键随机生成包含各种类型的面试题,html css js vue react 算法等,每种类型的题目随机生成,按照不同难度排序,不同难度等级的题目都随机来一些,也可以指定数量和类型,主要是方便面试官😂

The document's svg demo link: http://doc.gdb.tools/smilesDrawer/sd/example/index_svg.html

Like this, highlight some ring of the structure.

This smiles: `CN[C@@H]1C(=O)N[C@@H]2Cc3ccc(cc3)Oc3cc4cc(c3O[C@@H]3O[C@H](C(=O)O)[C@@H](O)[C@H](O)[C@H]3NC(=O)CCCCCCCCC(C)C)Oc3ccc(cc3Cl)[C@@H](O)[C@@H]3NC(=O)[C@H](NC(=O)[C@@H]4NC(=O)[C@@H](NC2=O)c2cc(cc(O)c2Cl)Oc2cc1ccc2O)c1ccc(O)c(c1)-c1c(O[C@H]2O[C@H](CO)[C@@H](O)[C@H](O)[C@@H]2O)cc(O)cc1[C@@H](C(=O)O)NC3=O` render to this, many cross lines: A codepen demo: https://codepen.io/sange/pen/RwrVvwr

例如项目结构是这样的: 当访问 `http://site.com/en/` 的时候,直接返回 `/index.html`, 而不是 `/en/index.html`, 也就是没有先判断是否存在相应的 `index.html` 是否存在

现在pcm数据全部播放一遍之后,就不能从头播放了,组件内部能否保存接收到的pcm数据,以便支持从头播放,就像 html 的 audio 标签那样 同时添加一个`player.replay()`的方法