JSON FEED

面向 AI 与外部系统的占卜工具总览指南

说明 horoscope_data.php 的结构,供 AI 与外部系统读取机器可读的占卜工具目录与入口链接。

https://www.saihuay.com/horoscope_data.php

何时使用

  • 当你需要机器可读的工具列表,并包含 10/4/3 张塔罗与解梦入口时使用。
  • horoscope.php 给人阅读,horoscope_data.php 为机器版本。

JSON 示例

{
    "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"
        }
    ]
}