TsXor
TsXor
> 如何使用现有v2ray/ss客户端分流: > 1.改包 > 下载zip,解压,用记事本打开data文件夹下的settings.yaml,把它改成这样: > `addr: 127.0.0.1:15000` > `autoLaunch: false` > `autoReport: false` > `lang: zh-CN` > `localHTTPToken: ` > `proxyAll: true` > `socksAddr: 127.0.0.1:15001` > `systemProxy: false`...
请假:新的单文件版做到一半,电脑前面板音频孔坏了,得四到五天后新的模组到了才能再用(不是不能用,家人以此为借口不让用)
解压zip看看 (作业写不完被迫潜水) ------------------ 原始邮件 ------------------ 发件人: ***@***.***>; 发送时间: 2021年7月30日(星期五) 下午3:20 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [YoulianBoshi/lantern-vpn] 有效单文件版 (#81) 大牛牛,具体如何破解的啊? — You are receiving this because you authored the thread. Reply...
> > > 蓝灯安装目录下的“settings.yaml”文件记录着用户ID和Token,导致流量不重置,所以删除这些后面的一串数字,然把 > 把“settings.yaml”设置为只读文件即可 > uiAddr: > userID: > userToken: >  这么设置只读没啥用,照样往里写 如果用icacls给真正的只读会导致它访问错误 所以建议每次启动前用一个固定的文件替换,博士改一下
如果您的问题似乎很难找到答案,那么您永远可以试试: 1. 用ScriptListener录制jsx 2. 尝试理解参数并包装成函数
welp I've corrected using flake8, but I don't know what else linter hound is using... I did `poetry run pip install flake8-black` and ran flake8 again, but still no more...
https://gist.github.com/TsXor/62a46f8f2846261bba7db1cc7ff02711 Just like Action Manager, I think a HowTo is more useful for this submodule.
The import error is because the server used for importing does not have photoshop installed. This is fine for testing import. This module doesn't actaully need to do com binding...
You can get typeID collision detector [at gist](https://gist.github.com/TsXor/f9c4d1d85b77e220253e752b99b43533). It was first designed to save all the typeID mappings into pickles and free `str2id()` from initializing an app, but that will...
Something more about charID: charID can be converted to typeID without photoshop app, for how to do this, see `str2hash` and `hash2str` in utils.py. You may think photoshop api can...