阿菜 Cai
阿菜 Cai
> 您好,请问把自己更改的代码提交到自己的dev分支也算是进展吗,还是说必须要提交到主仓库的才算做进展,现在我正在正常的进行本地代码的修改,但是没有提交到我的远程dev仓库 @sunsonliu 先提到`dev`分支,后续会合并到`main`分支进行发版(你只需要提交到`dev`分支即可)
个人建议,你直接在example下建:`cherry-markdown-react-demo`示例项目,示例内容包括基本的react 使用cherry-markdown和其一些api功能,api功能可以参考[api](https://tencent.github.io/cherry-markdown/examples/api.html ),页面设计可以更好一点,毕竟使用html写的比较简易化一点。
Please provide a minimum demo. thanks
```ts ipcMain.handle("getDate", () => { return `Other String:` + `${Date.now()}`; }) ``` This is the code for the Electron process. When you try to change the code here and save...
> @RSS1102 I see, in my VS Code, when save it, it not reload the app, so I need to restart manually I'm not quite sure about this, maybe it's...
🫡will try to understand and contribute.
@speauty 能提供最小复现吗?
可能是vue-tsc对于最新版typescript版本处理的问题,你可以多尝试几个版本(可以切换比较旧的typescript版本),或者在 [language-tools](https://github.com/vuejs/language-tools)查找是否有相关的问题。
Migration Code? Is this the effect? ```ts import { mkdist} from "unbuild"; ``` or monorepo `@unjs/mkdist`
😳😳 Understood, I will try, but it may take a long time or it may fail. I will report the progress.