ChaosAlphard

Results 5 comments of ChaosAlphard

可以用script模式,从自动选择分组里面把高倍节点直接删掉 ```javascript function main(params) { params['proxy-groups'] = params['proxy-groups'].map(it => { if (it.type != "url-test" || it.proxies == null) { return it } it.proxies = it.proxies.filter(name => !name.match(/这里写正则表达式/g)) return it })...

applying passive skills to any Pal who doesn't have any passive skills will affect other Pal without passive skills ![picture](https://github.com/EternalWraith/PalEdit/assets/26186575/d1b953d0-9b7b-4482-9196-52735531bb45)

> 看起来不错。 > > update: > > * C键可能需要改其他的快捷键,大小C开头的英文单词挺多的。(例如 cC) 默认大写C触发,*.schema.yaml里面可以改键,我抽空改一下默认触发键吧

> 看起来不错。 > > update: > > * C键可能需要改其他的快捷键,大小C开头的英文单词挺多的。(例如 cC) @mirtlecn 已经将触发按键改为 'cC' ![图片](https://github.com/iDvel/rime-ice/assets/26186575/f743c6fd-d8be-450b-8b44-c9f2d8312885)

献丑了,感谢帮忙修bug