This commit is contained in:
rustdesk 2024-10-12 08:46:03 +08:00
parent 2481a9f4b7
commit 3acb268f90
3 changed files with 1 additions and 4 deletions

View File

@ -24,7 +24,6 @@ export const config: CookieConsentConfig = {
label: label:
'<a href="https://marketingplatform.google.com/about/analytics/terms/us/" target="_blank">Google Analytics 4 (dummy)</a>', '<a href="https://marketingplatform.google.com/about/analytics/terms/us/" target="_blank">Google Analytics 4 (dummy)</a>',
onAccept: () => { onAccept: () => {
console.log('ga4 accepted');
// TODO: load ga4 // TODO: load ga4
}, },
onReject: () => { onReject: () => {

View File

@ -10,8 +10,6 @@ const Carousel = ({ list }) => {
<Swiper <Swiper
spaceBetween={0} spaceBetween={0}
slidesPerView={1} slidesPerView={1}
onSlideChange={() => console.log('slide change')}
onSwiper={(swiper) => console.log(swiper)}
pagination={{ clickable: true }} pagination={{ clickable: true }}
style={{ style={{
'--swiper-pagination-bullet-inactive-color': '#fff', '--swiper-pagination-bullet-inactive-color': '#fff',

View File

@ -302,7 +302,7 @@ const metadata = {
if (window.location.href.indexOf("custom2") > 0) { if (window.location.href.indexOf("custom2") > 0) {
setTimeout(function() { window.location = "#custom2"; }, 150); setTimeout(function() { window.location = "#custom2"; }, 150);
} else { } else {
document.getElementById("custom2").parentElement.parentElement.parentElement.style.display = 'none'; setTimeout(function() { document.getElementById("custom2").parentElement.parentElement.parentElement.style.display = 'none'; }, 0);
} }
document.getElementById("users2").oninput = function() { document.getElementById("users2").oninput = function() {