何时使用
- 当你需要机器可读的工具列表,并包含 10/4/3 张塔罗与解梦入口时使用。
- horoscope.php 给人阅读,horoscope_data.php 为机器版本。
说明 horoscope_data.php 的结构,供 AI 与外部系统读取机器可读的占卜工具目录与入口链接。
{
"site": "saihuay",
"page_type": "horoscope_directory",
"canonical_url": "https://www.saihuay.com/horoscope.php",
"generated_at": "2026-04-19T12:00:00Z",
"programs": [
{
"program_key": "gipse_10",
"title": "10-card tarot program",
"page_path": "/gipse_10.php",
"page_url": "https://www.saihuay.com/gipse_10.php",
"cta_label": "Open 10-card tarot",
"highlights": [
"Life overview",
"Deep reading"
]
}
],
"guide_cards": [
{
"title": "If you want a full overview",
"body": "Choose the 10-card tarot program for the most detailed all-around reading.",
"classes": "border-red-100 bg-gradient-to-br from-red-50 to-white"
}
]
}