Added: cos support

This commit is contained in:
Molunerfinn
2017-12-21 11:18:54 +08:00
parent 6cf3a50023
commit 63f8cb631a
12 changed files with 269 additions and 6 deletions

View File

@@ -59,6 +59,15 @@ function createTray () {
db.read().set('picBed.current', 'qiniu')
.write()
}
},
{
label: '腾讯云COS',
type: 'radio',
checked: db.read().get('picBed.current').value() === 'tcyun',
click () {
db.read().set('picBed.current', 'tcyun')
.write()
}
}
]
},