123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
{
  "surface_id": "onboadring-13th-floor-escape-retry",
  "surface_version": 1,
  "payload": {
    "objects": [
      {
        "beginRendering": {
          "surfaceId": "onboadring-13th-floor-escape-retry",
          "root": "root-card"
        }
      },
      {
        "surfaceUpdate": {
          "surfaceId": "onboadring-13th-floor-escape-retry",
          "components": [
            {
              "id": "root-card",
              "component": {
                "Card": {
                  "child": "main-column"
                }
              }
            },
            {
              "id": "main-column",
              "component": {
                "Column": {
                  "alignment": "stretch",
                  "children": {
                    "explicitList": [
                      "hero-image",
                      "story-title",
                      "story-tags",
                      "summary-card",
                      "actions-row"
                    ]
                  }
                }
              }
            },
            {
              "id": "hero-image",
              "component": {
                "Image": {
                  "url": {
                    "literalString": "https://picsum.photos/seed/13th-floor-escape-desert/1200/900"
                  },
                  "size": "full"
                }
              }
            },
            {
              "id": "story-title",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "《13th Floor Escape》"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "story-tags",
              "component": {
                "FilterTags": {
                  "tags": {
                    "literalArray": [
                      "#Thriller",
                      "#Puzzle",
                      "#Survival"
                    ]
                  }
                }
              }
            },
            {
              "id": "summary-card",
              "component": {
                "Card": {
                  "child": "summary-column"
                }
              }
            },
            {
              "id": "summary-column",
              "component": {
                "Column": {
                  "alignment": "stretch",
                  "children": {
                    "explicitList": [
                      "summary-text"
                    ]
                  }
                }
              }
            },
            {
              "id": "summary-text",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Midnight. The elevator halts at the non-existent 13th floor. A bloody countdown begins ticking, and every wrong door choice brings you closer to whatever is breathing in the dark."
                  },
                  "variant": "bodySansSemibold"
                }
              }
            },
            {
              "id": "actions-row",
              "component": {
                "Row": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "retry-button",
                      "read-button"
                    ]
                  }
                }
              }
            },
            {
              "id": "retry-button",
              "weight": 1,
              "component": {
                "Button": {
                  "child": "retry-button-content",
                  "style": "secondary",
                  "action": {
                    "name": "onboarding_random_story"
                  }
                }
              }
            },
            {
              "id": "retry-button-content",
              "component": {
                "Row": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "retry-icon",
                      "retry-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "retry-icon",
              "component": {
                "Icon": {
                  "name": {
                    "literalString": "refresh"
                  }
                }
              }
            },
            {
              "id": "retry-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Retry"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            },
            {
              "id": "read-button",
              "weight": 1,
              "component": {
                "Button": {
                  "child": "read-button-content",
                  "style": "primary",
                  "action": {
                    "name": "onboarding_read_story",
                    "handler": {
                      "operation": "open_miniapp",
                      "value": {
                        "project_id": "xxxxxxxxx"
                      }
                    }
                  }
                }
              }
            },
            {
              "id": "read-button-content",
              "component": {
                "Row": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "read-icon",
                      "read-label"
                    ]
                  }
                }
              }
            },
            {
              "id": "read-icon",
              "component": {
                "Icon": {
                  "name": {
                    "literalString": "book-open"
                  }
                }
              }
            },
            {
              "id": "read-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Read"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            }
          ]
        }
      }
    ]
  }
}
0 tokens
《13th Floor Escape》
#Thriller#Puzzle#Survival
Midnight. The elevator halts at the non-existent 13th floor. A bloody countdown begins ticking, and every wrong door choice brings you closer to whatever is breathing in the dark.