Loading... ## 前言 AMP:是谷歌的一项开放源代码计划,可在移动设备上快速加载的轻便型网页,旨在使网页在移动设备上快速加载并且看起来非常美观 MIP:是一套应用于移动网页的开放性技术标准。通过提供MIP-HTML规范、MIP-JS运行环境以及MIP-Cache页面缓存系统,实现移动网页加速。 我选择是AMP阅读(嫌弃百度 <img src="https://assets.zigao.info/www.zigao.info/handsome/assets/img/emotion/aru/despise.png" class="emotion-aru"> ) <div class="tip inlineBlock info"> 我的文章是`www.zigao.info/cid`不是的有所不同我这里只写cid文章的(只要是cid就行不管是`www.zigao.info/*/cid`还是和我一样都行)并且是用[handsome主题][1] </div> 需要一个插件 [AMP/MIP][2] 可以生成AMP/MIP页面 ## 正文 我们找到`libs/Content.php` 搜索`阅读模式` 这段代码下面 ```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>'; } ``` 加上 ```php 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大功告成 !!! <!--是不是有点水--> !!! [1]: https://www.ihewro.com/archives/489/ [2]: https://holmesian.org/AMP-for-Typecho Last modification:July 8, 2022 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 0 大哥给点钱吧~ヽ(・ω・´メ)(微信 支付宝 QQ都是一个码哦~