<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>手游下载站shaqapps - 单机破解手游、破解软件全站免费，尽在资源共享站shaqapps！</title><link>https://www.shaqapps.com/</link><description>破解手游、破解软件</description><item><title>造梦大乱斗（内置无限技能+技能使用不耗蓝+吸血）</title><link>https://www.shaqapps.com/?id=2876</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;imageModal&quot; class=&quot;fixed inset-0 bg-black/80 z-50 flex items-center justify-center hidden&quot;&gt;
    &lt;button id=&quot;closeModal&quot; class=&quot;absolute top-4 right-6 text-white text-2xl hover:text-gray-300 transition-colors&quot;&gt;&amp;amp;times;&lt;/button&gt;
    &lt;div class=&quot;max-w-[90vw] max-h-[90vh] overflow-auto&quot;&gt;
        &lt;img id=&quot;enlargedImg&quot; src alt=&quot;&quot; class=&quot;w-auto h-auto&quot;/&gt;
 &amp;nbsp;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;bg-white rounded-xl p-6 shadow-md mb-8 max-w-2xl mx-auto border border-gray-150 hover:shadow-lg transition-all duration-300&quot;&gt;
    &lt;p class=&quot;text-gray-700 leading-relaxed&quot;&gt;
        &lt;strong&gt;造梦大乱斗_内置无限技能+无限蓝量【不用管冷却时间】 中文版&lt;/strong&gt;历经半年的沉寂，灵墟将再度开启！全新的“造梦味”MOBA手游《造梦大乱斗》期待你的体验。
六耳猕猴舍身引爆仙界之时，佛陀现身，庇佑众生引渡至灵墟岛。此处为轮回之所，众生之锚；已逝者可再现，挂念者可重聚，英雄们自此获得了不死之躯。可过往的恩怨怎能如此舍弃？分外眼红，一场场激斗一触即发……延续着《造梦西游外传》的剧情，《造梦大乱斗》的故事自此展开！ 在大乱斗中，您可尽情化身师徒一行，战斗于造梦经典冒险模式中；也可摇身一变，楚江王、二郎真君、通天教主、东皇太一...造梦经典BOSS任您掌控！绝伦乱斗跃然指尖，不同以往的重塑令其拥有全新生机。
本次测试将会开放1vs1、3vs3、英雄大擂台等多重玩法，供仙尊体验最纯正的MOBA对弈快感，新增2名新英雄及8个新皮肤。
    &lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;max-w-5xl mx-auto grid grid-cols-2 lg:grid-cols-4 gap-3 mb-6&quot;&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/155/jietu4f4e497066f053c4f6d52903aac294a4202210282Bmn66.png?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/155/jietu4f4e497066f053c4f6d52903aac294a420221028R2sZWP.png?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/155/jietu4f4e497066f053c4f6d52903aac294a420221028knMrV2.png?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/155/jietu4f4e497066f053c4f6d52903aac294a420221028B9e3TY.png?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;script&gt;const modal = document.getElementById('imageModal');
const closeModal = document.getElementById('closeModal');
const enlargedImg = document.getElementById('enlargedImg');
const thumbnails = document.querySelectorAll('.img-thumbnail');

thumbnails.forEach(thumbnail =&gt; {
  thumbnail.addEventListener('click', () =&gt; {
    modal.classList.remove('hidden');
    enlargedImg.src = thumbnail.src;
    enlargedImg.alt = thumbnail.alt;
    document.body.style.overflow = 'hidden';
  });
});

closeModal.addEventListener('click', () =&gt; {
  modal.classList.add('hidden');
  document.body.style.overflow = 'auto';
});

modal.addEventListener('click', (e) =&gt; {
  if (e.target === modal) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});

document.addEventListener('keydown', (e) =&gt; {
  if (e.key === 'Escape' &amp;&amp; !modal.classList.contains('hidden')) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});&lt;/script&gt;</description><pubDate>Thu, 30 Jul 2026 08:48:33 +0800</pubDate></item><item><title>战魂铭人（无限内购）</title><link>https://www.shaqapps.com/?id=2912</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;imageModal&quot; class=&quot;fixed inset-0 bg-black/80 z-50 flex items-center justify-center hidden&quot;&gt;
    &lt;button id=&quot;closeModal&quot; class=&quot;absolute top-4 right-6 text-white text-2xl hover:text-gray-300 transition-colors&quot;&gt;&amp;amp;times;&lt;/button&gt;
    &lt;div class=&quot;max-w-[90vw] max-h-[90vh] overflow-auto&quot;&gt;
        &lt;img id=&quot;enlargedImg&quot; src alt=&quot;&quot; class=&quot;w-auto h-auto&quot;/&gt;
 &amp;nbsp;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;bg-white rounded-xl p-6 shadow-md mb-8 max-w-2xl mx-auto border border-gray-150 hover:shadow-lg transition-all duration-300&quot;&gt;
    &lt;p class=&quot;text-gray-700 leading-relaxed&quot;&gt;
        &lt;strong&gt;【动作】战魂铭人 v3.4.0_无限内购【需挂T子才能内购】中文版&lt;/strong&gt;凉屋游戏最新力作，超级带感的动作Roguelike游戏。探索风格迥异的特色世界，有清爽的竹林、禅意的庭院、恢弘的地下迷宫和迷幻的虚空宫殿。驾驭各色战斗力爆表的英雄，收集组合奇异有趣的道具，每局都是独一无二的游戏体验！
    &lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;max-w-5xl mx-auto grid grid-cols-2 lg:grid-cols-4 gap-3 mb-6&quot;&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/229/jietu3defad821292556dfe049e0e4751a39d20240808hCvGR2.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/229/jietu3defad821292556dfe049e0e4751a39d20240808GAxXUV.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/229/jietu3defad821292556dfe049e0e4751a39d20240808dvhjUt.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/229/jietu3defad821292556dfe049e0e4751a39d20240808f36mfE.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;script&gt;const modal = document.getElementById('imageModal');
const closeModal = document.getElementById('closeModal');
const enlargedImg = document.getElementById('enlargedImg');
const thumbnails = document.querySelectorAll('.img-thumbnail');

thumbnails.forEach(thumbnail =&gt; {
  thumbnail.addEventListener('click', () =&gt; {
    modal.classList.remove('hidden');
    enlargedImg.src = thumbnail.src;
    enlargedImg.alt = thumbnail.alt;
    document.body.style.overflow = 'hidden';
  });
});

closeModal.addEventListener('click', () =&gt; {
  modal.classList.add('hidden');
  document.body.style.overflow = 'auto';
});

modal.addEventListener('click', (e) =&gt; {
  if (e.target === modal) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});

document.addEventListener('keydown', (e) =&gt; {
  if (e.key === 'Escape' &amp;&amp; !modal.classList.contains('hidden')) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});&lt;/script&gt;</description><pubDate>Thu, 30 Jul 2026 08:47:54 +0800</pubDate></item><item><title>杀戮尖塔（内置作弊菜单）</title><link>https://www.shaqapps.com/?id=924</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;imageModal&quot; class=&quot;fixed inset-0 bg-black/80 z-50 flex items-center justify-center hidden&quot;&gt;
    &lt;button id=&quot;closeModal&quot; class=&quot;absolute top-4 right-6 text-white text-2xl hover:text-gray-300 transition-colors&quot;&gt;&amp;amp;times;&lt;/button&gt;
    &lt;div class=&quot;max-w-[90vw] max-h-[90vh] overflow-auto&quot;&gt;
        &lt;img id=&quot;enlargedImg&quot; src alt=&quot;&quot; class=&quot;w-auto h-auto&quot;/&gt;
 &amp;nbsp;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;bg-white rounded-xl p-6 shadow-md mb-8 max-w-2xl mx-auto border border-gray-150 hover:shadow-lg transition-all duration-300&quot;&gt;
    &lt;p class=&quot;text-gray-700 leading-relaxed&quot;&gt;
        &lt;strong&gt;【卡牌】杀戮尖塔 v2.6.1_内置多功能菜单 中文版&lt;/strong&gt;我们将卡牌游戏与Roguelike游戏融为一体，制作出了这款最棒的单机组牌游戏。打造出独一无二的牌组、遇见无数离奇的生物、发现威力强大的遗物、去屠戮这座高塔吧！

游戏特色
- 动态构建的牌组：谨慎选择你的卡牌！在攀爬高塔的途中邂逅百余张不同的卡牌，选择是否将它们加入你的牌组，通过组合和搭配来让牌组发挥力量，打败敌人、挑战登顶。

- 不断变化的高塔：每次开始爬塔的旅程时，高塔的构造都会发生变化。是选择高风险高回报，还是谨慎前行？面对不同的敌人、选择不同的卡牌、发现不同的遗物、甚至挑战不同的Boss！

- 威力强大的遗物：在塔中你将发现名为遗物的各种强大物品，这些遗物可能会与你的牌组产生强大的化学反应，让你的战力得到飞跃。但也不要过于大意，为了获得遗物，有时你所付出的代价，可会超过区区金钱……
    &lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;max-w-5xl mx-auto grid grid-cols-2 lg:grid-cols-4 gap-3 mb-6&quot;&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/0/4b223e65e4b1d10f4fd18bd0053b70e9.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/201/jietu5ccace87697bc2c37f054e6902f7d51820250326vWeKgJ.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/0/f9f2a31b5593f9ee522af17b13dd64ab.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/0/bf8501e44dac15603292546d73ee8c7e.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;script&gt;const modal = document.getElementById('imageModal');
const closeModal = document.getElementById('closeModal');
const enlargedImg = document.getElementById('enlargedImg');
const thumbnails = document.querySelectorAll('.img-thumbnail');

thumbnails.forEach(thumbnail =&gt; {
  thumbnail.addEventListener('click', () =&gt; {
    modal.classList.remove('hidden');
    enlargedImg.src = thumbnail.src;
    enlargedImg.alt = thumbnail.alt;
    document.body.style.overflow = 'hidden';
  });
});

closeModal.addEventListener('click', () =&gt; {
  modal.classList.add('hidden');
  document.body.style.overflow = 'auto';
});

modal.addEventListener('click', (e) =&gt; {
  if (e.target === modal) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});

document.addEventListener('keydown', (e) =&gt; {
  if (e.key === 'Escape' &amp;&amp; !modal.classList.contains('hidden')) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});&lt;/script&gt;</description><pubDate>Thu, 30 Jul 2026 08:47:11 +0800</pubDate></item><item><title>33天官服①（内置超级攻速+无限技能+无敌）</title><link>https://www.shaqapps.com/?id=2791</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;imageModal&quot; class=&quot;fixed inset-0 bg-black/80 z-50 flex items-center justify-center hidden&quot;&gt;
    &lt;button id=&quot;closeModal&quot; class=&quot;absolute top-4 right-6 text-white text-2xl hover:text-gray-300 transition-colors&quot;&gt;&amp;amp;times;&lt;/button&gt;
    &lt;div class=&quot;max-w-[90vw] max-h-[90vh] overflow-auto&quot;&gt;
        &lt;img id=&quot;enlargedImg&quot; src alt=&quot;&quot; class=&quot;w-auto h-auto&quot;/&gt;
 &amp;nbsp;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;bg-white rounded-xl p-6 shadow-md mb-8 max-w-2xl mx-auto border border-gray-150 hover:shadow-lg transition-all duration-300&quot;&gt;
    &lt;p class=&quot;text-gray-700 leading-relaxed&quot;&gt;
        &lt;strong&gt;生存33天官版①_内置无限技能+超级攻速+无敌 中文版&lt;/strong&gt;末日降临，快来一起搜物资，打丧尸！——签到得传说输出“麦克雷”，首发末日同行——神话输出“爱达”免费领，为你生存保驾护航——登陆上线钞票、钻石等领不停，更有随机神话宠物礼盒
生存33天是一款高自由度的末日生存“搜打撤”手游，玩家需要扮演幸存者领袖，在丧尸横行的末日中拯救幸存者、探索废墟、组建联盟，让人类文明再次伟大。【末日降临，重建人类最后的希望】未来世界，未知病毒席卷全球。神秘迷雾笼罩大地，生态崩坏，变异怪物肆虐。作为幸存者领袖，你将在绝望中建立庇护所，探索危机四伏的废土，重建最后的希望。【物资搜索，食物装备全都要】资源是生存的唯一货币！你必须深入废墟与迷雾中搜寻每一份食物、弹药与关键零件。每一次探索都是与时间的赛跑，下一份物资，可能就是活下去的希望。【尸潮来袭，用火力杀出生路】丧尸永不停息，它们成群袭来。从街头游荡的感染者到恐怖的变异怪物，你必须依托地形，运用手中一切武器与策略，构筑防线，且战且退。是隐匿潜行，还是火力覆盖？每一次交锋，都是为了明天。【自由探索，挑战极限环境】穿越现代城市荒芜区：废弃医院、破旧高铁……在多样地形中搜集稀缺资源，迎战嗜血丧尸，解锁隐藏的末日真相。每一步探索都关乎生死存亡！【组建小队，制定生存策略】招募各怀绝技的幸存者，巧妙搭配角色技能，制定专属战斗方案。直面巨型丧尸首领，用智慧与勇气突破绝境！
    &lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;max-w-5xl mx-auto grid grid-cols-2 lg:grid-cols-4 gap-3 mb-6&quot;&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/20/jietue7afc75663863d281103d57d9bbb772a20260104UjVq2u.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/20/jietue7afc75663863d281103d57d9bbb772a20260104DjCEdy.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/20/jietue7afc75663863d281103d57d9bbb772a20260104KY2TT4.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/20/jietue7afc75663863d281103d57d9bbb772a202601044JEqxy.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;script&gt;const modal = document.getElementById('imageModal');
const closeModal = document.getElementById('closeModal');
const enlargedImg = document.getElementById('enlargedImg');
const thumbnails = document.querySelectorAll('.img-thumbnail');

thumbnails.forEach(thumbnail =&gt; {
  thumbnail.addEventListener('click', () =&gt; {
    modal.classList.remove('hidden');
    enlargedImg.src = thumbnail.src;
    enlargedImg.alt = thumbnail.alt;
    document.body.style.overflow = 'hidden';
  });
});

closeModal.addEventListener('click', () =&gt; {
  modal.classList.add('hidden');
  document.body.style.overflow = 'auto';
});

modal.addEventListener('click', (e) =&gt; {
  if (e.target === modal) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});

document.addEventListener('keydown', (e) =&gt; {
  if (e.key === 'Escape' &amp;&amp; !modal.classList.contains('hidden')) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});&lt;/script&gt;</description><pubDate>Thu, 30 Jul 2026 08:46:32 +0800</pubDate></item><item><title>反应堆2：能源大亨（内置无限内购菜单）</title><link>https://www.shaqapps.com/?id=3067</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;imageModal&quot; class=&quot;fixed inset-0 bg-black/80 z-50 flex items-center justify-center hidden&quot;&gt;
    &lt;button id=&quot;closeModal&quot; class=&quot;absolute top-4 right-6 text-white text-2xl hover:text-gray-300 transition-colors&quot;&gt;&amp;amp;times;&lt;/button&gt;
    &lt;div class=&quot;max-w-[90vw] max-h-[90vh] overflow-auto&quot;&gt;
        &lt;img id=&quot;enlargedImg&quot; src alt=&quot;&quot; class=&quot;w-auto h-auto&quot;/&gt;
 &amp;nbsp;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;bg-white rounded-xl p-6 shadow-md mb-8 max-w-2xl mx-auto border border-gray-150 hover:shadow-lg transition-all duration-300&quot;&gt;
    &lt;p class=&quot;text-gray-700 leading-relaxed&quot;&gt;
        &lt;strong&gt;反应堆2_内置无限内购菜单 中文版&lt;/strong&gt;全新能源时代的开端——反应堆 2：能源大亨
反应堆 2：能源大亨将玩家带入了一个充满挑战与机遇的能源世界。在这里，你不仅是一名能源管理者，更是能源产业的设计师和建设者。游戏从最初的简易风力发电站开始，逐步壮大你的能源网络，最终掌控覆盖整座城市的复杂电力系统。通过科学合理的规划和战略部署，保证城市供电稳定，推动产业不断升级，打造属于你的能源帝国。
    &lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;max-w-5xl mx-auto grid grid-cols-2 lg:grid-cols-4 gap-3 mb-6&quot;&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://img.bamengame.com/formal/images/app/act1774951486373AwSX.webp?eo-img.resize=h/346.80&amp;auto-orient.eo-img.format=webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://img.bamengame.com/formal/images/app/act1774951486564Qky7.webp?eo-img.resize=h/346.80&amp;auto-orient.eo-img.format=webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://img.bamengame.com/formal/images/app/act1774951486680rtZF.webp?eo-img.resize=h/346.80&amp;auto-orient.eo-img.format=webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://img.bamengame.com/formal/images/app/act1774951486764rbWb.webp?eo-img.resize=h/346.80&amp;auto-orient.eo-img.format=webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;script&gt;const modal = document.getElementById('imageModal');
const closeModal = document.getElementById('closeModal');
const enlargedImg = document.getElementById('enlargedImg');
const thumbnails = document.querySelectorAll('.img-thumbnail');

thumbnails.forEach(thumbnail =&gt; {
  thumbnail.addEventListener('click', () =&gt; {
    modal.classList.remove('hidden');
    enlargedImg.src = thumbnail.src;
    enlargedImg.alt = thumbnail.alt;
    document.body.style.overflow = 'hidden';
  });
});

closeModal.addEventListener('click', () =&gt; {
  modal.classList.add('hidden');
  document.body.style.overflow = 'auto';
});

modal.addEventListener('click', (e) =&gt; {
  if (e.target === modal) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});

document.addEventListener('keydown', (e) =&gt; {
  if (e.key === 'Escape' &amp;&amp; !modal.classList.contains('hidden')) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});&lt;/script&gt;</description><pubDate>Thu, 30 Jul 2026 08:43:37 +0800</pubDate></item><item><title>恶龙守不住（免广告+无限内购）</title><link>https://www.shaqapps.com/?id=3066</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;imageModal&quot; class=&quot;fixed inset-0 bg-black/80 z-50 flex items-center justify-center hidden&quot;&gt;
    &lt;button id=&quot;closeModal&quot; class=&quot;absolute top-4 right-6 text-white text-2xl hover:text-gray-300 transition-colors&quot;&gt;&amp;amp;times;&lt;/button&gt;
    &lt;div class=&quot;max-w-[90vw] max-h-[90vh] overflow-auto&quot;&gt;
        &lt;img id=&quot;enlargedImg&quot; src alt=&quot;&quot; class=&quot;w-auto h-auto&quot;/&gt;
 &amp;nbsp;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;bg-white rounded-xl p-6 shadow-md mb-8 max-w-2xl mx-auto border border-gray-150 hover:shadow-lg transition-all duration-300&quot;&gt;
    &lt;p class=&quot;text-gray-700 leading-relaxed&quot;&gt;
        &lt;strong&gt;【射击】恶龙守不住 v3.7.0_免广告+无限内购 中文版&lt;/strong&gt;在《恶龙守不住！》的最新MOD版本中，游戏玩家可以尽情享受全新的体验。这款游戏不仅继承了原作精彩的玩法，还特别增添了“免广告得奖励”的特色属性。玩家在探索冒险的过程中，无需观看繁琐的广告，即可获得丰厚的游戏奖励，让你的游戏之旅更加畅快。快来挑战恶龙，体验升级后的快感，感受无广告带来的畅快游戏乐趣！



敌人正从四面八方涌来！你将成为新任指挥官，带领小队守住最后的防线，在一次次的冲击中不断变强，迎战最凶猛的恶龙！

【游戏特色】

◆ Roguelike 随机强化，战术自由组合：每击退一波敌人后，你都能从随机技能中择一强化，选择攻击、辅助或控制技能，打造属于你的独特战斗流派。

◆ 组建最强英雄小队：召集不同职业与能力的英雄，灵活调整站位与技能搭配，让每场守塔战斗都充满变化与策略。

◆ 爽快又解压的塔防战斗：看着敌人一波波被轰退、爆炸、击飞，每次成功防守都能带来满满成就感。

◆ 放置挂机，轻松变强：即使离线也能自动获得资源与奖励，上线即可升级英雄、防线与技能，随时开打，永不间断。

【守住胜利！ 】

恶龙正在逼近，防线岌岌可危——是时候展开你的策略对决！强化技能、组队出击、抵御敌潮，看看你能守住多久！
    &lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;max-w-5xl mx-auto grid grid-cols-2 lg:grid-cols-4 gap-3 mb-6&quot;&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://img.bamengame.com/formal/images/app/act1763087252556xhFy.webp?eo-img.resize=h/346.80&amp;auto-orient.eo-img.format=webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://img.bamengame.com/formal/images/app/act1763087252754HHYw.webp?eo-img.resize=h/346.80&amp;auto-orient.eo-img.format=webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://img.bamengame.com/formal/images/app/act1763087252836MeiP.webp?eo-img.resize=h/346.80&amp;auto-orient.eo-img.format=webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://img.bamengame.com/formal/images/app/act1763087252908wr4z.webp?eo-img.resize=h/346.80&amp;auto-orient.eo-img.format=webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;script&gt;const modal = document.getElementById('imageModal');
const closeModal = document.getElementById('closeModal');
const enlargedImg = document.getElementById('enlargedImg');
const thumbnails = document.querySelectorAll('.img-thumbnail');

thumbnails.forEach(thumbnail =&gt; {
  thumbnail.addEventListener('click', () =&gt; {
    modal.classList.remove('hidden');
    enlargedImg.src = thumbnail.src;
    enlargedImg.alt = thumbnail.alt;
    document.body.style.overflow = 'hidden';
  });
});

closeModal.addEventListener('click', () =&gt; {
  modal.classList.add('hidden');
  document.body.style.overflow = 'auto';
});

modal.addEventListener('click', (e) =&gt; {
  if (e.target === modal) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});

document.addEventListener('keydown', (e) =&gt; {
  if (e.key === 'Escape' &amp;&amp; !modal.classList.contains('hidden')) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});&lt;/script&gt;</description><pubDate>Thu, 30 Jul 2026 08:41:59 +0800</pubDate></item><item><title>辐射之城（完整版）</title><link>https://www.shaqapps.com/?id=3065</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;imageModal&quot; class=&quot;fixed inset-0 bg-black/80 z-50 flex items-center justify-center hidden&quot;&gt;
    &lt;button id=&quot;closeModal&quot; class=&quot;absolute top-4 right-6 text-white text-2xl hover:text-gray-300 transition-colors&quot;&gt;&amp;amp;times;&lt;/button&gt;
    &lt;div class=&quot;max-w-[90vw] max-h-[90vh] overflow-auto&quot;&gt;
        &lt;img id=&quot;enlargedImg&quot; src alt=&quot;&quot; class=&quot;w-auto h-auto&quot;/&gt;
 &amp;nbsp;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;bg-white rounded-xl p-6 shadow-md mb-8 max-w-2xl mx-auto border border-gray-150 hover:shadow-lg transition-all duration-300&quot;&gt;
    &lt;p class=&quot;text-gray-700 leading-relaxed&quot;&gt;
        &lt;strong&gt;辐射之城 v1.0.2 完整版 中文版&lt;/strong&gt;辐射之城欢迎你来到辐射之城。这里，一场生存大冒险，在等待着你！切尔诺贝利核电站的不幸事故，已过去四十年了。命运使然，你来到了这个地区精心重建的普里皮亚季城。你要展开神奇故事，理清所有谜团，解救你爱的人。这可不是个简单的任务。这是个幅员广阔的地域，步步都是凶险，处处都是怪异。饥饿的食肉动物、亚人类生物，都想把你咬上一口。各派势力，加之辐射及怪异现象，把这片看似宜人的景色，变成了你根本不该涉足之地。然而，你已经在这里了。要到各建筑物里去搜寻资源，特别是要到游泳池、文化中心、波利西亚酒店、普罗米修斯电影院等普里皮亚季的地标建筑和各个废弃的公寓楼里去搜寻。要妥善制作、选择你的装备。要发现、利用营地，安全度过夜晚。你能找到并使用的设备、武器和车辆，才是你的朋友。祝你好运！
    &lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;max-w-5xl mx-auto grid grid-cols-2 lg:grid-cols-4 gap-3 mb-6&quot;&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/15/jietu6f8ad4d13d7bab6d5facf78837e616ec20200811XUsey4.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/15/jietu6f8ad4d13d7bab6d5facf78837e616ec202008113z3Uuc.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/15/jietu6f8ad4d13d7bab6d5facf78837e616ec20200811v9PyKY.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/15/jietu6f8ad4d13d7bab6d5facf78837e616ec20200811jtqAyj.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;script&gt;const modal = document.getElementById('imageModal');
const closeModal = document.getElementById('closeModal');
const enlargedImg = document.getElementById('enlargedImg');
const thumbnails = document.querySelectorAll('.img-thumbnail');

thumbnails.forEach(thumbnail =&gt; {
  thumbnail.addEventListener('click', () =&gt; {
    modal.classList.remove('hidden');
    enlargedImg.src = thumbnail.src;
    enlargedImg.alt = thumbnail.alt;
    document.body.style.overflow = 'hidden';
  });
});

closeModal.addEventListener('click', () =&gt; {
  modal.classList.add('hidden');
  document.body.style.overflow = 'auto';
});

modal.addEventListener('click', (e) =&gt; {
  if (e.target === modal) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});

document.addEventListener('keydown', (e) =&gt; {
  if (e.key === 'Escape' &amp;&amp; !modal.classList.contains('hidden')) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});&lt;/script&gt;</description><pubDate>Wed, 29 Jul 2026 20:54:26 +0800</pubDate></item><item><title>终极对决（使用灵魂不减少）</title><link>https://www.shaqapps.com/?id=3064</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;imageModal&quot; class=&quot;fixed inset-0 bg-black/80 z-50 flex items-center justify-center hidden&quot;&gt;
    &lt;button id=&quot;closeModal&quot; class=&quot;absolute top-4 right-6 text-white text-2xl hover:text-gray-300 transition-colors&quot;&gt;&amp;amp;times;&lt;/button&gt;
    &lt;div class=&quot;max-w-[90vw] max-h-[90vh] overflow-auto&quot;&gt;
        &lt;img id=&quot;enlargedImg&quot; src alt=&quot;&quot; class=&quot;w-auto h-auto&quot;/&gt;
 &amp;nbsp;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;bg-white rounded-xl p-6 shadow-md mb-8 max-w-2xl mx-auto border border-gray-150 hover:shadow-lg transition-all duration-300&quot;&gt;
    &lt;p class=&quot;text-gray-700 leading-relaxed&quot;&gt;
        &lt;strong&gt;终极对决 v1.7.3 使用灵魂不减少 中文版&lt;/strong&gt;最后一场游戏是一款动作冒险游戏。
在这个令人上瘾的动作 Roguelike 冒险中踏上危险的旅程。

简单有效的游戏玩法
易于学习，但很难掌握。多余的已被删除，以保持乐趣。

多种不同的战斗方式
发现 90 多种不同的物品，并找到强大的协同作用。用特定的行为解锁 8 个不同的角色。

与您的朋友一起玩
最多 4 名玩家可以在合作社中玩，并建立多人特定的策略。
您需要添加控制器才能在多人模式下玩。

每一次死亡都会让你变得更强大
每次死亡时解锁永久升级，并学习如何优化奔跑以获得稀有物品。

寻找隐藏的首领和秘密
你不知道为什么这个游戏被命名为“最后的游戏”吗？
    &lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;max-w-5xl mx-auto grid grid-cols-2 lg:grid-cols-4 gap-3 mb-6&quot;&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/201/jietu4d875c38fdc56731fc29b5840a3c04ec20250402hKSHGY.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/201/jietu4d875c38fdc56731fc29b5840a3c04ec20250402WV4qFX.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/201/jietud0a4b8eac9a9ffd5eaea1bc84d312a8a20250402BpMzQv.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/201/jietud0a4b8eac9a9ffd5eaea1bc84d312a8a20250402XAZbMp.jpg?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;script&gt;const modal = document.getElementById('imageModal');
const closeModal = document.getElementById('closeModal');
const enlargedImg = document.getElementById('enlargedImg');
const thumbnails = document.querySelectorAll('.img-thumbnail');

thumbnails.forEach(thumbnail =&gt; {
  thumbnail.addEventListener('click', () =&gt; {
    modal.classList.remove('hidden');
    enlargedImg.src = thumbnail.src;
    enlargedImg.alt = thumbnail.alt;
    document.body.style.overflow = 'hidden';
  });
});

closeModal.addEventListener('click', () =&gt; {
  modal.classList.add('hidden');
  document.body.style.overflow = 'auto';
});

modal.addEventListener('click', (e) =&gt; {
  if (e.target === modal) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});

document.addEventListener('keydown', (e) =&gt; {
  if (e.key === 'Escape' &amp;&amp; !modal.classList.contains('hidden')) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});&lt;/script&gt;</description><pubDate>Wed, 29 Jul 2026 20:53:04 +0800</pubDate></item><item><title>地下公会：进攻（无限内购+内置多功能菜单）</title><link>https://www.shaqapps.com/?id=2948</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;imageModal&quot; class=&quot;fixed inset-0 bg-black/80 z-50 flex items-center justify-center hidden&quot;&gt;
    &lt;button id=&quot;closeModal&quot; class=&quot;absolute top-4 right-6 text-white text-2xl hover:text-gray-300 transition-colors&quot;&gt;&amp;amp;times;&lt;/button&gt;
    &lt;div class=&quot;max-w-[90vw] max-h-[90vh] overflow-auto&quot;&gt;
        &lt;img id=&quot;enlargedImg&quot; src alt=&quot;&quot; class=&quot;w-auto h-auto&quot;/&gt;
 &amp;nbsp;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;bg-white rounded-xl p-6 shadow-md mb-8 max-w-2xl mx-auto border border-gray-150 hover:shadow-lg transition-all duration-300&quot;&gt;
    &lt;p class=&quot;text-gray-700 leading-relaxed&quot;&gt;
        &lt;strong&gt;地下公会：进攻 v1.6.2 内置mod菜单 中文版&lt;/strong&gt;深入体验地下公会：进攻的极致策略快感 &amp;nbsp;
地下公会：进攻是一款讲究战术布局与实时操作结合的策略游戏，玩家将扮演公会指挥官的角色，领导一支由英雄与佣兵组成的精锐团队守护基地。游戏节奏紧凑，每一次布阵和技能释放都影响着战局的走向。面对源源不断涌来的怪物，合理调度兵力、精准选择攻击目标成为通关的关键。
    &lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;max-w-5xl mx-auto grid grid-cols-2 lg:grid-cols-4 gap-3 mb-6&quot;&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://img.bamengame.com/formal/images/app/act17793309287162nnR.webp?eo-img.resize=h/346.80&amp;auto-orient.eo-img.format=webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://img.bamengame.com/formal/images/app/act1779330928917N5hf.webp?eo-img.resize=h/346.80&amp;auto-orient.eo-img.format=webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://img.bamengame.com/formal/images/app/act1779330929036pAAZ.webp?eo-img.resize=h/346.80&amp;auto-orient.eo-img.format=webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://img.bamengame.com/formal/images/app/act1779330929138yfdH.webp?eo-img.resize=h/346.80&amp;auto-orient.eo-img.format=webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;script&gt;const modal = document.getElementById('imageModal');
const closeModal = document.getElementById('closeModal');
const enlargedImg = document.getElementById('enlargedImg');
const thumbnails = document.querySelectorAll('.img-thumbnail');

thumbnails.forEach(thumbnail =&gt; {
  thumbnail.addEventListener('click', () =&gt; {
    modal.classList.remove('hidden');
    enlargedImg.src = thumbnail.src;
    enlargedImg.alt = thumbnail.alt;
    document.body.style.overflow = 'hidden';
  });
});

closeModal.addEventListener('click', () =&gt; {
  modal.classList.add('hidden');
  document.body.style.overflow = 'auto';
});

modal.addEventListener('click', (e) =&gt; {
  if (e.target === modal) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});

document.addEventListener('keydown', (e) =&gt; {
  if (e.key === 'Escape' &amp;&amp; !modal.classList.contains('hidden')) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});&lt;/script&gt;</description><pubDate>Wed, 29 Jul 2026 20:52:38 +0800</pubDate></item><item><title>黑暗骑士养成（内置mod菜单）</title><link>https://www.shaqapps.com/?id=3063</link><description>&lt;meta charset=&quot;UTF-8&quot;/&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;/&gt;&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;div id=&quot;imageModal&quot; class=&quot;fixed inset-0 bg-black/80 z-50 flex items-center justify-center hidden&quot;&gt;
    &lt;button id=&quot;closeModal&quot; class=&quot;absolute top-4 right-6 text-white text-2xl hover:text-gray-300 transition-colors&quot;&gt;&amp;amp;times;&lt;/button&gt;
    &lt;div class=&quot;max-w-[90vw] max-h-[90vh] overflow-auto&quot;&gt;
        &lt;img id=&quot;enlargedImg&quot; src alt=&quot;&quot; class=&quot;w-auto h-auto&quot;/&gt;
 &amp;nbsp;
    &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;bg-white rounded-xl p-6 shadow-md mb-8 max-w-2xl mx-auto border border-gray-150 hover:shadow-lg transition-all duration-300&quot;&gt;
    &lt;p class=&quot;text-gray-700 leading-relaxed&quot;&gt;
        &lt;strong&gt;黑暗骑士养成 v0.0.63 内置mod菜单 中文版&lt;/strong&gt;砍杀与无限Farm放置类游戏[黑暗战士养成]通过无限Farm装备并结合来培养黑暗战士， 去击败魔王。某一天， 全身穿上黑色盔甲的战士突然出现，而往魔王的城堡前进.他挥舞着巨剑，撕破、砍破、穿破了无数的魔物。有时疯狂地狂奔, 但始终不减对魔咒的敌意。谁也不认他是谁，也不知为了什么反复这一切惨烈的战斗。只是祈祷，那某名的黑暗战士能结束这一切绝望。[游戏特色]- 通过放置来可获得各种财货及独特装备- 通过各种各样的装备和技能的组合来成长的角色- 收集60多种的佣兵和宠物，并造成自己的团队- 华丽而冲击力的技能效果和战斗动作- 攻略地下城活动丰富的成长财货- 简单的操作方式任何人都能享受- 通过OFFline奖励来养成角色
    &lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;max-w-5xl mx-auto grid grid-cols-2 lg:grid-cols-4 gap-3 mb-6&quot;&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/0/47753c52450f5443ca6e8c0e13fe185d.png?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/0/6eec9cd8203268f537d4797ef1c5736b.png?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/0/1713f728b5274ad490361448dc25bb9b.png?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
    &lt;div class=&quot;rounded-lg overflow-hidden shadow-md cursor-pointer hover:shadow-xl transition-shadow&quot;&gt;
        &lt;img src=&quot;https://images-50.7723.cn/attachments/jietu/0/8b33edeb59463b34fb9c8e63cb15cd2a.png?x-oss-process=style/fq_webp&quot; alt=&quot;&quot; class=&quot;w-full h-auto object-cover img-thumbnail&quot;/&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;script&gt;const modal = document.getElementById('imageModal');
const closeModal = document.getElementById('closeModal');
const enlargedImg = document.getElementById('enlargedImg');
const thumbnails = document.querySelectorAll('.img-thumbnail');

thumbnails.forEach(thumbnail =&gt; {
  thumbnail.addEventListener('click', () =&gt; {
    modal.classList.remove('hidden');
    enlargedImg.src = thumbnail.src;
    enlargedImg.alt = thumbnail.alt;
    document.body.style.overflow = 'hidden';
  });
});

closeModal.addEventListener('click', () =&gt; {
  modal.classList.add('hidden');
  document.body.style.overflow = 'auto';
});

modal.addEventListener('click', (e) =&gt; {
  if (e.target === modal) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});

document.addEventListener('keydown', (e) =&gt; {
  if (e.key === 'Escape' &amp;&amp; !modal.classList.contains('hidden')) {
    modal.classList.add('hidden');
    document.body.style.overflow = 'auto';
  }
});&lt;/script&gt;</description><pubDate>Wed, 29 Jul 2026 20:50:13 +0800</pubDate></item></channel></rss>