{"id":128,"date":"2026-03-16T14:23:31","date_gmt":"2026-03-16T06:23:31","guid":{"rendered":"http:\/\/10.140.25.199:8998\/?page_id=128"},"modified":"2026-03-19T15:12:51","modified_gmt":"2026-03-19T07:12:51","slug":"music","status":"publish","type":"page","link":"https:\/\/shijichuanmei.com\/index.php\/scope\/music\/","title":{"rendered":"\u97f3\u4e50\u5236\u4f5c"},"content":{"rendered":"\n<style>\n\/* =========================================\n   === \u56fe\u7247\u914d\u7f6e\u533a & \u6838\u5fc3\u53d8\u91cf (\u97f3\u4e50\u5148\u950b\u98ce) ===\n========================================= *\/\n:root {\n    \/* \u9996\u5c4f\u5927\u80cc\u666f\u56fe (\u9ad8\u7aef\u5f55\u97f3\u68da\/\u8c03\u97f3\u53f0) *\/\n    --bg-hero: url('https:\/\/images.unsplash.com\/photo-1598488035139-bdbb2231ce04?q=80&w=2070&auto=format&fit=crop');\n\n    \/* \u8fd1\u671f\u97f3\u4e50\/\u97f3\u9891\u7206\u6b3e - 4\u5f20\u6848\u4f8b\u6d77\u62a5\u56fe *\/\n    --bg-gallery-1: url('https:\/\/images.unsplash.com\/photo-1507838153414-b4b713384a76?q=80&w=800&auto=format&fit=crop'); \n    --bg-gallery-2: url('https:\/\/images.unsplash.com\/photo-1514525253161-7a46d19cd819?q=80&w=800&auto=format&fit=crop'); \n    \/* \u4fee\u590d 404\uff1a\u5f71\u89c6\u5267\/\u56fd\u98ce OST (\u53e4\u5178\u94a2\u7434\/\u552f\u7f8e\u6c1b\u56f4) *\/\n    --bg-gallery-3: url('https:\/\/images.unsplash.com\/photo-1520523839897-bd0b52f945a0?q=80&w=800&auto=format&fit=crop'); \n    \/* \u4fee\u590d 404\uff1a\u5973\u56e2\/\u6d41\u884c\u5531\u8df3 (\u6f14\u5531\u4f1a\/\u70ed\u70c8\u821e\u53f0) *\/\n    --bg-gallery-4: url('https:\/\/images.unsplash.com\/photo-1501281668745-f7f57925c3b4?q=80&w=800&auto=format&fit=crop'); \n\n    --primary-color: #ff3366;\n    --primary-gradient: linear-gradient(135deg, #ff3366 0%, #ff758c 100%);\n    --bg-dark: #0a0a0a;\n    --bg-card: #141414;\n    --text-main: #ffffff;\n    --text-muted: #a0a0a0;\n    --bezier-smooth: cubic-bezier(0.165, 0.84, 0.44, 1);\n}\n\n.hero-bg-img { background-image: var(--bg-hero); }\n.gallery-img-1 { background-image: var(--bg-gallery-1); }\n.gallery-img-2 { background-image: var(--bg-gallery-2); }\n.gallery-img-3 { background-image: var(--bg-gallery-3); }\n.gallery-img-4 { background-image: var(--bg-gallery-4); }\n\n\/* =========================================\n   === \u7ec8\u6781\u66b4\u529b\u6e05\u96f6 & \u9ed1\u573a\u6e10\u663e ===\n========================================= *\/\nhtml, body { margin: 0 !important; padding: 0 !important; background-color: #000000 !important; overflow-x: hidden !important; width: 100vw !important; min-height: 100vh !important; visibility: hidden !important; }\n@keyframes masterFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }\n#cine-root, #cine-root *, #wpadminbar, #wpadminbar * { visibility: visible !important; }\n#cine-root { opacity: 0; animation: masterFadeIn 1s ease-out 0.1s forwards; font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif; line-height: 1.6; color: var(--text-main); background-color: var(--bg-dark); -webkit-font-smoothing: antialiased; width: 100vw !important; min-height: 100vh; position: relative; z-index: 999999; overflow-x: hidden; }\n#cine-root * { box-sizing: border-box; }\n\n\/* \u60ac\u6d6e\u6309\u94ae *\/\n.floating-back-btn { position: fixed; top: 30px; left: 30px; z-index: 9999999; display: flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 30px; background: rgba(10, 10, 10, 0.4); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); color: #fff; text-decoration: none; font-size: 0.95rem; letter-spacing: 1px; transition: all 0.3s ease; }\n.floating-back-btn:hover { background: rgba(255, 51, 102, 0.2); border-color: rgba(255, 51, 102, 0.5); transform: translateX(-5px); }\n\n\/* \u6838\u5fc3\u52a8\u753b *\/\n.cine-anim { opacity: 0; will-change: transform, opacity, filter; transition: all 1s var(--bezier-smooth); filter: blur(5px); }\n.cine-fade-up { transform: translateY(50px); }\n.cine-fade-in { transform: scale(0.95); }\n.cine-anim.is-visible { opacity: 1 !important; transform: translate(0, 0) scale(1) !important; filter: blur(0) !important; }\n\n\/* Hero \u9996\u5c4f *\/\n.hero-section { position: relative; height: 100vh; width: 100vw; display: flex; align-items: center; justify-content: center; overflow: hidden; }\n.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 120%; background-size: cover; background-position: center; z-index: 1; transform: translateY(var(--parallax-y, 0)); will-change: transform; }\n.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(10,10,10,0.4) 0%, rgba(10,10,10,0.95) 100%); z-index: 2; }\n.hero-content { position: relative; z-index: 3; text-align: center; max-width: 900px; padding: 0 20px; }\n.tagline { display: inline-block; padding: 6px 16px; border-radius: 30px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); font-size: 14px; letter-spacing: 2px; margin-bottom: 20px; text-transform: uppercase; }\n.hero-title { font-size: 4.5rem; font-weight: 800; line-height: 1.15; margin: 0 0 20px 0; background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }\n.hero-desc { font-size: 1.2rem; color: #d0d0d0; margin-bottom: 40px; }\n.scroll-indicator { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; opacity: 0.6; animation: bounce 2s infinite; }\n.scroll-indicator .mouse { width: 24px; height: 36px; border: 2px solid #fff; border-radius: 12px; position: relative; }\n.scroll-indicator .wheel { width: 4px; height: 8px; background: #fff; border-radius: 2px; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); animation: scrollWheel 2s infinite; }\n@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); } 40% { transform: translateY(-10px) translateX(-50%); } 60% { transform: translateY(-5px) translateX(-50%); } }\n@keyframes scrollWheel { 0% { top: 6px; opacity: 1; } 100% { top: 18px; opacity: 0; } }\n\n\/* \u5e03\u5c40 & \u5361\u7247 *\/\n.section-container { max-width: 1200px; margin: 0 auto; padding: 120px 20px; }\n.section-header { text-align: center; margin-bottom: 80px; }\n.section-header h2 { font-size: 2.5rem; margin: 0 0 15px 0; }\n.section-header p { color: var(--text-muted); max-width: 650px; margin: 0 auto; }\n.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }\n.feature-card { background: var(--bg-card); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 16px; padding: 40px 30px; transition: all 0.4s var(--bezier-smooth); position: relative; overflow: hidden; cursor: pointer; }\n.feature-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at center, rgba(255,51,102,0.1) 0%, transparent 70%); opacity: 0; transition: opacity 0.4s ease; pointer-events: none; }\n.feature-card:hover { transform: translateY(-10px); border-color: rgba(255, 51, 102, 0.3); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5); }\n.feature-card:hover::before { opacity: 1; }\n.feature-icon { font-size: 2.5rem; margin-bottom: 20px; display: inline-block; background: var(--primary-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }\n.feature-card h3 { font-size: 1.4rem; margin: 0 0 15px 0; }\n.feature-card p { color: var(--text-muted); font-size: 0.95rem; margin: 0; }\n\n\/* \u6d77\u62a5\u753b\u5eca *\/\n.showcase-section { background: #000; padding: 100px 0; width: 100%; }\n.gallery-container { display: flex; height: 450px; max-width: 1200px; margin: 0 auto; gap: 10px; padding: 0 20px; }\n.gallery-item { flex: 1; border-radius: 12px; background-size: cover; background-position: center; position: relative; overflow: hidden; transition: flex 0.6s var(--bezier-smooth); cursor: pointer; }\n.gallery-item::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 60%; background: linear-gradient(to top, rgba(0,0,0,0.95), transparent); }\n.gallery-item:hover { flex: 3; }\n.gallery-content { position: absolute; bottom: -20px; left: 20px; z-index: 2; opacity: 0; transition: all 0.4s var(--bezier-smooth); }\n.gallery-item:hover .gallery-content { bottom: 20px; opacity: 1; transition-delay: 0.2s; }\n.gallery-content h4 { font-size: 1.5rem; margin: 0 0 5px 0; }\n.gallery-content p { color: var(--text-muted); font-size: 0.9rem; margin: 0; }\n\n\/* CTA *\/\n.cta-section { text-align: center; padding: 120px 20px; background: radial-gradient(circle at bottom, rgba(255,51,102,0.15) 0%, var(--bg-dark) 60%); width: 100%; }\n.btn-primary { display: inline-block; padding: 15px 40px; font-size: 1.1rem; font-weight: bold; color: #fff; background: var(--primary-gradient); border-radius: 30px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 10px 20px rgba(255,51,102,0.3); }\n.btn-primary:hover { transform: scale(1.05); box-shadow: 0 15px 30px rgba(255,51,102,0.5); }\n\n\/* \u54cd\u5e94\u5f0f *\/\n@media (max-width: 992px) { .hero-title { font-size: 3.2rem; } .features-grid { grid-template-columns: repeat(2, 1fr); } .gallery-container { height: 350px; } }\n@media (max-width: 768px) { .floating-back-btn { top: 15px; left: 15px; font-size: 0.85rem; padding: 8px 15px; } .hero-title { font-size: 2.2rem; } .features-grid { grid-template-columns: 1fr; } .gallery-container { flex-direction: column; height: 650px; } .gallery-item:hover { flex: 2; } }\n<\/style>\n\n<div id=\"cine-root\">\n    <a href=\"javascript:history.back()\" class=\"floating-back-btn cine-anim cine-fade-in\" style=\"transition-delay: 500ms;\">\n        <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"19\" y1=\"12\" x2=\"5\" y2=\"12\"><\/line><polyline points=\"12 19 5 12 12 5\"><\/polyline><\/svg>\n        <span>\u8fd4\u56de\u4e0a\u4e00\u9875<\/span>\n    <\/a>\n\n    <section class=\"hero-section\">\n        <div class=\"hero-bg hero-bg-img\" id=\"parallax-bg\"><\/div>\n        <div class=\"hero-overlay\"><\/div>\n        \n        <div class=\"hero-content\">\n            <div class=\"tagline cine-anim cine-fade-up\">\u89c6\u8ff9\u4f20\u5a92 \u00b7 \u58f0\u97f3\u827a\u672f<\/div>\n            <h1 class=\"hero-title cine-anim cine-fade-up\" style=\"transition-delay: 200ms;\">\u96d5\u7422\u6781\u81f4\u542c\u611f<br>\u91cd\u5851\u58f0\u97f3\u7075\u9b42<\/h1>\n            <p class=\"hero-desc cine-anim cine-fade-up\" style=\"transition-delay: 400ms;\">\u9876\u5c16\u97f3\u9891\u5de5\u7a0b\u5e08\u4e0e\u91d1\u724c\u5236\u4f5c\u4eba\u8054\u8882\uff0c\u63d0\u4f9b\u4ece\u4f5c\u8bcd\u7f16\u66f2\u5230\u6df7\u97f3\u6bcd\u5e26\u7684\u5168\u6d41\u7a0b\u5de5\u4e1a\u7ea7\u97f3\u4e50\u5236\u4f5c\u670d\u52a1\u3002<\/p>\n        <\/div>\n\n        <div class=\"scroll-indicator\">\n            <div class=\"mouse\"><div class=\"wheel\"><\/div><\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section-container\">\n        <div class=\"section-header cine-anim cine-fade-up\">\n            <h2>\u5168\u7ef4\u5ea6\u97f3\u4e50\u5236\u4f5c\u6d41\u6c34\u7ebf<\/h2>\n            <p>\u65e0\u8bba\u662f\u5927\u4f53\u91cf\u5f71\u89c6\u6e38\u620f\u914d\u4e50\uff0c\u8fd8\u662f\u6d41\u884c\u5546\u4e1a\u5355\u66f2\uff0c\u6211\u4eec\u7528\u4e25\u82db\u7684\u58f0\u5b66\u6807\u51c6\u4e3a\u60a8\u4fdd\u9a7e\u62a4\u822a\u3002<\/p>\n        <\/div>\n\n        <div class=\"features-grid\">\n            <div class=\"feature-card cine-anim cine-fade-up\" style=\"transition-delay: 100ms;\">\n                <div class=\"feature-icon\">\ud83c\udfb5<\/div>\n                <h3>\u539f\u521b\u8bcd\u66f2\u4e0e\u7f16\u66f2\u5de5\u7a0b<\/h3>\n                <p>\u91cf\u8eab\u5b9a\u5236\u7684\u65cb\u5f8b\u4e0e\u6b4c\u8bcd\uff0c\u6db5\u76d6\u6d41\u884c\u3001\u7535\u5b50\u3001\u56fd\u98ce\u3001\u7ba1\u5f26\u914d\u4e50\u7b49\u5168\u98ce\u683c\uff0c\u4ee5\u7edd\u4f73\u7684\u4e50\u7406\u7f16\u6392\u7cbe\u51c6\u8d34\u5408\u9879\u76ee\u8c03\u6027\u3002<\/p>\n            <\/div>\n            \n            <div class=\"feature-card cine-anim cine-fade-up\" style=\"transition-delay: 200ms;\">\n                <div class=\"feature-icon\">\ud83c\udf99\ufe0f<\/div>\n                <h3>\u9876\u914d\u5f55\u97f3\u4e0e\u827a\u4eba\u7edf\u7b79<\/h3>\n                <p>\u5f55\u97f3\u68da\u7ea7\u58f0\u5b66\u73af\u5883\u4e0e\u6bbf\u5802\u7ea7\u9ea6\u514b\u98ce\u77e9\u9635\uff0c\u63d0\u4f9b\u4e13\u4e1a\u7684\u4eba\u58f0\u6307\u5bfc\uff0c\u5e76\u50a8\u5907\u6d77\u91cf\u4f18\u8d28\u6b4c\u624b\u3001\u58f0\u4f18\u4e0e\u4e50\u624b\u8d44\u6e90\u3002<\/p>\n            <\/div>\n            \n            <div class=\"feature-card cine-anim cine-fade-up\" style=\"transition-delay: 300ms;\">\n                <div class=\"feature-icon\">\ud83c\udf9b\ufe0f<\/div>\n                <h3>\u6781\u81f4\u6df7\u97f3\u4e0e\u6bcd\u5e26\u5904\u7406<\/h3>\n                <p>\u91c7\u7528\u56fd\u9645\u6807\u51c6\u7684\u6a21\u62df\u4e0e\u6570\u5b57\u5904\u7406\u94fe\u8def\uff0c\u7cbe\u5fc3\u96d5\u7422\u6bcf\u4e00\u8f68\u9891\u7387\u4e0e\u52a8\u6001\uff0c\u6253\u9020\u6781\u5177\u7a7a\u95f4\u611f\u3001\u5305\u5bb9\u5ea6\u4e0e\u5546\u4e1a\u7ea7\u54cd\u5ea6\u7684\u6bcd\u5e26\u6210\u54c1\u3002<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"showcase-section\">\n        <div class=\"section-header cine-anim cine-fade-up\">\n            <h2>\u58f0\u5b66\u4ee3\u8868\u4f5c\u77e9\u9635<\/h2>\n            <p>\u7a7f\u8d8a\u4e0d\u540c\u9891\u6bb5\u4e0e\u98ce\u683c\uff0c\u5b9a\u4e49\u771f\u6b63\u7684\u542c\u89c9\u76db\u5bb4<\/p>\n        <\/div>\n\n        <div class=\"gallery-container cine-anim cine-fade-in\" style=\"transition-delay: 200ms;\">\n            <div class=\"gallery-item gallery-img-1\">\n                <div class=\"gallery-content\">\n                    <h4>\u300a\u661f\u7a79\u4e4b\u97f3\u300b<\/h4>\n                    <p>\u6e38\u620f\u53f2\u8bd7\u914d\u4e50 \/ \u4ea4\u54cd\u7ba1\u5f26<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"gallery-item gallery-img-2\">\n                <div class=\"gallery-content\">\n                    <h4>\u300a\u9713\u8679\u5e7b\u68a6\u300b<\/h4>\n                    <p>\u8d5b\u535a\u670b\u514b \/ \u7535\u5b50\u5148\u950b\u5355\u66f2<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"gallery-item gallery-img-3\">\n                <div class=\"gallery-content\">\n                    <h4>\u300a\u6c5f\u6e56\u4e0d\u8fdc\u300b<\/h4>\n                    <p>\u65b0\u56fd\u98ce \/ \u5f71\u89c6\u5267\u4e3b\u9898\u66f2OST<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"gallery-item gallery-img-4\">\n                <div class=\"gallery-content\">\n                    <h4>\u300a\u5fc3\u8df3\u5171\u632f\u300b<\/h4>\n                    <p>\u5973\u56e2\u4f01\u5212 \/ \u5531\u8df3\u4e3b\u6253\u6b4c<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"cta-section cine-anim cine-fade-up\">\n        <h2 style=\"font-size: 2.5rem; margin-bottom: 20px;\">\u8ba9\u4e16\u754c\u542c\u89c1\u4f60\u7684\u58f0\u97f3<\/h2>\n        <p style=\"color: var(--text-muted); margin-bottom: 40px; font-size: 1.1rem;\">\u63d0\u4ea4\u60a8\u7684\u97f3\u4e50Demo\u6216\u9879\u76ee\u4f01\u5212\uff0c\u6211\u4eec\u7684\u91d1\u724c\u5236\u4f5c\u4eba\u5c06\u4e3a\u60a8\u91cf\u8eab\u6253\u9020\u5b8c\u7f8e\u58f0\u573a\u3002<\/p>\n        <a href=\"\/index.php\/content\/\" class=\"btn-primary\">\u5f00 \u59cb \u97f3 \u4e50 \u5236 \u4f5c<\/a>\n    <\/section>\n\n<\/div>\n\n<script>\n(function() {\n    \/\/ 1. \u540c\u6b65\u8282\u70b9\u593a\u6743\uff1a\u575a\u51b3\u79fb\u51fa WordPress \u539f\u751f\u5bb9\u5668\n    const container = document.getElementById('cine-root');\n    if (container && container.parentElement !== document.body) {\n        document.body.prepend(container);\n    }\n\n    \/\/ 2. \u5f3a\u529b\u6e05\u573a\uff1a\u6740\u6389 WordPress \u6240\u6709\u539f\u751f\u5916\u58f3\n    const killStyle = document.createElement('style');\n    killStyle.innerHTML = `\n        body > *:not(#cine-root):not(#wpadminbar):not(script):not(style):not(link):not(noscript) {\n            display: none !important;\n            opacity: 0 !important;\n            height: 0 !important;\n            overflow: hidden !important;\n        }\n    `;\n    document.head.appendChild(killStyle);\n\n    \/\/ 3. \u521d\u59cb\u5316\u4e92\u52a8\u7279\u6548\n    function initInteractions() {\n        const observerOptions = { root: null, rootMargin: '0px', threshold: 0.15 };\n        const observer = new IntersectionObserver((entries, obs) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('is-visible');\n                    obs.unobserve(entry.target); \n                }\n            });\n        }, observerOptions);\n\n        document.querySelectorAll('.cine-anim').forEach(el => observer.observe(el));\n\n        const heroBg = document.getElementById('parallax-bg');\n        if (heroBg) {\n            window.addEventListener('scroll', () => {\n                const scrolled = window.scrollY;\n                if (scrolled < window.innerHeight) {\n                    heroBg.style.setProperty('--parallax-y', `${scrolled * 0.4}px`);\n                }\n            }, { passive: true });\n        }\n    }\n\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', initInteractions);\n    } else {\n        initInteractions();\n    }\n})();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8fd4\u56de\u4e0a\u4e00\u9875 \u89c6\u8ff9\u4f20\u5a92 \u00b7 \u58f0\u97f3\u827a\u672f \u96d5\u7422\u6781\u81f4\u542c\u611f\u91cd &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":158,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-128","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/pages\/128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/comments?post=128"}],"version-history":[{"count":7,"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/pages\/128\/revisions"}],"predecessor-version":[{"id":362,"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/pages\/128\/revisions\/362"}],"up":[{"embeddable":true,"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/pages\/158"}],"wp:attachment":[{"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/media?parent=128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}