remove license checking

This commit is contained in:
wizard
2023-10-07 11:55:28 +02:00
parent 640ae2e840
commit 5ba4bf3478
148 changed files with 106374 additions and 5358 deletions

View File

@@ -25,16 +25,6 @@
{{ data.app.version }}
</ColorLabel>
</a>
<a
href="https://codecanyon.net/item/vue-file-manager-with-laravel-backend/25815986"
target="_blank"
class="mr-4 inline-block"
>
<span class="text-sm font-bold"> {{ $t('license') }}: </span>
<ColorLabel color="purple">
{{ data.app.license }}
</ColorLabel>
</a>
<b class="mr-4 inline-block">
<span class="text-sm font-bold"> {{ $t('subscription') }}: </span>
<ColorLabel color="purple">

View File

@@ -338,7 +338,7 @@ export default {
width: 52px;
height: 52px;
/deep/ .folder-icon {
> .folder-icon {
@include font-size(52);
}
}

View File

@@ -45,7 +45,7 @@ export default {
line-height: 1.3;
margin-bottom: 15px;
/deep/ span {
> span {
font-size: 48px;
}
}
@@ -67,7 +67,7 @@ export default {
line-height: 1.25;
margin-bottom: 15px;
/deep/ span {
> span {
font-size: 32px;
}
}

View File

@@ -209,7 +209,7 @@ export default {
.sign-in-button {
background: rgba($theme, 0.1);
/deep/ .content {
> .content {
color: $theme;
}
}

View File

@@ -93,7 +93,7 @@ footer {
padding-top: 50px;
padding-bottom: 20px;
/deep/ a {
> a {
font-weight: 700;
}
}

View File

@@ -107,7 +107,7 @@ export default {
line-height: 1.25;
margin-bottom: 15px;
/deep/ span {
> span {
font-size: 48px;
}
}
@@ -156,7 +156,7 @@ export default {
line-height: 1.25;
margin-bottom: 15px;
/deep/ span {
> span {
font-size: 28px;
}
}

View File

@@ -44,7 +44,7 @@ export default {
margin: 0 auto;
max-width: 360px;
/deep/ .button-base {
> .button-base {
margin: 0 auto;
}
}

View File

@@ -41,11 +41,11 @@ export default {
word-break: break-word;
font-weight: 600;
/deep/ a {
> a {
font-size: 15px;
}
/deep/ b {
> b {
font-size: 15px;
font-weight: 700;
}