This commit is contained in:
haoouba 2021-05-09 17:25:13 +08:00
parent d387a08864
commit 4eef566a6a
3 changed files with 4 additions and 2 deletions

View File

@ -29,6 +29,8 @@ function themeInit($self)
Helper::options()->commentsRequireURL = false; Helper::options()->commentsRequireURL = false;
/* 强制用户开启评论回复 */ /* 强制用户开启评论回复 */
Helper::options()->commentsThreaded = true; Helper::options()->commentsThreaded = true;
/* 强制回复楼层最高999层 */
Helper::options()->commentsMaxNestingLevels = 999;
/* 主题开放API 路由规则 */ /* 主题开放API 路由规则 */
$path_info = $self->request->getPathinfo(); $path_info = $self->request->getPathinfo();

View File

@ -2,7 +2,7 @@
/* 获取主题当前版本号 */ /* 获取主题当前版本号 */
function _getVersion() function _getVersion()
{ {
return "6.8.8"; return "6.8.9";
}; };
/* 判断是否是手机 */ /* 判断是否是手机 */

View File

@ -1,6 +1,6 @@
{ {
"name": "typecho-joe-next", "name": "typecho-joe-next",
"version": "6.8.8", "version": "6.8.9",
"description": "A Theme Of Typecho", "description": "A Theme Of Typecho",
"main": "index.php", "main": "index.php",
"keywords": [ "keywords": [