更新
This commit is contained in:
parent
d387a08864
commit
4eef566a6a
@ -29,6 +29,8 @@ function themeInit($self)
|
||||
Helper::options()->commentsRequireURL = false;
|
||||
/* 强制用户开启评论回复 */
|
||||
Helper::options()->commentsThreaded = true;
|
||||
/* 强制回复楼层最高999层 */
|
||||
Helper::options()->commentsMaxNestingLevels = 999;
|
||||
/* 主题开放API 路由规则 */
|
||||
$path_info = $self->request->getPathinfo();
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
/* 获取主题当前版本号 */
|
||||
function _getVersion()
|
||||
{
|
||||
return "6.8.8";
|
||||
return "6.8.9";
|
||||
};
|
||||
|
||||
/* 判断是否是手机 */
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "typecho-joe-next",
|
||||
"version": "6.8.8",
|
||||
"version": "6.8.9",
|
||||
"description": "A Theme Of Typecho",
|
||||
"main": "index.php",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user