1)
set " const itemsPerPage = 50; "
When the number exceeds 50, the next page starts,
but in the next page, only the first-level directory is seen, and the files under the directory are not seen
2)
I want to go back to the upper directory, but the result is wrong,
it goes straight back to the HOME directory
Two issues
1) set " const itemsPerPage = 50; " When the number exceeds 50, the next page starts, but in the next page, only the first-level directory is seen, and the files under the directory are not seen
2) I want to go back to the upper directory, but the result is wrong, it goes straight back to the HOME directory