{{ index }}
❮
❯
{{ currentPage === 0 ? '封面' : (currentPage === pages.length - 1 ? '封底' : `第 ${currentPage} 页 / 共 ${pages.length - 2} 页`) }}