<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta name="google-site-verification" content="PENDING_VERIFICATION" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>生物计算机技术知识引擎 - BioComputing Knowledge Engine</title>
<meta name="description" content="DNA计算、类器官智能、基因电路、生物芯片一站式查询">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🧬</text></svg>">
<style>
:root{--bg:#0a0e17;--bg2:#111827;--bg3:#1a2236;--border:#1e2d4a;--text:#e2e8f0;--text2:#94a3b8;--accent:#06b6d4;--accent2:#f59e0b}
*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui;background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--accent);text-decoration:none}
.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(10,14,23,0.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1100px;margin:0 auto;padding:0 20px;display:flex;align-items:center;height:52px;gap:20px}.nav-logo{font-size:17px;font-weight:700;color:#fff}.nav-links{display:flex;gap:16px;font-size:13px}.nav-links a{color:var(--text2)}
.hero{text-align:center;padding:100px 20px 40px}.hero h1{font-size:2.2em;margin-bottom:8px}.hero h1 span{color:var(--accent)}.hero p{color:var(--text2);max-width:600px;margin:0 auto 24px}
.stats{display:flex;justify-content:center;gap:24px;margin-bottom:40px;flex-wrap:wrap}.stat{text-align:center;padding:12px 20px;background:var(--bg2);border-radius:8px;border:1px solid var(--border);min-width:100px}.stat-num{font-size:1.8em;font-weight:800;color:var(--accent)}.stat-label{font-size:12px;color:var(--text2)}
.section{max-width:1100px;margin:0 auto;padding:0 20px 40px}.section h2{font-size:1.4em;margin-bottom:16px}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}
.card{background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:16px;cursor:pointer;transition:border-color .2s}.card:hover{border-color:var(--accent)}.card h3{font-size:1em;margin-bottom:8px;color:var(--accent)}.card-row{display:flex;justify-content:space-between;font-size:13px;color:var(--text2);padding:2px 0}.card-row span:last-child{color:var(--text);font-weight:500}
.footer{text-align:center;padding:40px 20px;color:var(--text2);font-size:13px;border-top:1px solid var(--border)}
.modal{display:none;position:fixed;inset:0;z-index:200;background:rgba(0,0,0,0.7);align-items:center;justify-content:center}.modal.active{display:flex}.modal-body{background:var(--bg2);border-radius:12px;padding:24px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;border:1px solid var(--border)}.modal-body h3{color:var(--accent);margin-bottom:12px}.modal-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--border);font-size:14px}.modal-row span:first-child{color:var(--text2)}
.search{width:100%;max-width:500px;padding:12px 16px;background:var(--bg2);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:15px;outline:none}.search:focus{border-color:var(--accent)}
@media(max-width:600px){.grid{grid-template-columns:1fr}.stats{gap:12px}.hero h1{font-size:1.6em}}

/* Anti-scraping CSS */
.detail-val, .entity-desc {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.detail-val::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* Honeypot - invisible to humans */
.honey-link {
  display: none !important;
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  overflow: hidden;
}


@media(max-width:768px){div[style*="grid-template-columns:repeat(3,1fr)"]{grid-template-columns:1fr!important}}
</style>
</head>
<body>
<div class="nav"><div class="nav-inner">
  <div class="nav-logo">🧬 <span>生物计算机技术知识引擎</span></div>
  <div class="nav-links">
    <a href="#synbio">合成生物学</a>
    <a href="#longevity">长寿科技</a>
    <a href="https://genetech.tools" style="color:var(--accent2)">← 主站</a>
    <a href="https://genetech.tools/banned-words" style="color:#ff6b6b;font-weight:600" target="_blank">🛡️ 违禁词检测</a>
      </div>
</div></div>
<div class="hero">
  <h1>🧬 <span>生物计算机技术知识引擎</span></h1>
  <p>DNA计算、类器官智能、基因电路、生物芯片一站式查询</p>
  <input class="search" placeholder="搜索..." oninput="handleSearch(this.value)">
  <div class="stats" style="margin-top:24px"><div class="stat"><div class="stat-num">6</div><div class="stat-label">合成生物学</div></div>
    <div class="stat"><div class="stat-num">5</div><div class="stat-label">长寿科技</div></div>
  <!-- 三大板块入口 -->
  <div style="max-width:1200px;margin:0 auto 30px;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px">
    <!-- 板块① 知识库 -->
    <div style="background:var(--bg2);border:2px solid #10b981;border-radius:16px;padding:20px;position:relative;overflow:hidden">
      <div style="position:absolute;top:0;right:0;background:#10b981;color:#000;font-size:10px;font-weight:700;padding:3px 10px;border-radius:0 0 0 8px">板块①</div>
      <div style="font-size:28px;margin-bottom:8px">🧬</div>
      <div style="font-size:16px;font-weight:700;color:#10b981;margin-bottom:4px">知识库</div>
      <div style="font-size:12px;color:var(--text2);margin-bottom:12px">31实体 · 3生物伦理 · 3生物信息 · 5生物工具 · 8抗衰老 · 4再生医学 · 8合成生物</div>
      <div style="display:flex;gap:6px;flex-wrap:wrap">
        <a href="#" style="font-size:11px;padding:4px 10px;background:rgba(255,255,255,0.08);color:#10b981;border-radius:8px;text-decoration:none">浏览数据</a>
        <a href="/api/data.json" target="_blank" style="font-size:11px;padding:4px 10px;background:rgba(255,255,255,0.08);color:#10b981;border-radius:8px;text-decoration:none">API</a>
        <a href="/llms.txt" target="_blank" style="font-size:11px;padding:4px 10px;background:rgba(255,255,255,0.08);color:#10b981;border-radius:8px;text-decoration:none">LLM索引</a>
      </div>
    </div>
    <!-- 板块③ Pro变现 -->
    <div style="background:var(--bg2);border:2px solid #f59e0b;border-radius:16px;padding:20px;position:relative;overflow:hidden">
      <div style="position:absolute;top:0;right:0;background:#f59e0b;color:#000;font-size:10px;font-weight:700;padding:3px 10px;border-radius:0 0 0 8px">板块③</div>
      <div style="font-size:28px;margin-bottom:8px">💎</div>
      <div style="font-size:16px;font-weight:700;color:#f59e0b;margin-bottom:4px">Pro 订阅</div>
      <div style="font-size:12px;color:var(--text2);margin-bottom:12px">完整数据库 · API访问 · MCP Server · 从$19/月</div>
      <div style="display:flex;gap:6px;flex-wrap:wrap">
        <a href="/credits.html" style="font-size:11px;padding:4px 10px;background:rgba(245,158,11,0.15);color:#f59e0b;border-radius:8px;text-decoration:none">💎 定价</a>
        <a href="/order.html" style="font-size:11px;padding:4px 10px;background:rgba(245,158,11,0.15);color:#f59e0b;border-radius:8px;text-decoration:none">🛒 订购</a>
        <a href="/api/openapi.json" target="_blank" style="font-size:11px;padding:4px 10px;background:rgba(245,158,11,0.15);color:#f59e0b;border-radius:8px;text-decoration:none">🔌 API</a>
      </div>
    </div>
  </div>

  <!-- 场景化CTA -->
  <div style="max-width:1200px;margin:0 auto 30px;padding:0 20px">
    <div style="background:linear-gradient(135deg,var(--bg2),var(--bg3));border:1px solid var(--border);border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap">
      <div style="flex:1;min-width:250px">
        <div style="font-size:15px;font-weight:700;margin-bottom:6px">💡 用AI分析这些数据</div>
        <div style="font-size:13px;color:var(--text2)">用ATEX AI对话深度分析数据，用TTS生成口播音频，用图像理解提取图表，用浏览器自动化采集更多信息</div>
      </div>
      
    </div>
  </div>

</div>
</div>
<div class="section" id="synbio">
  <h2>🧬 合成生物学</h2>
  <div class="grid" id="grid-synbio"></div>
</div>

<div class="section" id="longevity">
  <h2>🧬 长寿科技</h2>
  <div class="grid" id="grid-longevity"></div>
</div>
<div class="footer"><p>生物计算机技术知识引擎 · biocompute.genetech.tools · Powered by <a href="https://genetech.tools">GeneTech Tools</a></p></div>
<div class="modal" id="modal" onclick="if(event.target===this)closeModal()"><div class="modal-body" id="modalContent"></div></div>
<script>
const DB = {"updated":"2026-05-26T04:44:16.574Z","name":"生物计算机技术知识引擎","icon":"🧬","domain":"biocompute.genetech.tools","subtitle":"BioComputing Knowledge Engine","desc":"DNA计算、类器官智能、基因电路、生物芯片一站式查询","stats":{"synbio":6,"longevity":5},"categories":{"synbio":{"name":"合成生物学","entities":[{"id":"SB-001","name":"CRISPR-Cas9","type":"基因编辑","applications":["基因治疗","作物改良"],"companies":["Editas","CRISPR Therapeutics"],"maturity":"临床阶段"},{"id":"SB-002","name":"碱基编辑","type":"基因编辑","applications":["遗传病治疗"],"companies":["Beam Therapeutics"],"maturity":"临床阶段"},{"id":"SB-003","name":"先导编辑","type":"基因编辑","applications":["复杂突变修复"],"companies":["Prime Medicine"],"maturity":"临床前"},{"id":"SB-004","name":"mRNA疗法","type":"核酸药物","applications":["疫苗","蛋白替代","癌症"],"companies":["Moderna","BioNTech"],"maturity":"已上市"},{"id":"SB-005","name":"CAR-T","type":"细胞治疗","applications":["血液肿瘤"],"companies":["诺华","吉利德","传奇生物"],"maturity":"已上市"},{"id":"SB-006","name":"生物制造","type":"合成生物","applications":["生物塑料","食品蛋白"],"companies":["Ginkgo","华熙生物"],"maturity":"商用"}]},"longevity":{"name":"长寿科技","entities":[{"id":"LG-001","name":"NAD+补充","type":"代谢调节","mechanism":"提升NAD+水平","clinical_stage":"II期","potential":"中等"},{"id":"LG-002","name":"雷帕霉素","type":"mTOR抑制","mechanism":"抑制mTOR通路","clinical_stage":"I期","potential":"高"},{"id":"LG-003","name":"二甲双胍","type":"代谢调节","mechanism":"AMPK激活","clinical_stage":"III期","potential":"中等"},{"id":"LG-004","name":"表观遗传重编程","type":"细胞重编程","mechanism":"Yamanaka因子","clinical_stage":"临床前","potential":"极高"},{"id":"LG-005","name":"衰老细胞清除","type":"细胞治疗","mechanism":"杀衰老细胞","clinical_stage":"I期","potential":"高"}]}}};
for(const[key,cat]of Object.entries(DB.categories)){const grid=document.getElementById('grid-'+key);if(!grid)continue;grid.innerHTML=cat.entities.map(e=>{const entries=Object.entries(e).filter(([k])=>k!=='id').slice(0,5);return'<div class="card" onclick="showDetail(''+key+'',''+e.id+'')"><h3>'+(e.name||e.name_en||e.id)+'</h3>'+entries.map(([k,v])=>'<div class="card-row"><span>'+k.replace(/_/g,' ')+'</span><span>'+(Array.isArray(v)?v.join(', '):v)+'</span></div>').join('')+'</div>'}).join('')}
function showDetail(catKey,id){const entity=DB.categories[catKey].entities.find(e=>e.id===id);if(!entity)return;const rows=Object.entries(entity).filter(([k])=>k!=='id').map(([k,v])=>'<div class="modal-row"><span>'+k.replace(/_/g,' ')+'</span><span>'+(Array.isArray(v)?v.join(', '):v)+'</span></div>').join('');document.getElementById('modalContent').innerHTML='<h3>'+(entity.name||entity.name_en||entity.id)+'</h3>'+rows;document.getElementById('modal').classList.add('active')}
function handleSearch(q){q=q.toLowerCase().trim();for(const[key,cat]of Object.entries(DB.categories)){const grid=document.getElementById('grid-'+key);if(!grid)continue;const filtered=q?cat.entities.filter(e=>JSON.stringify(e).toLowerCase().includes(q)):cat.entities;grid.innerHTML=filtered.map(e=>{const entries=Object.entries(e).filter(([k])=>k!=='id').slice(0,5);return'<div class="card" onclick="showDetail(''+key+'',''+e.id+'')"><h3>'+(e.name||e.name_en||e.id)+'</h3>'+entries.map(([k,v])=>'<div class="card-row"><span>'+k.replace(/_/g,' ')+'</span><span>'+(Array.isArray(v)?v.join(', '):v)+'</span></div>').join('')+'</div>'}).join('')}}
function closeModal(){document.getElementById('modal').classList.remove('active')}
</script>

<!-- Honeypot - invisible to real users, traps bots -->
<div class="honey-link">
  <a href="/api/honeypot.json">Download all data</a>
  <a href="/api/export.json">Export database</a>
  <a href="/admin/">Admin panel</a>
  <a href="/backup/">Backup</a>
</div>
<script>
// Anti-scraping JavaScript
(function(){
  // 1. Anti-debugging
  const d=new Date();debugger;
  setInterval(function(){debugger;},3000);
  
  // 2. Detect DevTools
  let devtoolsOpen=false;
  const threshold=160;
  const check=()=>{
    const widthThreshold=window.outerWidth-window.innerWidth>threshold;
    const heightThreshold=window.outerHeight-window.innerHeight>threshold;
    if(widthThreshold||heightThreshold){
      if(!devtoolsOpen){
        devtoolsOpen=true;
        document.body.innerHTML='<h1 style="text-align:center;margin-top:40vh">Access Denied</h1>';
      }
    }else{devtoolsOpen=false;}
  };
  setInterval(check,1000);
  
  // 3. Honeypot link monitoring
  document.querySelectorAll('.honey-link a').forEach(a=>{
    a.addEventListener('click',function(e){
      e.preventDefault();
      // Bot detected - redirect to honeypot
      window.location.href='/api/honeypot.json';
    });
  });
  
  // 4. Right-click protection on entity content
  document.querySelectorAll('.detail-val, .entity-desc').forEach(el=>{
    el.addEventListener('contextmenu',e=>e.preventDefault());
    el.addEventListener('copy',e=>{
      e.preventDefault();
      e.clipboardData.setData('text/plain','Content protected. Visit '+window.location.href);
    });
  });
  
  // 5. Canvas fingerprint for bot detection
  try{
    const canvas=document.createElement('canvas');
    const ctx=canvas.getContext('2d');
    ctx.textBaseline='top';
    ctx.font='14px Arial';
    ctx.fillText('🤖',2,2);
    const fp=canvas.toDataURL().slice(-50);
    if(!fp||fp.length<10){
      // Likely headless browser
      document.body.style.display='none';
    }
  }catch(e){}
  
  // 6. Mouse movement tracking (bots don't move mouse)
  let mouseMoved=false;
  document.addEventListener('mousemove',()=>{mouseMoved=true;},{once:true});
  setTimeout(()=>{
    if(!mouseMoved && !window._botChecked){
      window._botChecked=true;
      // No mouse movement in 5 seconds - might be a bot
      // Add a hidden verification challenge
      const verify=document.createElement('div');
      verify.style.cssText='position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:99999;display:flex;align-items:center;justify-content:center;color:white;font-size:24px;cursor:pointer';
      verify.textContent='Click to continue';
      verify.onclick=()=>{verify.remove();};
      document.body.appendChild(verify);
    }
  },5000);
  
  // 7. Disable keyboard shortcuts for copying
  document.addEventListener('keydown',function(e){
    if((e.ctrlKey||e.metaKey)&&(e.key==='c'||e.key==='u'||e.key==='s'||e.key==='a')){
      if(e.target.closest('.detail-val,.entity-desc')){
        e.preventDefault();
      }
    }
  });
})();
</script>

<!-- API Pro CTA -->
<div id="apiCta" style="position:fixed;bottom:20px;right:20px;z-index:999;background:linear-gradient(135deg,#1e3a5f,#0a2540);border:1px solid #06b6d4;border-radius:12px;padding:14px 18px;max-width:260px;box-shadow:0 4px 20px rgba(6,182,212,0.3);cursor:pointer;transition:all .3s" onmouseover="this.style.transform='translateY(-2px)'" onmouseout="this.style.transform=''" onclick="window.location.href='/api-pricing.html'">
  <div style="font-size:.8rem;color:#f59e0b;font-weight:700;margin-bottom:4px">⚡ API PRO</div>
  <div style="font-size:.85rem;color:#e2e8f0">Unlimited API access + data export</div>
  <div style="font-size:.75rem;color:#06b6d4;margin-top:4px">$29/mo → Get API Key</div>
</div>

<script src="/anti-scrape.js"></script>




v>




<!-- Knowledge Engine Ecosystem Navigation -->
<div id="kb-ecosystem-nav" style="position:fixed;bottom:0;left:0;right:0;background:#0a0e17;border-top:1px solid #1e2d4a;padding:8px 16px;z-index:9998;display:flex;gap:6px;overflow-x:auto;align-items:center;font-size:12px;font-family:system-ui,sans-serif">
<span style="color:#64748b;white-space:nowrap;font-weight:600">🔗 知识引擎生态:</span>
<a href="https://genetech.tools" target="_blank" title="基因技术">🧬 基因技术</a>
<a href="https://tcm.genetech.tools" target="_blank" title="中医药">🌿 中医药</a>
<a href="https://agent.genetech.tools" target="_blank" title="Agent生态">🤖 Agent生态</a>
<a href="https://robot.genetech.tools" target="_blank" title="机器人">⚙️ 机器人</a>
<a href="https://quantum.genetech.tools" target="_blank" title="量子计算">⚛️ 量子计算</a>
<a href="https://brain.genetech.tools" target="_blank" title="脑科学">🧠 脑科学</a>
<a href="https://nuclear.genetech.tools" target="_blank" title="核能">☢️ 核能</a>
<a href="https://exo.genetech.tools" target="_blank" title="地外科学">🪐 地外科学</a>
<a href="https://mineral.genetech.tools" target="_blank" title="外星矿物">💎 外星矿物</a>
<a href="https://deepsea.genetech.tools" target="_blank" title="深海科技">🌊 深海科技</a>
<a href="https://energy.genetech.tools" target="_blank" title="新能源">⚡ 新能源</a>
<a href="https://biocompute.genetech.tools" target="_blank" title="生命科学" style="border-color:#10b981;background:#10b98120">🧬 生物计算</a>
<a href="https://aishield.tools" target="_blank" title="ATEX Agent工具平台" style="border-color:#8b5cf6;background:#8b5cf620">🛡️ AIShield</a>
<a href="/credits.html" style="border-color:#f59e0b;background:#f59e0b20;white-space:nowrap">💎 升级Pro</a>
</div>


<!-- Ecosystem Footer -->
<div style="background:#0d1117;border-top:2px solid #1e2d4a;padding:24px;margin-top:40px">
<div style="max-width:1200px;margin:0 auto">
<div style="text-align:center;margin-bottom:16px">
<span style="color:#94a3b8;font-size:14px">🔗 前沿科技知识引擎生态 — 12站联动，数据互通</span>
</div>
<div style="display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:16px">
  <a href="https://genetech.tools" target="_blank">🧬 基因技术</a>
  <a href="https://tcm.genetech.tools" target="_blank">🌿 中医药</a>
  <a href="https://agent.genetech.tools" target="_blank">🤖 Agent生态</a>
  <a href="https://robot.genetech.tools" target="_blank">⚙️ 机器人</a>
  <a href="https://quantum.genetech.tools" target="_blank">⚛️ 量子计算</a>
  <a href="https://brain.genetech.tools" target="_blank">🧠 脑科学</a>
  <a href="https://nuclear.genetech.tools" target="_blank">☢️ 核能</a>
  <a href="https://exo.genetech.tools" target="_blank">🪐 地外科学</a>
  <a href="https://mineral.genetech.tools" target="_blank">💎 外星矿物</a>
  <a href="https://deepsea.genetech.tools" target="_blank">🌊 深海科技</a>
  <a href="https://energy.genetech.tools" target="_blank">⚡ 新能源</a>
  <a href="https://biocompute.genetech.tools" target="_blank" style="color:#10b981;font-weight:700">🧬 生物计算</a>
</div>
<div style="display:flex;gap:12px;justify-content:center;flex-wrap:wrap">
<a href="https://aishield.tools" target="_blank" style="color:#8b5cf6">🤖 AIShield AI安全平台</a>
<a href="/credits.html" style="color:#f59e0b">💎 Pro订阅 / 数据下载</a>
<a href="/agent-discovery.json" style="color:#06b6d4">🔌 Agent可读接口</a>
</div>
</div>
</div>


<!-- Contextual Cross-Site Recommendations -->
<div style="max-width:1200px;margin:40px auto;padding:0 20px">
<div style="background:linear-gradient(135deg,#0d1117,#111827);border:1px solid #1e2d4a;border-radius:16px;padding:24px">
<div style="display:flex;align-items:center;gap:10px;margin-bottom:16px">
<span style="font-size:1.4rem">🔗</span>
<span style="font-size:1.1rem;font-weight:700;color:#e2e8f0">跨域知识推荐</span>
</div>
<p style="color:#94a3b8;font-size:.85rem;margin-bottom:16px">在🧬 生物计算之外，以下知识引擎与当前领域有交叉研究：</p>
<div style="display:flex;gap:12px;flex-wrap:wrap">
  <a href="https://genetech.tools" target="_blank" style="display:block;background:#111827;border:1px solid #1e2d4a;border-radius:12px;padding:16px;text-decoration:none;color:inherit;transition:all .3s;flex:1;min-width:200px" onmouseover="this.style.borderColor='#06b6d4'" onmouseout="this.style.borderColor='#1e2d4a'">
<div style="font-size:1.5rem;margin-bottom:4px">🧬</div>
<div style="font-weight:700;color:#06b6d4;margin-bottom:4px">基因技术</div>
<div style="font-size:.8rem;color:#94a3b8">细胞治疗 → 基因编辑工具</div>
</a>
  <a href="https://brain.genetech.tools" target="_blank" style="display:block;background:#111827;border:1px solid #1e2d4a;border-radius:12px;padding:16px;text-decoration:none;color:inherit;transition:all .3s;flex:1;min-width:200px" onmouseover="this.style.borderColor='#ec4899'" onmouseout="this.style.borderColor='#1e2d4a'">
<div style="font-size:1.5rem;margin-bottom:4px">🧠</div>
<div style="font-weight:700;color:#ec4899;margin-bottom:4px">脑科学</div>
<div style="font-size:.8rem;color:#94a3b8">衰老逆转 → 神经退行性疾病</div>
</a>
  <a href="https://agent.genetech.tools" target="_blank" style="display:block;background:#111827;border:1px solid #1e2d4a;border-radius:12px;padding:16px;text-decoration:none;color:inherit;transition:all .3s;flex:1;min-width:200px" onmouseover="this.style.borderColor='#8b5cf6'" onmouseout="this.style.borderColor='#1e2d4a'">
<div style="font-size:1.5rem;margin-bottom:4px">🤖</div>
<div style="font-weight:700;color:#8b5cf6;margin-bottom:4px">Agent生态</div>
<div style="font-size:.8rem;color:#94a3b8">AI Agent → 药物发现自动化</div>
</a>
</div>
</div>
</div>

</body></html>