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

@ -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