mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-06-04 11:25:39 +08:00
12 lines
122 B
JavaScript
12 lines
122 B
JavaScript
|
|
|
|
|
|
function NextSlide()
|
|
{
|
|
$('.swiper-button-next').click();
|
|
}
|
|
|
|
function PreSlide()
|
|
{
|
|
$('.swiper-button-prev').click();
|
|
} |