Xiaobin Cui

Results 14 issues of Xiaobin Cui

Callback of fs.writeFile is required in Node.js@10 https://github.com/ant-design/bisheng-plugin-antd/blob/master/src/process-demo.js#L141

https://github.com/ant-design/bisheng-plugin-antd/blob/master/src/process-demo.js#L113-L121 上面的代码已经把 demo 里面的样式代码读了出来,然后加个 Less 编译的逻辑即可。

## browser.js Markdown 在浏览器端渲染时: - `h[n]` 标记自动添加锚点 - `video` 标签自动使用 [react-sublime-video](https://github.com/benjycui/react-sublime-video) 包裹 - 判断超链接是否站内链接,若是,则渲染为 `Link`,并且会处理 locale 标记,如:`/changelog[-cn]` - 自动给 `[className=preview-img]` 的图片或则图片组添加预览功能 ## node.js ### demo - demo 基本格式 ```js ---...

ItemDetails.type only supports two values, e.g. "product" and "subscription". ```ts enum ItemType { "product", "subscription", }; ``` What if a store provides more types of digital products? In Microsoft Store,...