Primary fields
Question, answer, locale
问题、回答、语种、分类、优先级和支持 CTA 都应集中维护。
管理能量租赁官网的高频问题、购买顾虑和支持前置说明,让用户在联系人工前先完成自助判断。
14 FAQ entries are now served from a local JSON file.
Last updated: 2026-05-04T13:45:00.000Z
If you move USDT often, renting Energy is usually cheaper and more predictable than repeatedly burning TRX.
en · energy-basic · published
如果你经常转 USDT,租能量通常比反复燃烧 TRX 更省,也更容易预估成本。
zh-CN · energy-basic · published
Compare your expected transfer count and urgency with the cost of burning TRX. The more often you send, the more likely renting is the better deal.
en · energy-basic · published
Advanced Source
用 JSON 直接维护 FAQ 集合,便于先打通读取与保存,再由前台按统一 shape 接线。
Frontend Contract
服务官网 FAQ、购买疑虑自助判断和帮助中心的短问答集合。
gastx-web /[locale]/faq 与首页 FAQ 摘要区块
Primary key: slug
Status field: status
后续前台应按这个集合形状取数,而不是继续在页面里硬编码文案常量。
Fields: 14
Records: 3
Schema
| Field | Type | Required | Notes |
|---|---|---|---|
id Record ID | string | 后台内部标识,不暴露给最终 URL。 | |
slug Slug | string | 前台锚点、筛选或知识文章回链用。 | |
locale Locale | enum | 与前台语言段一一对应。 | |
category Category | enum | 例如 payment、energy-basic、api、tg-bot。 | |
audienceSegment Audience segment | enum | 普通用户、批量用户、开发者、代理合作。 | |
question Question | string | 列表展示标题。 | |
shortAnswer Short answer | text | 用于摘要和首页引用。 | |
detailedAnswer Detailed answer | rich-text | 用于 FAQ 详情内容。 | |
primaryCta Primary CTA | string | 例如 to-pricing、to-bot、to-api。 | |
relatedKnowledgeSlugs Related knowledge slugs | string[] | 关联知识文章。 | |
visibleChannels Visible channels | string[] | 为投放页裁剪问答集合。 | |
sortOrder Sort order | number | 前台固定排序。 | |
status Status | enum | draft、review、ready、published。 | |
updatedAt Updated at | date-time | 前台可显示 freshness 标记。 |
Records
en · faq-energy-vs-burn
解释租赁相较直接燃烧更省成本,适合频繁 USDT 转账用户。
en · faq-api-path
按手动用户、批量运营和程序化接入三类场景分流。
zh-CN · faq-zh-transfer-fail
说明资源到账时机、地址状态和带宽/能量不足的排查路径。
Editor
先把编辑器分区收口,后续不论接真实 CMS 还是 API,都能按这个面板结构推进。
定义 slug、语种、分类和目标受众,保证前台能做稳定分组。
把短回答和详细回答拆开,便于首页、FAQ 页和弹层复用。
内容页只声明 CTA 与支持升级,不接真实客服工单。
Module Flow
Checkpoints
Field Planning
Workflow
Draft
Content editor
录入文案、FAQ、SEO 字段和基础 CTA,不在这里接真实业务执行。
Review
SEO / Growth ops
检查索引策略、多语言一致性、渠道文案边界和合规提示。
Ready
Site owner
确认发布窗口、关联页面和投放节奏,避免内容与渠道错配。
Publish
System hook later
后续由 CMS 发布流或内容 API 接管;当前阶段只保留流程说明。
Future Hooks