37 lines
1.2 KiB
HTML
37 lines
1.2 KiB
HTML
<!doctype html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<title>开发者中心|深度未来(Deepagens)</title>
|
||
<link rel="stylesheet" href="styles.css" />
|
||
</head>
|
||
<body>
|
||
<header class="nav">
|
||
<div class="container nav-inner">
|
||
<div class="logo">Deepagens</div>
|
||
<nav>
|
||
<a href="index.html">首页</a>
|
||
<a href="solutions.html">解决方案</a>
|
||
<a href="cases.html">成功案例</a>
|
||
<a href="developers.html">开发者中心</a>
|
||
<a href="contact.html" class="btn btn-outline">联系我们</a>
|
||
</nav>
|
||
</div>
|
||
</header>
|
||
<section class="hero">
|
||
<div class="container">
|
||
<h1>开发者中心</h1>
|
||
<p class="sub">API/SDK文档占位:快速开始、认证、示例请求、Webhook、错误码。</p>
|
||
</div>
|
||
</section>
|
||
<section class="section">
|
||
<div class="container grid-3">
|
||
<div class="card"><h3>快速开始</h3><p>生成密钥、初始化SDK。</p></div>
|
||
<div class="card"><h3>示例</h3><p>Node/Python调用示例。</p></div>
|
||
<div class="card"><h3>状态与变更</h3><p>版本更新与状态页占位。</p></div>
|
||
</div>
|
||
</section>
|
||
</body>
|
||
</html>
|