build: release v1.3.8

This commit is contained in:
yanglbme 2020-09-04 22:08:05 +08:00
parent c011860a61
commit 62e8be321a
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "vue-md",
"version": "1.3.7",
"version": "1.3.8",
"private": true,
"homepage": "https://doocs.gitee.io/md",
"scripts": {

View File

@ -29,13 +29,13 @@ export default {
</script>
<style lang="scss" scoped>
.fade-enter,.fade-leave-to{
.fade-enter, .fade-leave-to {
opacity: 0;
}
.fade-enter-to,.fade-leave{
.fade-enter-to, .fade-leave {
opacity: 1;
}
.fade-enter-active,.fade-leave-active{
.fade-enter-active, .fade-leave-active {
transition: all 1s;
}
</style>

View File

@ -20,7 +20,7 @@ const fileUploadConfig = {
function getConfiguration() {
const imgHost = localStorage.getItem("ImgHost") || 'default'
// default
// Default
let token = fileUploadConfig.accessToken[Math.floor(Math.random() * fileUploadConfig.accessToken.length)].replace('doocsmd', '')
let username = fileUploadConfig.username
let repo = fileUploadConfig.repo