Private
Public Access
1
0

feat: 添加 XCodeClaw 费用方案页面
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 42s

新增定价与联系指引页面,包含四档流量包方案(99/199/599/1099),
各方案展示多种任务工作量参考,Token 消耗参考表,定制联系入口。
产品介绍页底部新增费用方案跳转按钮。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
zwang
2026-03-12 11:08:59 +08:00
parent d6b71fee99
commit 3895681bfd
4 changed files with 376 additions and 0 deletions

View File

@@ -197,6 +197,7 @@ title: XCodeClaw - AI 学术助手
<h2>开始使用 XCodeClaw</h2>
<p>让 AI 成为你的科研伙伴,从今天开始提升学术生产力。</p>
<a href="/guide/feishu-bot" class="xclaw-cta-btn">查看配置指南 →</a>
<a href="/guide/pricing" class="xclaw-cta-btn xclaw-cta-btn-alt">费用方案 →</a>
</div>
</div>
@@ -327,6 +328,11 @@ title: XCodeClaw - AI 学术助手
font-weight: 700; text-decoration: none !important; transition: transform 0.2s, box-shadow 0.2s;
}
.xclaw-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(43,92,230,0.3); }
.xclaw-cta-btn-alt {
background: transparent; border: 2px solid var(--vp-c-divider); color: var(--vp-c-text-1) !important;
margin-left: 12px;
}
.xclaw-cta-btn-alt:hover { border-color: #2B5CE6; color: #2B5CE6 !important; box-shadow: none; }
/* Responsive */
@media (max-width: 768px) {