前言
AMP:是谷歌的一项开放源代码计划,可在移动设备上快速加载的轻便型网页,旨在使网页在移动设备上快速加载并且看起来非常美观
MIP:是一套应用于移动网页的开放性技术标准。通过提供MIP-HTML规范、MIP-JS运行环境以及MIP-Cache页面缓存系统,实现移动网页加速。
我选择是AMP阅读(嫌弃百度 )
我的文章是
blog.zigao.info/cid
不是的有所不同我这里只写cid文章的(只要是cid就行不管是
blog.zigao.info/*/cid
还是和我一样都行)并且是用
handsome主题
需要一个插件 AMP/MIP
可以生成AMP/MIP页面
正文
我们找到libs/Content.php
搜索阅读模式
这段代码下面
if (!$isCustom){
$html .= '<a data-morphing="" id="morphing" data-src="#morphing-content" href="javascript:;" class="read_mode superscript m-l-sm"
data-toggle="tooltip" data-placement="right" data-original-title="' . _mt("阅读模式") . '"><i data-feather="book-open"></i></a>';
}
加上
if (!$isCustom){
$html .= '<a class="plus-font-AMP" href="https://你的域名/amp/'.$archive->cid.'"><i data-feather="smartphone"></i></a>
<style>
.plus-font-AMP {
padding-left: 1.4375rem;
}
</style>';
ok大功告成