XL

Results 3 issues of XL

Hi, It failed when trying ``` conda install -c conda-forge ezc3d``` in Apple M1 platform. There is no arm64 package in https://anaconda.org/conda-forge/ezc3d. Could you please add support for it? Thanks!

尝试添加kimi,打开新网页后,无法正常触发输入和搜索。在用的油猴脚本使用粘贴方式可以正常触发。 站点:https://kimi.moonshot.cn/ 以下配置无法触发输入和搜索 ``` "kimi": { "dname": "kimi", "addr": "https://kimi.moonshot.cn", "ajax": [ 3000, "[data-testid='msh-chatinput-editor']", 500, "[data-testid='msh-chatinput-send-button']" ], "action": "https://kimi.moonshot.cn/chat" }, ``` 使用js脚本可以完成输入和搜索 ``` function saveTextToClipboard(text) { navigator.clipboard.writeText(text) .then(() => {...

### Is your feature request related to a problem? / 你想要的功能和什么问题相关? export current dialog to clipboard or xlsx ### Describe the solution you'd like. / 你想要的解决方案是什么? export current dialog to...

enhancement