
框架用的 Tauri ,没学过 rust 写起来有点吃力 顺便想问下大佬,该接口依赖本地游戏客户端端口+秘钥,访问方式大概是 Http:127.0.0.1:port/api 这种通信方式怎么称呼呢? 怎么能在浏览器里使用呢? 感恩 https://github.com/CottontailBunny/lcu-record (:з」∠)
1 unii23i 2023-08-10 09:36:30 +08:00 想问问你的接口是英雄联盟给出来的吗?我也想让我们公司开发写个 |
2 OutOfMemery 2023-08-10 09:44:52 +08:00 @unii23i #1 直接用这个呗。https://cha.mylol.cn/ |
3 lllllliiii 2023-08-10 11:21:01 +08:00 via Android 哈哈,op 是不是在抖音里面发过,前几天刷到过 |
4 woxinyongheng OP @OutOfMemery 我就是很好奇他怎么做成浏览器可访问的 |
5 woxinyongheng OP @fzdwx 世界这么小吗 |
6 woxinyongheng OP @unii23i https://lcu.kebs.dev/#operation--POST%20/lol-chat/v1/conversations 接口在这里,不算是 riot 给的,但是是他们合作的(我也不清楚,总之是合法的 https://hextechdocs.dev/getting-started-with-the-lcu-api/#:~:text=We%20can%20find%20that%20under%20the%20lol-summoner%20plugin,Riot%27s%20root%20certificate%20or%20it%20ignores%20that%20error. |
7 MiracleShadow 2023-08-11 17:39:15 +08:00 做成 Web 服务,搜一下 web 服务框架 |