Added: GitHub picbed support

This commit is contained in:
Molunerfinn
2018-04-06 22:01:30 +08:00
parent 975927ac68
commit eecf98e452
11 changed files with 217 additions and 5 deletions

View File

@@ -102,6 +102,15 @@ function createTray () {
db.read().set('picBed.current', 'upyun')
.write()
}
},
{
label: 'GitHub图床',
type: 'radio',
checked: db.read().get('picBed.current').value() === 'github',
click () {
db.read().set('picBed.current', 'github')
.write()
}
}
]
},