[mirotalksfu] - make 'about' customizable
هذا الالتزام موجود في:
@@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
|
||||
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.7.18
|
||||
* @version 1.7.19
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -4902,41 +4902,53 @@ function showAbout() {
|
||||
|
||||
Swal.fire({
|
||||
background: swalBackground,
|
||||
imageUrl: image.about,
|
||||
customClass: { image: 'img-about' },
|
||||
position: 'center',
|
||||
title: 'WebRTC SFU v1.7.18',
|
||||
imageUrl: BRAND.about?.imageUrl && BRAND.about.imageUrl.trim() !== ''
|
||||
? BRAND.about.imageUrl
|
||||
: image.about,
|
||||
customClass: { image: 'img-about' },
|
||||
title: BRAND.about?.title && BRAND.about.title.trim() !== ''
|
||||
? BRAND.about.title
|
||||
: 'WebRTC SFU v1.7.19',
|
||||
html: `
|
||||
<br />
|
||||
<div id="about">
|
||||
<button
|
||||
id="support-button"
|
||||
data-umami-event="Support button"
|
||||
onclick="window.open('https://codecanyon.net/user/miroslavpejic85')">
|
||||
<i class="fas fa-heart"></i>
|
||||
Support
|
||||
</button>
|
||||
<br /><br /><br />
|
||||
Author: <a
|
||||
id="linkedin-button"
|
||||
data-umami-event="Linkedin button"
|
||||
href="https://www.linkedin.com/in/miroslav-pejic-976a07101/" target="_blank">
|
||||
Miroslav Pejic
|
||||
</a>
|
||||
<br /><br />
|
||||
Email:<a
|
||||
id="email-button"
|
||||
data-umami-event="Email button"
|
||||
href="mailto:miroslav.pejic.85@gmail.com?subject=MiroTalk SFU info">
|
||||
miroslav.pejic.85@gmail.com
|
||||
</a>
|
||||
<br /><br />
|
||||
<hr />
|
||||
<span>© 2025 MiroTalk SFU, all rights reserved</span>
|
||||
<hr />
|
||||
</div>
|
||||
<br />
|
||||
<div id="about">
|
||||
${
|
||||
BRAND.about?.html && BRAND.about.html.trim() !== ''
|
||||
? BRAND.about.html
|
||||
: `
|
||||
<button
|
||||
id="support-button"
|
||||
data-umami-event="Support button"
|
||||
onclick="window.open('https://codecanyon.net/user/miroslavpejic85', '_blank')">
|
||||
<i class="fas fa-heart"></i> Support
|
||||
</button>
|
||||
<br /><br /><br />
|
||||
Author:
|
||||
<a
|
||||
id="linkedin-button"
|
||||
data-umami-event="Linkedin button"
|
||||
href="https://www.linkedin.com/in/miroslav-pejic-976a07101/"
|
||||
target="_blank">
|
||||
Miroslav Pejic
|
||||
</a>
|
||||
<br /><br />
|
||||
Email:
|
||||
<a
|
||||
id="email-button"
|
||||
data-umami-event="Email button"
|
||||
href="mailto:miroslav.pejic.85@gmail.com?subject=MiroTalk SFU info">
|
||||
miroslav.pejic.85@gmail.com
|
||||
</a>
|
||||
<br /><br />
|
||||
<hr />
|
||||
<span>© 2025 MiroTalk SFU, all rights reserved</span>
|
||||
<hr />
|
||||
`
|
||||
}
|
||||
</div>
|
||||
`,
|
||||
showClass: { popup: 'animate__animated animate__fadeInDown' },
|
||||
hideClass: { popup: 'animate__animated animate__fadeOutUp' },
|
||||
});
|
||||
}
|
||||
}
|
||||
المرجع في مشكلة جديدة
حظر مستخدم