mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
build: release v1.3.8
This commit is contained in:
parent
c011860a61
commit
62e8be321a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue-md",
|
||||
"version": "1.3.7",
|
||||
"version": "1.3.8",
|
||||
"private": true,
|
||||
"homepage": "https://doocs.gitee.io/md",
|
||||
"scripts": {
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user