XLX笔记

含标签“typecho”的文章

Typecho添加网站加载时间

在主题下的 functions.php 中加入以下代码:/** * 加载时间 * @return bool */ function timer_start() { global $timesta...