dss886

Results 8 comments of dss886

可以用,开着Chrome的开发者工具,扒一下liqi.json、gateway的url和登陆的请求字段,填好就行了。README里面的登录填的字段少了很多,会被拒绝

扒一下网页登录的请求,所有的字段都填上就行。我有几个月没试过了,之前用下面这些字段是ok的: ``` let data = { "type": 0, "reconnect": false, "device": { "platform": "pc", "hardware": "pc", "os": "mac", "is_browser": true, "software": "Chrome", "sale_platform": "web", "screen_width": 1920, "screen_height": 1080, }, "random_key":...

@Deluze hi, I got the same problem. I have a `google.png` image in the `src/renderer/public/` dir, and using it like `/google.png` in my vue file. Everything works fine when in...

@Deluze Hey, `vite.config.js`: ```javascript const Path = require("path"); const vuePlugin = require("@vitejs/plugin-vue"); const { defineConfig } = require("vite"); /** * https://vitejs.dev/config */ const config = defineConfig({ root: Path.join(__dirname, "src", "renderer"),...

Hi @Deluze, I found the problem, but haven't solved it yet. I have a vue component named `ListItem`, which accept props like: ```javascript interface Props { icon: string; title: string;...

Sorry for the late reply to this post. My solution at that time was indeed similar to the ones of @tob-at-lovelace , which using the relative paths. And I did...

看上去是smtp服务器没通,我没试过126邮箱,但QQ邮箱应该是要在邮箱内额外开启一个开关才能支持SMTP,可以检查下邮箱的设置。另外更建议用更简单一点的方式,比如飞书/钉钉/Bark,它们的机器人应该都支持webhook的方式调用

参考:https://nga.178.com/read.php?tid=41238648