编辑/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>
最后修改:2024 年 10 月 12 日
如果觉得我的文章对你有用,请随意赞赏