SudoUser

Results 57 comments of SudoUser

Of course. Since Vuera just using React to show your react component in vue, and do the vue props transform work for your react component. Vuera didn't transform vue format...

https://github.com/sunface/rust-course/pull/258 文字错误

https://github.com/sunface/rust-course/pull/259 代码结果错误

修改app/views.py 70到75行 用python的os.path 进行转换 ```python @needUserCookies def main(req): global rootpath try: with open("./app/rootpath.conf") as root: rootpath=root.read() except Exception: pass Folder = Utils.Folder(rootpath) dataJson = Folder.getFolderJson() language=req.COOKIES.get('language') if language=="en": return render(req,...

那就麻烦提个 pull Request 吧

编辑 rootpath.conf 填写 请使用绝对路径,并且确保这个路径你的用户有权限访问

可以先给个 outline:none 临时解决下问题。 我们目前没有在 electron 上复现。理论上 electron 的行为和 chromium 应该是一致的。我们还在排查,在 safari 上是已知问题。 @VirtualHotBar

基本的都是官网的组件,用于 markdown 解析出的 div image code 之类的 html tag 替换成 Semi 自己的组件。不知道你想要的是哪些?如果是官网的 code 在线编辑器,那个是 react-live + monaco editor。

vite 的插件是社区维护的,可以给他们提 Issue,目前可以先临时使用 主题包内部的全量 semi.css 来绕过。

如果你是要动态更新命令式调用的 modal 的内容,那么你除了update 也可以在 modal 的 children 中传自定义组件,去更新这个组件的内容。