Merge branch 'main' into feat/theme-landing-2

This commit is contained in:
tangly1024.com
2024-02-07 18:58:59 +08:00

View File

@@ -24,6 +24,8 @@ function scanSubdirectories(directory) {
// if (stats.isDirectory() && file !== 'landing') {
// subdirectories.push(file)
// }
subdirectories.push(file)
})
return subdirectories