-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
位置
$HOME/.cmcm/kup/config.json结构
单用户:
{
"tokens":{
"github":"___access__token___"
}
}多用户:
{
"tokens":{
"github":{
"username1":"___access__token___",
"username2":"___access__token___"
}
}
}🤔 默认用户如何指定?每次询问还是自动取第一个?
多平台:
{
"tokens":{
"github":{
"username1":"___access__token___",
"username2":"___access__token___"
},
"gitlab":"___access__token___"
}
}