Haozheng Li

Results 4 issues of Haozheng Li

typescript: 5.1.6 type `JsonObject` not limit Object key type like symbol ```typescript const a = {[Symbol(1)]: 1} function test(v: JsonObject) {} // issue test(a) // no ts error, should throw...

bug

Look at this scene I have a type `Item` that wrapped with some util type, and I want get a simplify `Item`, like: ```ts import type { SimplifyDeep } from...

help wanted
type addition

- feat: css样式适配: 手机横竖屏, pad, pc - feat: 新增两种波浪风格: 'wave' | 'solid' - feat: 标签调用dna插件 - fix: 修复无音频版本中途播放会从头开始的问题 - fix: 图片/视频 弹窗UI问题

closed #819 I removed "unordered" from the name, I don't think unordered is necessary in the name, it can be specified in the docs, after all, no one would specifically...