Typecho 文章摘要
发表于 2016/02/23 更新于 2020/04/28 25 字 1 分钟
AI 摘要 由 AI 自动生成
|
编辑主题目录文件 index.php,archive.php
在两个文件中查找:
$this->content('......');
替换成
$this->excerpt(180, '...');
即可!
|
编辑主题目录文件 index.php,archive.php
在两个文件中查找:
$this->content('......');
替换成
$this->excerpt(180, '...');
即可!