Private
Public Access
1
0
Files
xcodecli-shells/projectplan.md
zwang 3895681bfd
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 42s
feat: 添加 XCodeClaw 费用方案页面
新增定价与联系指引页面,包含四档流量包方案(99/199/599/1099),
各方案展示多种任务工作量参考,Token 消耗参考表,定制联系入口。
产品介绍页底部新增费用方案跳转按钮。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 11:08:59 +08:00

48 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# XCodeClaw 费用与联系指引页面
## 任务说明
在 docs 下新增一个 XCodeClaw 的费用定价和联系指引页面。
## 定价方案1刀 = 50万 token页面不体现"刀"
| 方案 | 价格 (¥) | Token 额度 |
|------|----------|-----------|
| 入门版 | 99 | 2000万 token |
| 标准版 | 199 | 5000万 token |
| 专业版 | 599 | 2亿 token |
| 旗舰版 | 1099 | 4亿 token |
### 各任务 token 消耗参考(基于综述 ≈ 100万 token 推算)
| 任务类型 | 约消耗 token | 说明 |
|---------|-------------|------|
| 综述写作 | ~100万 | 基准,含多轮搜索+结构化报告 |
| 深度调研 | ~120万 | 多源检索+分析,略多于综述 |
| 数据分析+可视化 | ~50万 | 上传数据、统计分析、出图 |
| 论文润色/降 AI 率 | ~25万 | 全文修改,消除 AI 痕迹 |
| 学术翻译(全文) | ~40万 | 整篇论文中英互译 |
| 日常学术问答 | ~5万 | 单次问答或简短任务 |
- 更多方案联系定制
- 新用户优惠:赠送搜索
## Todo
- [x] 1. 创建 `docs/guide/pricing.md` 定价页面,沿用 xcodeclaw.md 的视觉风格
- [x] 2. 更新 `docs/.vitepress/config.ts`,在 XCodeClaw 侧边栏添加"费用方案"链接
## Review
### 变更内容
1. **新增 `docs/guide/pricing.md`** — XCodeClaw 费用方案页面
- Hero 区域 + 新用户赠搜索提示
- 4 个定价卡片99/199/599/1099每个展示 6 种任务的参考工作量
- Token 消耗参考表(综述、深度调研、数据分析、论文润色、翻译、问答)
- 定制方案联系区域
- 底部 CTA 跳转配置指南和产品介绍
- 样式复用 xcodeclaw.md 的设计语言(渐变色、卡片、深色区块)
- 响应式适配
2. **修改 `docs/.vitepress/config.ts`**
- 在 XCodeClaw 侧边栏新增 `费用方案` 链接