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
查看: 8|回复: 0

忍者神龟-邪恶重生

[复制链接]
发表于 2026-7-8 05:28:34 |浙江| 显示全部楼层 |阅读模式
分类:动作游戏游戏简介  在纽约市一条大街的地下管道里住着四只功夫高强的忍者神龟和他们的老师斯普林特——一只来自日本的超级大老鼠。神龟们各个骁勇善战,身怀绝技,为了维护正义,保卫城市家园,他们同狡猾的巴克斯特·斯多克曼博士、紫龙帮的坏蛋以及一伙神秘且训练有素的忍者(史莱德的部下)展开殊死搏斗… 232||
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

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

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

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