subconverter
subconverter copied to clipboard
[功能建议]给每个Profile设置单独的Gist ID
由于我个人在使用多家机场,想分成多个gist进行管理,所以希望能增加这个功能🙇♂️
目前只能在gistconf.ini
的[common]
里设置一个ID,然后所有的配置文件都会被上传到这个gist里
希望能把id分到每个配置文件里而不是只能在[common]
里设置
大致意思就是这样
[common]
# id=xxx 不再是从这里设置所有Profile的公共ID
token=xxx
username=xxx
[Profile1]
id=xxx # 而是从这里设置每个Profile的gist ID
type=xxx
url=https://xxxx.com
[Profile2]
id=xxx
type=xxx
url=https://xxxx.com