tango icon indicating copy to clipboard operation
tango copied to clipboard

A code driven low-code builder, develop low-code app on your codebase.

Results 53 tango issues
Sort by recently updated
recently updated
newest added

便于调试 ``` export const HistoryTool = observer(()=>{}); HistoryTool.displayName = 'HistoryTool' ```

refactor all models as follows ![whiteboard_exported_image (1)](https://github.com/user-attachments/assets/0d053fe9-0076-4834-afb4-5fb0bd2c8a47)

一、我分别克隆了下面代码到本地: - https://github.com/NetEase/tango - https://github.com/NetEase/codesandbox-client.git 二、先使用node 16的环境,在codesandbox-client根目录,执行: ``` yarn install yarn build:deps yarn build:sandpack ``` 然后进入www目录执行:`python -m http.server`启动了8000端口的本地沙箱,访问地址:`http://10.20.62.16:8000` 三、切换至node 18环境,在tango目录下 - 修改`apps\playground\.umirc.ts`,注释了下面代码以避免https访问 ``` // https: { // key: path.resolve(__dirname, 'local.netease.com-key.pem'),...

当为组件绑定click事件打印event时,看起来可能会因为对象过大,在codesandbox内的csb-console-feed库setTimeout有较长的延迟卡顿。想请教下这里有什么好的解决方案。

在组件中绑定了变量,但是更改变量时没有同步更新呢,这个有使用例子吗

控制模态框的显示与隐藏我看是调用的tang.openModal(id),但是框架里并没有实现tang.openModal() 函数,想问下通过模态框id控制模态框显示与隐藏的逻辑是什么