Results 7 comments of 彼岸

Is the problem solved? I ran into this problem too

My current solution is to manually set the node path to C:\Program Files\Volta Set the path of npm to C:\Users\Administrator\AppData\Local\Volta\tools\image\node\your version\node_modules\npm

这个更新什么时候能 正式发布呢

同样的问题,鼠标换了2个测试是正常的,关闭wg2不会出现双击,

试试用我这个脚本替代 ``` function wgAction(pos,wid,pid,exe,title,mode) -- 按下左Ctrl并输入'w' WG.Keys('{LCtrl}(w)') WG.Sleep(100) -- 检查右键是否被按下 if WG.IsKeysPressed('{MOUSE_RIGHT}') then -- 如果右键被按下,松开右键 WG.KeysUp('{MOUSE_RIGHT}') end end ```

``` js let setter = function (conten, key, value) { // your code const keyArr = key.split('.') if (keyArr.length > 1) { const _key = key[0] const _keyArr = keyArr.splice(1)...