background
  • 分类:Typecho
  • 文章总计:13

Handsome主题关闭文章内的朗读功能

在开发者设置-开发者高级设置中添加{ “post_speech”:false }暂无简介

# VPS

Handsome主题在未登录页面添加编辑按钮

编辑/usr/themes/handsome/libs/目录下的Content.php文件nano /html/typecho-1.2.1/usr/themes/handsome/libs/Content.php查找if ($isLogin)并修改为if (1) ("朗读文章") . '"&g...暂无简介

# VPS

Cuteen主题独立页面添加编辑按钮

在 /html/typecho-1.2.1/usr/themes/Cuteen 目录中,打开 page.php 文件,将代码添加到下面的代码后面<span class="item">正文</span>编辑page.php 文件nano /html/typecho-1.2.1/usr/themes/Cuteen...暂无简介

# VPS