-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathClaudePortable使用说明.html
More file actions
28 lines (28 loc) · 1.08 KB
/
Copy pathClaudePortable使用说明.html
File metadata and controls
28 lines (28 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>Claude Code Portable 使用说明</title>
<style>
body{font-family:system-ui,-apple-system,sans-serif;background:#041c1c;color:#ffe6cb;display:flex;align-items:center;justify-content:center;height:100vh;margin:0;text-align:center}
a{color:#00ffc8}
.box{max-width:420px;padding:32px}
h2{font-size:1.4rem;margin-bottom:16px;font-weight:600}
p{opacity:.7;line-height:1.6;margin:8px 0}
.btn{display:inline-block;margin-top:16px;padding:14px 32px;border:1px solid #00ffc8;color:#00ffc8;font-size:1rem;letter-spacing:.05em;transition:all .2s;text-decoration:none}
.btn:hover{background:#00ffc8;color:#041c1c}
.hint{font-size:.85rem;opacity:.4;margin-top:2em}
</style>
</head>
<body>
<div class="box">
<h2>Claude Code Portable</h2>
<p>使用说明已迁移到在线文档</p>
<a class="btn" href="https://yuai-r.cn/claude/" target="_blank" rel="noopener">打开在线文档</a>
<p class="hint">离线时请参考 README.md</p>
</div>
<script>
try { window.location.href = 'https://yuai-r.cn/claude/'; } catch(e) {}
</script>
</body>
</html>