Skip to content

Commit

Permalink
✨ 新增 抽屉底部引用
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaoo committed Mar 6, 2025
1 parent abff987 commit fd1191d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function drawerBottom(){
}
echo '</div>';
}
echo (!empty(Helper::options()->drawerFooter)) ? Helper::options()->drawerFooter : '';
}

// 文章短代码
Expand Down
1 change: 1 addition & 0 deletions includes/setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ function themeConfig($form) {
]
}").
$config->textarea('drawerBottom', '抽屉底部功能', '可以在此往抽屉底部添加按钮,最多仅能展示6个。').
$config->textarea('drawerFooter', '抽屉底部引用', '输入你所想要添加的内容即可添加至抽屉底部哦!如需推荐看看主题文档哦!').
$config->textarea('otherHeader', '顶部引用', '输入你所想要添加的内容即可哦!').
$config->textarea('otherFooter', '底部引用', '输入你所想要添加的内容即可哦!').
$config->textarea('otherCss', '更多CSS', '输入你所想要添加的CSS即可哦!').
Expand Down

0 comments on commit fd1191d

Please sign in to comment.