liaokai

Results 12 issues of liaokai

Now the playground can't switch branches. Can we have a fully functional playground?

:sparkles: Feature

我的操作顺序是: 1. clone代码 2. yarn安装node_modules 3. yarn link 4. 打开xcode 5. 点击运行按钮 6. 得到如下报错 ![image](https://user-images.githubusercontent.com/27792976/134942678-2dc3d239-520d-4955-9153-d2777b5367c0.png)

ComponentWithStore > storeBindings > actions声明了字段,写在 onShow中写 this 时没有任何提示,然会报红

enhancement

### Bug Description Obviously the icon is bigger than all the icons, and I think that's a problem ### Steps to Reproduce 1. install 2. open it ### Expected Behavior...

bug

这是我看到写的最好的一篇 LangChain 中文文章,希望继续更新

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 I noticed that the version of...

My project is large and still using antd 2.x, I tried to install another ui framework mui and worked with antd, hoping to slowly remove antd in the future, but...

**问题描述** 我用new-api部署了一个代理服务,代理支持gpt-4o、deepseek-r1、dall-e-3等模型。我在chatbox中填写了"自定义提供方",api模式填写了"OpenAi API 兼容",模型填写并添加了上述的三种。当我选择模型为dall-e-3时,点击"新图片",输入图片描述并点击生成,能够生成出图片。但当我选择deepseel-r1,再点击新图片,生成图片的窗口时,它没有自动选择dall-e-3,而是使用deepseek-r1来生成图片,结果是生成失败。 **解决思路** 在设置中提供一个选项,用来选择生成图片的模型。 这样的考虑是,以后可能出现支持聊天、生图的多模态模型,比直接写死dall-e-3更好。 **附加上下文** ![Image](https://github.com/user-attachments/assets/a59b9341-f808-4436-9277-2b605f4ab20e)

### Reproduction link [https://ant.design/components/image-cn](https://ant.design/components/image-cn) ### Steps to reproduce ``` ts export const iconPrefixCls = "ant5x-icon" // Antd静态方法配置 AntdConfigProvider.config({ holderRender: (children) => ( {children} ) }) export default function (props: {store:...

unconfirmed