| 钩子名称 |
功能说明 |
参数 |
| `guaqi_query_str_article_single_header` |
文章详情页头部,返回标题、作者、发布时间、浏览量 |
$str, $module, $page_data |
| `guaqi_query_str_article_single_category` |
文章分类信息,返回分类名称、链接、层级 |
$str, $module, $page_data |
| `guaqi_query_str_article_single_interactive` |
文章互动数据,返回点赞数、收藏数、评论数、是否点赞/收藏状态 |
$str, $module, $page_data |
| `guaqi_query_str_article_single_comment` |
文章评论列表,返回评论内容、回复、用户信息 |
$str, $module, $page_data |
| `guaqi_query_str_article_single_banner` |
文章封面/横幅图片,返回图片URL、alt文本 |
$str, $module, $page_data |
| `guaqi_query_str_article_single_video` |
文章视频内容,返回视频URL、封面、时长、播放数 |
$str, $module, $page_data |
| `guaqi_query_str_article_single_gallery` |
文章图片画廊,返回图片列表、布局方式 |
$str, $module, $page_data |
| `guaqi_query_str_article_single_audio` |
文章音频内容,返回音频URL、封面、时长 |
$str, $module, $page_data |
| `guaqi_query_str_article_single_resource` |
文章下载资源/附件,返回下载地址、文件名、文件大小 |
$str, $module, $page_data |
| `guaqi_query_str_article_single_content` |
文章正文HTML内容,返回处理后的文章内容 |
$str, $module, $page_data |
| `guaqi_query_str_article_single_tags` |
文章标签列表,返回标签名称、链接 |
$str, $module, $page_data |