mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-29 15:44:41 +00:00
ad test
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -14,8 +14,12 @@
|
|||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
@click.self="deselect"
|
@click.self="deselect"
|
||||||
>
|
>
|
||||||
|
<div v-html="config.ads"></div>
|
||||||
|
|
||||||
<ins class="adsbygoogle"
|
<ins class="adsbygoogle"
|
||||||
style="display:block"
|
style="display:block"
|
||||||
|
data-adtest="on"
|
||||||
|
data-ad-test="on"
|
||||||
data-ad-format="fluid"
|
data-ad-format="fluid"
|
||||||
data-ad-layout-key="-h0-8+2c-1x-39"
|
data-ad-layout-key="-h0-8+2c-1x-39"
|
||||||
data-ad-client="ca-pub-8058330732865164"
|
data-ad-client="ca-pub-8058330732865164"
|
||||||
@@ -45,7 +49,7 @@ export default {
|
|||||||
ItemHandler,
|
ItemHandler,
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters(['isVisibleSidebar', 'currentFolder', 'itemViewType', 'clipboard', 'entries']),
|
...mapGetters(['isVisibleSidebar', 'currentFolder', 'itemViewType', 'clipboard', 'entries', 'config']),
|
||||||
draggedItems() {
|
draggedItems() {
|
||||||
// Set opacity for dragged items
|
// Set opacity for dragged items
|
||||||
if (!this.clipboard.includes(this.draggingId)) {
|
if (!this.clipboard.includes(this.draggingId)) {
|
||||||
|
|||||||
@@ -54,12 +54,6 @@
|
|||||||
<meta name="format-detection" content="address=no">
|
<meta name="format-detection" content="address=no">
|
||||||
|
|
||||||
@include('vuefilemanager.others.color-template')
|
@include('vuefilemanager.others.color-template')
|
||||||
|
|
||||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8058330732865164" crossorigin="anonymous"></script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="{{ is_dev() ? 'debug-screen' : '' }}">
|
<body class="{{ is_dev() ? 'debug-screen' : '' }}">
|
||||||
|
|
||||||
@@ -156,6 +150,14 @@
|
|||||||
// App settings
|
// App settings
|
||||||
userRegistration: {{ $settings->registration ?? 1 }},
|
userRegistration: {{ $settings->registration ?? 1 }},
|
||||||
userVerification: {{ $settings->user_verification ?? 0 }},
|
userVerification: {{ $settings->user_verification ?? 0 }},
|
||||||
|
|
||||||
|
ads: `<ins class="adsbygoogle min-h-xs"
|
||||||
|
style="display:block"
|
||||||
|
data-ad-format="fluid"
|
||||||
|
data-ad-layout-key="-h0-8+2c-1x-39"
|
||||||
|
data-ad-client="ca-pub-8058330732865164"
|
||||||
|
data-adtest="on"
|
||||||
|
data-ad-slot="6184326900"></ins>`,
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -179,5 +181,11 @@
|
|||||||
{{--Application development script--}}
|
{{--Application development script--}}
|
||||||
<script src="{{ mix('js/main.js') }}"></script>
|
<script src="{{ mix('js/main.js') }}"></script>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8058330732865164" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user