class mobileplugin_xinrui_list_pic_search extends plugin_xinrui_list_pic_base { // 使用 Discuz! 手机版标准的全局底部钩子 function global_footer_mobile(){ global $_G; // 1. 检查用户组权限与开关 $xinrui_groups = dunserialize($_G['cache']['plugin']['xinrui_list_pic']['xinrui_groups']); if(!is_array($xinrui_groups) || !in_array($_G['groupid'], $xinrui_groups)){ return ''; } if($_G['cache']['plugin']['xinrui_list_pic']['xinrui_mobileview'] != 1){ return ''; } // 2. 兼容获取搜索结果列表 ($GLOBALS['threadlist']) $threadlist = !empty($GLOBALS['threadlist']) ? $GLOBALS['threadlist'] : (!empty($_G['threadlist']) ? $_G['threadlist'] : array()); if(empty($threadlist)) return ''; $id = $arrs = $htmls = array(); foreach($threadlist as $val){ if(!empty($val['tid'])){ $id[] = intval($val['tid']); } } if($id){ // 批量获取搜索结果的主楼内容 $rs = DB::fetch_all('SELECT tid, message FROM '.DB::table('forum_post').' WHERE tid IN ('.dimplode($id).') AND first = 1'); foreach($rs as $val){ $arrs[$val['tid']] = $val; } require_once libfile('function/post'); foreach($threadlist as $thread) { if(isset($arrs[$thread['tid']])) { $html = $this->messagehtml($arrs[$thread['tid']]['message'], $arrs[$thread['tid']]['tid']); if($html) { $htmls[$thread['tid']] = $html; } } } } if(empty($htmls)) return ''; // 3. 将图片 HTML 序列化为 JSON,由 JS 注入到搜索列表中 $json = json_encode($htmls); return ''; } } 热血高校 - Java - 幻蓝小站 - 做一个安静的网站

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 3|回复: 0

热血高校

[复制链接]
发表于 2026-7-8 05:28:21 |浙江| 显示全部楼层 |阅读模式
分类:动作游戏游戏简介  FC经典巨作热血高校成功登陆手机平台,经典的人物,不变的故事,流畅的动作,惊险的打斗,将你带回儿时的回忆,随时随地抒发你的热血情。如此经典之作手机上也可以完美呈现,你还等什么?赶快加入热血高校,我们高校见! 104||
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|幻蓝小站 |网站地图

GMT+8, 2026-8-25 18:09

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表