{"id":3622,"date":"2025-09-11T07:19:58","date_gmt":"2025-09-11T07:19:58","guid":{"rendered":"https:\/\/apac.hubexo.com\/?page_id=3622"},"modified":"2025-10-13T01:13:30","modified_gmt":"2025-10-13T01:13:30","slug":"login","status":"publish","type":"page","link":"https:\/\/apac.hubexo.com\/zh\/login\/","title":{"rendered":"Login"},"content":{"rendered":"<style>\n    \/* Base styles *\/\n\n    header {\n        display: none;\n    }\n\n    a {\n        text-decoration: none;\n    }\n\n    .image-title {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        margin-bottom: 2rem;\n        padding-top: 4rem;\n    }\n\n    .image-title img {\n        width: 12.5rem;\n        height: auto;\n    }\n\n    .link-title {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        gap: 1rem;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .desc {\n        text-align: center;\n        margin-bottom: 2rem;\n    }\n\n    \/* Grid layout *\/\n    .two-blocks--grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 2rem;\n        margin: 4rem auto 0;\n        max-width: fit-content;\n    }\n\n    \/* Card item styling *\/\n    .blocks-grid--item {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        padding: 2rem 1rem 2rem 1rem;\n        border-radius: 4px;\n        transition: transform 0.3s ease, background-color 0.3s ease;\n        box-shadow: 0 4px 8px rgba(52, 7, 66, 0.1);\n        border: 1px solid #321432;\n        cursor: pointer;\n        width: 24dvw;\n    }\n\n    .blocks-grid--item.active {\n        background: #321432;\n    }\n\n    \/* Card content styling *\/\n    .blocks-grid--item-content {\n        display: grid;\n        justify-content: center;\n        align-items: center;\n        width: 100%;\n        transition: transform 0.3s ease;\n    }\n\n    .blocks-grid--item-content h3 {\n        font-size: 1.5rem;\n    }\n\n    .blocks-grid--item-content a {\n        font-size: 2rem;\n    }\n\n    .blocks-grid--item-content img {\n        height: 32px;\n        width: 100%;\n\n    }\n\n    .blocks-grid--item-content svg {\n        height: auto;\n        width: 4rem;\n    }\n\n    \/* Color state toggles *\/\n    .with-color {\n        display: grid;\n    }\n\n    .with-color.active {\n        display: none;\n    }\n\n    .only-white {\n        display: none;\n    }\n\n    .only-white.active {\n        display: grid;\n    }\n\n    \/* Add this to your existing <style> section *\/\n    .login-cta {\n        display: flex;\n        align-items: center;\n        gap: .5rem;\n        justify-content: center;\n        background-color: var(--atomicYellow);\n        color: currentColor; \/* Inherit color from parent *\/\n        transition: color 0.3s ease;\n        width: fit-content;\n        padding: .5rem 2rem;\n        border-radius: 1000rem;\n        margin-left: auto;\n        margin-right: auto;\n        margin-top: 1.5rem;\n\n    }\n\n    .only-white .login-cta {\n        background-color: transparent;\n        border: solid 1px var(--earth);\n    }\n\n    .login-cta div {\n        font-size: 20px;\n    }\n\n    .login-cta svg {\n        height: 18px;\n        width: 18px;\n    }\n\n    \/* New styles for hover effect *\/\n    .blocks-grid--item:hover .login-cta,\n    .blocks-grid--item.active .login-cta {\n        color: #fafaf0;\n    }\n\n    .card-link.centered-card {\n        grid-column: span 2;\n        width: fit-content;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .card-description {\n        margin-top: 1.5rem;\n    }\n\n    .card-description p {\n        margin-top: 0rem !important;\n        font-size: 1rem;\n        text-align: center;\n    }\n    .only-white .card-description p {\n        color: var(--earth) !important;\n    }\n\n    .card-description p,\n    .card-description {\n        font-weight: 400;\n    }\n\n\n    \/* Media queries - Tablet *\/\n    @media screen and (max-width: 991px) {\n        .two-blocks--grid {\n            gap: 1.5rem;\n        }\n\n        .link-title {\n        }\n\n        .blocks-grid--item-content {\n        }\n\n        .blocks-grid--item-content img {\n            width: 100%;\n        }\n\n        .blocks-grid--item-content svg {\n            width: 3rem;\n        }\n\n        .login-cta div {\n            font-size: 18px;\n        }\n\n        .login-cta svg {\n            height: 20px;\n            width: 20px;\n        }\n\n        .blocks-grid--item {\n            padding: 2rem 1rem;\n        }\n\n        .two-blocks--grid {\n            max-width: 80%;\n        }\n\n        .card-link.centered-card .blocks-grid--item {\n            width: 40dvw;\n        }\n\n        .blocks-grid--item {\n            width: 100%;\n        }\n    }\n\n    \/* Media queries - Mobile *\/\n    @media screen and (max-width: 767px) {\n        .two-blocks--grid {\n            grid-template-columns: repeat(1,1fr);\n            gap: 2rem;\n            max-width: 100%;\n        }\n\n        .blocks-grid--item-content h3 {\n            font-size: 1rem;\n        }\n\n        .blocks-grid--item-content a {\n            font-size: 1.5rem;\n        }\n\n        .blocks-grid--item {\n            padding: 2rem 1rem;\n        }\n\n        .two-blocks--grid {\n\n        }\n\n        .login-cta div {\n            font-size: 16px;\n        }\n\n        .login-cta svg {\n            height: 16px;\n            width: 16px;\n        }\n\n        .card-link.centered-card {\n            grid-column: span 1;\n        }\n\n        .blocks-grid--item {\n            width: 100%;\n        }\n\n        .card-link.centered-card .blocks-grid--item {\n            width: 100%;\n        }\n\n        .blocks-grid--item-content img {\n            height: 28px;\n        }\n    }\n<\/style>\n\n<div class=\"container title-banner two-column\"      data-country=\"\"\n     id=\"\">\n    <div class=\"container snug-child fade-in\">\n                    <a class=\"image-title\" href=\"https:\/\/apac.hubexo.com\/zh\/\">\n                <img decoding=\"async\" src=\"https:\/\/apac.hubexo.com\/wp-content\/uploads\/2025\/05\/24613_hubexo_DeepPlum.png\" alt=\"\"\/>\n            <\/a>\n                        <div class=\"desc\">\n            <p><strong>Please select your Hubexo product<\/strong><\/p>\n        <\/div>\n    <\/div>\n    <div class=\"container two-blocks--grid\">\n                        <a href=\"https:\/\/www.bcicentral.com\/lmlogin\/\" class=\"card-link centered-card\" target=\"_blank\" rel=\"noopener\">\n                    <div class=\"blocks-grid--item earth-bg\">\n                        <div class=\"blocks-grid--item-content with-color\">\n\n                                                            <img decoding=\"async\" src=\"https:\/\/apac.hubexo.com\/wp-content\/uploads\/2025\/09\/LM-Color-A.svg\" alt=\"LeadManager- A Hubexo Product (Red + Plum logo) - No tagline\"\/>\n                            \n                            <div class=\"card-description\"><p>Drive sales growth with construction project, company and contact insights<\/p>\n<\/div>\n                            <div class=\"login-cta\">\n                                <div>Login<\/div>\n                                <svg width=\"18\" height=\"16\" viewbox=\"0 0 18 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M0.625156 8L13.8846 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 15.3846C10.4715 11.3231 13.4254 8 17.0356 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 0.617187C10.4715 4.67873 13.4254 8.0018 17.0356 8.0018\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                <\/svg>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"blocks-grid--item-content only-white\">\n\n                                                            <img decoding=\"async\" src=\"https:\/\/apac.hubexo.com\/wp-content\/uploads\/2025\/09\/LM-Earth.svg\" alt=\"LeadManager - A Hubexo Product (Earth logo) - No tagline\"\/>\n                            \n                            <div class=\"card-description\"><p>Drive sales growth with construction project, company and contact insights<\/p>\n<\/div>\n                            <div class=\"login-cta\">\n                                <div>Login<\/div>\n                                <svg width=\"18\" height=\"16\" viewbox=\"0 0 18 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M0.625156 8L13.8846 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 15.3846C10.4715 11.3231 13.4254 8 17.0356 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 0.617187C10.4715 4.67873 13.4254 8.0018 17.0356 8.0018\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                <\/svg>\n                            <\/div>\n                        <\/div>\n\n                    <\/div>\n                <\/a>\n                            <a href=\"https:\/\/www.archify.com\/login\" class=\"card-link\" target=\"_blank\" rel=\"noopener\">\n                    <div class=\"blocks-grid--item earth-bg\">\n                        <div class=\"blocks-grid--item-content with-color\">\n\n                                                            <img decoding=\"async\" src=\"https:\/\/apac.hubexo.com\/wp-content\/uploads\/2025\/09\/AC-Color-A.svg\" alt=\"Archify - A Hubexo Product (Blue + Plum logo) - No tagline\"\/>\n                            \n                            <div class=\"card-description\"><p>Source from a digital library of architectural products, technical data and drawing files<\/p>\n<\/div>\n                            <div class=\"login-cta\">\n                                <div>Login<\/div>\n                                <svg width=\"18\" height=\"16\" viewbox=\"0 0 18 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M0.625156 8L13.8846 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 15.3846C10.4715 11.3231 13.4254 8 17.0356 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 0.617187C10.4715 4.67873 13.4254 8.0018 17.0356 8.0018\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                <\/svg>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"blocks-grid--item-content only-white\">\n\n                                                            <img decoding=\"async\" src=\"https:\/\/apac.hubexo.com\/wp-content\/uploads\/2025\/09\/AC-Earth.svg\" alt=\"Archify - A Hubexo Product (Earth logo) - No tagline\"\/>\n                            \n                            <div class=\"card-description\"><p>Source from a digital library of architectural products, technical data and drawing files<\/p>\n<\/div>\n                            <div class=\"login-cta\">\n                                <div>Login<\/div>\n                                <svg width=\"18\" height=\"16\" viewbox=\"0 0 18 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M0.625156 8L13.8846 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 15.3846C10.4715 11.3231 13.4254 8 17.0356 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 0.617187C10.4715 4.67873 13.4254 8.0018 17.0356 8.0018\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                <\/svg>\n                            <\/div>\n                        <\/div>\n\n                    <\/div>\n                <\/a>\n                            <a href=\"https:\/\/spec.archify.com\/\" class=\"card-link\" target=\"_blank\" rel=\"noopener\">\n                    <div class=\"blocks-grid--item earth-bg\">\n                        <div class=\"blocks-grid--item-content with-color\">\n\n                                                            <img decoding=\"async\" src=\"https:\/\/apac.hubexo.com\/wp-content\/uploads\/2025\/09\/AS-Color-A.svg\" alt=\"ArchifySpec - A Hubexo Product (Blue + Plum logo) - No tagline\"\/>\n                            \n                            <div class=\"card-description\"><p>Create cloud-based and compliant architectural schedules and specifications<\/p>\n<\/div>\n                            <div class=\"login-cta\">\n                                <div>Login<\/div>\n                                <svg width=\"18\" height=\"16\" viewbox=\"0 0 18 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M0.625156 8L13.8846 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 15.3846C10.4715 11.3231 13.4254 8 17.0356 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 0.617187C10.4715 4.67873 13.4254 8.0018 17.0356 8.0018\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                <\/svg>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"blocks-grid--item-content only-white\">\n\n                                                            <img decoding=\"async\" src=\"https:\/\/apac.hubexo.com\/wp-content\/uploads\/2025\/09\/AS-Earth.svg\" alt=\"ArchifySpec - A Hubexo Product (Earth logo) - No tagline\"\/>\n                            \n                            <div class=\"card-description\"><p>Create cloud-based and compliant architectural schedules and specifications<\/p>\n<\/div>\n                            <div class=\"login-cta\">\n                                <div>Login<\/div>\n                                <svg width=\"18\" height=\"16\" viewbox=\"0 0 18 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M0.625156 8L13.8846 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 15.3846C10.4715 11.3231 13.4254 8 17.0356 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 0.617187C10.4715 4.67873 13.4254 8.0018 17.0356 8.0018\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                <\/svg>\n                            <\/div>\n                        <\/div>\n\n                    <\/div>\n                <\/a>\n                            <a href=\"https:\/\/notification.tendersearch.com.au\/\" class=\"card-link\" target=\"_blank\" rel=\"noopener\">\n                    <div class=\"blocks-grid--item earth-bg\">\n                        <div class=\"blocks-grid--item-content with-color\">\n\n                                                            <img decoding=\"async\" src=\"https:\/\/apac.hubexo.com\/wp-content\/uploads\/2025\/09\/TS-Color-A.svg\" alt=\"TenderSearch - A Hubexo Product (Red + Plum logo) - No tagline\"\/>\n                            \n                            <div class=\"card-description\"><p>Find and win more work with tailored RFx notifications<\/p>\n<\/div>\n                            <div class=\"login-cta\">\n                                <div>Login<\/div>\n                                <svg width=\"18\" height=\"16\" viewbox=\"0 0 18 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M0.625156 8L13.8846 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 15.3846C10.4715 11.3231 13.4254 8 17.0356 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 0.617187C10.4715 4.67873 13.4254 8.0018 17.0356 8.0018\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                <\/svg>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"blocks-grid--item-content only-white\">\n\n                                                            <img decoding=\"async\" src=\"https:\/\/apac.hubexo.com\/wp-content\/uploads\/2025\/09\/TS-Earth.svg\" alt=\"TenderSearch - A Hubexo Product (Earth logo) - No tagline\"\/>\n                            \n                            <div class=\"card-description\"><p>Find and win more work with tailored RFx notifications<\/p>\n<\/div>\n                            <div class=\"login-cta\">\n                                <div>Login<\/div>\n                                <svg width=\"18\" height=\"16\" viewbox=\"0 0 18 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M0.625156 8L13.8846 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 15.3846C10.4715 11.3231 13.4254 8 17.0356 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 0.617187C10.4715 4.67873 13.4254 8.0018 17.0356 8.0018\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                <\/svg>\n                            <\/div>\n                        <\/div>\n\n                    <\/div>\n                <\/a>\n                            <a href=\"https:\/\/site.eprocure.com.au\/\" class=\"card-link\" target=\"_blank\" rel=\"noopener\">\n                    <div class=\"blocks-grid--item earth-bg\">\n                        <div class=\"blocks-grid--item-content with-color\">\n\n                                                            <img decoding=\"async\" src=\"https:\/\/apac.hubexo.com\/wp-content\/uploads\/2025\/09\/EP-Color-A.svg\" alt=\"eProcure- A Hubexo Product (Red + Plum logo) - No tagline\"\/>\n                            \n                            <div class=\"card-description\"><p>Ensure probity, auditability and accountability with an RFx system<\/p>\n<\/div>\n                            <div class=\"login-cta\">\n                                <div>Visit Website<\/div>\n                                <svg width=\"18\" height=\"16\" viewbox=\"0 0 18 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M0.625156 8L13.8846 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 15.3846C10.4715 11.3231 13.4254 8 17.0356 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 0.617187C10.4715 4.67873 13.4254 8.0018 17.0356 8.0018\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                <\/svg>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"blocks-grid--item-content only-white\">\n\n                                                            <img decoding=\"async\" src=\"https:\/\/apac.hubexo.com\/wp-content\/uploads\/2025\/09\/EP-Earth.svg\" alt=\"eProcure - A Hubexo Product (Earth logo) - No tagline\"\/>\n                            \n                            <div class=\"card-description\"><p>Ensure probity, auditability and accountability with an RFx system<\/p>\n<\/div>\n                            <div class=\"login-cta\">\n                                <div>Visit Website<\/div>\n                                <svg width=\"18\" height=\"16\" viewbox=\"0 0 18 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M0.625156 8L13.8846 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 15.3846C10.4715 11.3231 13.4254 8 17.0356 8\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                    <path d=\"M10.4715 0.617187C10.4715 4.67873 13.4254 8.0018 17.0356 8.0018\" stroke=\"currentcolor\" stroke-width=\"1.84615\" stroke-miterlimit=\"10\"><\/path>\n                                <\/svg>\n                            <\/div>\n                        <\/div>\n\n                    <\/div>\n                <\/a>\n                <\/div>\n<\/div>\n<\/div>\n\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        \/\/ Get all card links\n        const cardLinks = document.querySelectorAll('.card-link');\n\n        \/\/ Add hover events to each item\n        cardLinks.forEach(link => {\n            const item = link.querySelector('.blocks-grid--item');\n\n            if (!item) return;\n\n            \/\/ When mouse enters the item\n            link.addEventListener('mouseenter', function() {\n                \/\/ Add active class to the item\n                item.classList.add('active');\n\n                \/\/ Add active class to both content types to toggle visibility\n                const colorContent = item.querySelector('.with-color');\n                const whiteContent = item.querySelector('.only-white');\n\n                if (colorContent) colorContent.classList.add('active');\n                if (whiteContent) whiteContent.classList.add('active');\n            });\n\n            \/\/ When mouse leaves the item\n            link.addEventListener('mouseleave', function() {\n                \/\/ Remove active class from the item\n                item.classList.remove('active');\n\n                \/\/ Remove active class from both content types\n                const colorContent = item.querySelector('.with-color');\n                const whiteContent = item.querySelector('.only-white');\n\n                if (colorContent) colorContent.classList.remove('active');\n                if (whiteContent) whiteContent.classList.remove('active');\n            });\n        });\n    });\n<\/script>\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Log in to our products to access powerful construction data, market insights, and project intelligence tools including LeadManager, Archify, Analytix, TenderSearch, and more.<\/p>","protected":false},"author":10,"featured_media":3417,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3622","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"featured_image_src":"https:\/\/apac.hubexo.com\/wp-content\/uploads\/2025\/08\/Hubexo-logo-deep-plum-re.svg","featured_image_src_square":"https:\/\/apac.hubexo.com\/wp-content\/uploads\/2025\/08\/Hubexo-logo-deep-plum-re.svg","_links":{"self":[{"href":"https:\/\/apac.hubexo.com\/zh\/wp-json\/wp\/v2\/pages\/3622","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/apac.hubexo.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/apac.hubexo.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/apac.hubexo.com\/zh\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/apac.hubexo.com\/zh\/wp-json\/wp\/v2\/comments?post=3622"}],"version-history":[{"count":0,"href":"https:\/\/apac.hubexo.com\/zh\/wp-json\/wp\/v2\/pages\/3622\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/apac.hubexo.com\/zh\/wp-json\/wp\/v2\/media\/3417"}],"wp:attachment":[{"href":"https:\/\/apac.hubexo.com\/zh\/wp-json\/wp\/v2\/media?parent=3622"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}