适用于绝大多数博客网站的文章摘要生成器
2w 为文武
首字母缩写,2wGPT 是一个专门通过链接提取文字摘要生成工具,在 WordPress AI文章摘要生成插件:AI-Article-Summary 基础上又增加了 API 版本和管理后台(更加直观的管理AI摘要内容)
- 实时生成文章摘要
- 自动生成AI摘要,无需人工干预
- 一次生成AI摘要,再次生成无需消耗文字额度(可后台管理)
- 支持导出 csv 文件,数据备份更方便
- 配置简单,兼容性更强
-
你需要在博客后面位置引入js和css(引入在网站的任意位置)
<link rel="stylesheet" href="https://cdn1.tianli0.top/gh/dongyubin/AI-Summary-Link/2wGPT.css"> <script> let wwGPT_Selector = '.post-content'; let wwGPT_key = 'hPkCwC9wkWxN'; </script> <script src="https://cdn1.tianli0.top/gh/dongyubin/AI-Summary-Link/2wGPT.js"></script>
-
我们需要更改一些参数来让这个模型运作起来。
wwGPT_Selector
、wwGPT_key
这个参数是填写你的博客文章所在的元素属性的选择器,在生成提交的文本时,只会将这个选择器对应的元素内的文本进行提交,并且在这个选择器对应的元素上放插入AI摘要。如果你使用的是Hexo Butterfly主题,那么为.post-content
其他博客主题选择器值,可以参考 主题适配
先在 管理后台 注册账号,然后在 发卡平台购买激活码 ,10 万字符/19.9元,请求过得链接再次请求不会消耗字符额度,可以无限期使用。
非常多的小伙伴提供了他们对应主题的安装教程,你可以更加轻松的去使用他们。
主题名称 | wwGPT_Selector |
---|---|
hexo-theme-butterfly | #post #article-container |
hexo-theme-fluid | #board .post-content |
hexo-theme-next | #posts .post-body |
hexo-theme-redefine | .article-content.markdown-body |
hexo-theme-stellar | .md-text.content.post |
hexo-theme-volantis | #post #post-body |
hexo-theme-solitude | #post #post-body |
hugo-theme-DoIt | .page.single:not(.special) .content |
halo-theme-xue | #container .article-content #lightGallery |
wordpress: argon | #post_content |
wordpress: 7B2 | #primary-home .entry-content |
wordpress:pix | .single-content |
wordpress: Sakurairo | .post .entry-content |
wordpress: 子比主题 | .single-post .wp-posts-content |
wordpress: CorePress | .post-content-content |
wordpress: OneNav | .post-template-default .panel-body |
wordpress: ripro | .post-template-default .content-wrapper |
valaxy-theme-yun | .content .markdown-body |
typecho-bearsimple | #post-content #bearsimple-images |
typecho-bearhoney | .post-content-block .content |
typecho-handsome | #postpage #md_handsome_origin |
typecho-joe | .joe_post .joe_detail__article |
typecho-void | .articleBody |