How to realize infinite nesting of comments by Typecho

how Typecho implements infinite nesting of comments

it is useless to find some tutorials by yourself! Solve!

Mar.12,2021

add

to functions.php
function themeInit($archive)
{
 Helper::options()->commentsMaxNestingLevels = 999;//999.7
}
Menu