Fuckliao

Results 17 comments of Fuckliao

> 没有足够时间,不过欢迎PR 请问这个议题目前有日程没

> 前几天在别的群里看他们拉进来了一个机器人,我点进去一看账号主体是个人,还以为个人主体可以弄Q群机器人了...这怎么做到的... 10有个机器人大赛,报名后可以获得测试资格

我使用 eval("    var script = document.createElement(\"script\");\n" + "    script.setAttribute(\"type\",\"text/javascript\");\n" + "    script.src = \"https://unpkg.com/[email protected]/dist/ajaxhook.min.js\";\n" + "    document.getElementsByTagName(\"head\")[0].appendChild(script);"); 动态添加了库,在我的vue站点可以hook,在滑块页面hook不了

> 目前用第三方API签名的卡片,通过Onebot发json可以暂且实现 自己实现是否可以参考[here](https://github.com/Mrs4s/MiraiGo/pull/307) Lagrange不能直接发送json消息吗

> > > 有没有填写对path呢? 填写了的 ![图片](https://user-images.githubusercontent.com/84443039/131974246-011ff4a1-1cb7-481e-8ae2-5c80acd1eff3.png)

> > > 有没有填写对path呢? 在吗

> Have you tried implementing fn [clear_color](https://docs.rs/eframe/latest/eframe/trait.App.html#method.clear_color) to MyEguiApp? > > ``` > impl MyEquiApp { > fn new(...) {...} > fn clear_color(&self, _visuals: &egui::Visuals) -> [f32; 4] { >...

![图片](https://github.com/user-attachments/assets/45808544-fd9f-40ff-a5db-5fc5e07ca0f1) Implement clear color and return [0,0,0,0],But the window is not transparent

![图片](https://github.com/user-attachments/assets/cf43360c-c0d0-4fe7-bca9-7b2fba2ccc78) I tried to do what you said, but it still didn't work as expected.

> @jayy-ahn@lngex我很好奇你是使用gl还是wgpu后端?也许这会有所不同? I turned on the log, and the log shows the glow used. ``` [2024-09-24T13:38:30Z DEBUG eframe] Using the glow renderer [2024-09-24T13:38:30Z TRACE eframe::native::run] Entering the winit event loop...