Rui Hu
Rui Hu
> We are still waiting for WSL solution. Until then: > > Put your Project from Windows to `\\wsl$` -> {Your Distro} -> /home -> {username} / {[project_path} and NOT...
I get same issue , 同样的问题+1.
Face the same issue, when we run `sls remove -s dev`, it will ask your remove all mapping for the domain. we suppose to remove the mapping which we create...
@jdneo 登录页https://leetcode.com/accounts/login/ 首次登陆会生成一个 id名为recaptcha-token,这个就是@yihong0618 说的谷歌的https://www.google.com/recaptcha/intro/v3.html 每次用户登陆的时候貌似都要检查一下这个hidden的value. 有没有办法存储在plugin临时文件里? 因为没有开发过plugin不清楚是否可行。 ```html ``` ```javascript const opts = { url: config.sys.urls.login, headers: { Origin: config.sys.urls.base, Referer: config.sys.urls.login, Cookie: 'csrftoken=' + user.loginCSRF + ';' },...