编辑/usr/themes/handsome/libs/
目录下的Content.php
文件
nano /html/typecho-1.2.1/usr/themes/handsome/libs/Content.php
查找if ($isLogin)
并修改为if (1)
("朗读文章") . '"><i data-feather="mic"></i></a>';
}
if ($isLogin) { #<----------------修改该处
if ($archive->is("page")) {
$html .= '
<a class="m-l-sm superscript" href="' . Helper::options()->adminUrl . 'write-page.php?cid=' . $archive->cid . '"
target="_blank"><i data-feather="edit" aria-hidden="true"></i></a>