{"id":130,"date":"2026-03-16T14:23:45","date_gmt":"2026-03-16T06:23:45","guid":{"rendered":"http:\/\/10.140.25.199:8998\/?page_id=130"},"modified":"2026-03-19T15:18:18","modified_gmt":"2026-03-19T07:18:18","slug":"stream","status":"publish","type":"page","link":"https:\/\/shijichuanmei.com\/index.php\/stream\/","title":{"rendered":"\u821e\u53f0\u76f4\u64ad\/\u63a8\u6d41"},"content":{"rendered":"\n<style>\n\/* =========================================\n   === \u56fe\u7247\u914d\u7f6e\u533a & \u6838\u5fc3\u53d8\u91cf (\u5bfc\u64ad\u73b0\u573a\u98ce) ===\n========================================= *\/\n:root {\n    \/* \u9996\u5c4f\u5927\u80cc\u666f\u56fe - \u5df2\u66f4\u6362\u4e3a\u6781\u5176\u7a33\u5b9a\u7684\u6f14\u51fa\u73b0\u573a\u5927\u56fe *\/\n    --bg-hero: url('https:\/\/images.unsplash.com\/photo-1470225620780-dba8ba36b745?auto=format&fit=crop&q=80&w=2070');\n\n    \/* \u8fd1\u671f\u76f4\u64ad\/\u63a8\u6d41\u6848\u4f8b - 4\u5f20\u6d77\u62a5\u56fe *\/\n    --bg-gallery-1: url('https:\/\/images.unsplash.com\/photo-1459749411175-04bf5292ceea?auto=format&fit=crop&q=80&w=800'); \n    --bg-gallery-2: url('https:\/\/images.unsplash.com\/photo-1505373877841-8d25f7d46678?auto=format&fit=crop&q=80&w=800'); \n    --bg-gallery-3: url('https:\/\/images.unsplash.com\/photo-1542751371-adc38448a05e?auto=format&fit=crop&q=80&w=800'); \n    --bg-gallery-4: url('https:\/\/images.unsplash.com\/photo-1593508512255-86ab42a8e620?auto=format&fit=crop&q=80&w=800'); \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 \u76f4\u64ad\u63a8\u6d41<\/div>\n            <h1 class=\"hero-title cine-anim cine-fade-up\" style=\"transition-delay: 200ms;\">\u76f4\u51fb\u73b0\u573a\u9707\u64bc<br>\u96f6\u754c\u5168\u7f51\u63a8\u6d41<\/h1>\n            <p class=\"hero-desc cine-anim cine-fade-up\" style=\"transition-delay: 400ms;\">\u4ece\u5927\u578b\u6f14\u5531\u4f1a\u821e\u53f0\u5230\u5168\u7403\u5546\u4e1a\u5cf0\u4f1a\uff0c\u63d0\u4f9b\u5e7f\u7535\u7ea7\u591a\u673a\u4f4d\u5bfc\u64ad\u4e0e4K\u4f4e\u5ef6\u8fdf\u63a8\u6d41\u670d\u52a1\uff0c\u8ba9\u6bcf\u4e00\u6b21\u201cOn Air\u201d\u5b8c\u7f8e\u89e6\u8fbe\u5168\u7f51\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>\u5de5\u4e1a\u7ea7\u73b0\u573a\u8f6c\u64ad\u751f\u6001<\/h2>\n            <p>\u544a\u522b\u5361\u987f\u4e0e\u5355\u8c03\uff0c\u7528\u6700\u9ad8\u6807\u51c6\u7684\u786c\u6838\u8bbe\u5907\u4e0e\u5bfc\u64ad\u6280\u672f\uff0c\u4fdd\u969c\u73b0\u573a\u7684\u6bcf\u4e00\u4e2a\u9ad8\u5149\u65f6\u523b\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\udfa5<\/div>\n                <h3>\u5e7f\u7535\u7ea7\u73b0\u573a\u591a\u673a\u4f4d\u5bfc\u64ad<\/h3>\n                <p>\u914d\u5907\u767e\u4e07\u5143\u7ea7\u8f6c\u64ad\u8f66\u4e0e\u6f14\u64ad\u5ba4\u7ea7\u5bfc\u64ad\u53f0\uff0c\u652f\u6301\u51e0\u5341\u8def\u89c6\u9891\u8baf\u9053\u3002\u8d44\u6df1\u5bfc\u64ad\u56e2\u961f\u7cbe\u51c6\u9884\u5224\u5207\u50cf\uff0c\u5448\u73b0\u5b8c\u7f8e\u89c6\u89c9\u8282\u594f\u3002<\/p>\n            <\/div>\n            \n            <div class=\"feature-card cine-anim cine-fade-up\" style=\"transition-delay: 200ms;\">\n                <div class=\"feature-icon\">\ud83d\udce1<\/div>\n                <h3>4K\u8d85\u6e05\u4e0e\u4e13\u7ebf\u7ea7\u4f4e\u5ef6\u8fdf<\/h3>\n                <p>\u91c7\u7528\u5de5\u4e1a\u7ea7\u7f16\u7801\u786c\u4ef6\u4e0e\u53cc\u94fe\u8def\u7f51\u7edc\u5197\u4f59\uff0c\u652f\u63014K\/60\u5e27\u8d85\u6e05\u753b\u8d28\uff0c\u6781\u4f4e\u5ef6\u8fdf\u540c\u6b65\u63a8\u6d41\u5206\u53d1\u81f3\u6296\u97f3\u3001B\u7ad9\u3001\u89c6\u9891\u53f7\u53ca\u5168\u7403\u5e73\u53f0\u3002<\/p>\n            <\/div>\n            \n            <div class=\"feature-card cine-anim cine-fade-up\" style=\"transition-delay: 300ms;\">\n                <div class=\"feature-icon\">\u2728<\/div>\n                <h3>\u6570\u636e\u5305\u88c5\u4e0eXR\u865a\u62df\u89c6\u6548<\/h3>\n                <p>\u652f\u6301\u4e13\u4e1a\u8d5b\u4e8b\u8ba1\u5206\u677f\u3001\u5f39\u5e55\u4e92\u52a8\u5b9e\u65f6\u6293\u53d6\uff0c\u5e76\u7ed3\u5408UE5\u5f15\u64ce\u63d0\u4f9bAR\/XR\u865a\u62df\u6f14\u64ad\u5ba4\u7ea7\u7279\u6548\u5305\u88c5\uff0c\u6253\u9020\u8de8\u6b21\u5143\u76f4\u64ad\u4f53\u9a8c\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>\u73b0\u8c61\u7ea7\u8f6c\u64ad\u73b0\u573a<\/h2>\n            <p>\u8de8\u8d8a\u5c4f\u5e55\u8fb9\u754c\uff0c\u5c06\u8eab\u4e34\u5176\u5883\u7684\u73b0\u573a\u611f\u62c9\u6ee1<\/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>\u4e07\u4eba\u661f\u5149\u97f3\u4e50\u8282<\/h4>\n                    <p>\u6e38\u673a\u8ddf\u62cd \/ \u821e\u53f0\u5168\u666f \/ \u591a\u5e73\u53f0\u5206\u53d1<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"gallery-item gallery-img-2\">\n                <div class=\"gallery-content\">\n                    <h4>\u79d1\u6280\u54c1\u724c\u5168\u7403\u53d1\u5e03\u4f1a<\/h4>\n                    <p>\u4e3b\u526f\u5c4f\u8054\u52a8 \/ \u591a\u8bed\u79cd\u540c\u4f20 \/ \u5b9e\u65f6\u4e92\u52a8<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"gallery-item gallery-img-3\">\n                <div class=\"gallery-content\">\n                    <h4>\u56fd\u9645\u7535\u7ade\u51a0\u519b\u8054\u8d5b<\/h4>\n                    <p>\u8d85\u9ad8\u5e27\u7387 \/ \u5b9e\u65f6\u6570\u636e\u63a5\u53e3 \/ AR\u82f1\u96c4\u5c55\u793a<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"gallery-item gallery-img-4\">\n                <div class=\"gallery-content\">\n                    <h4>\u5143\u5b87\u5b99\u865a\u62df\u53d1\u5e03\u4f1a<\/h4>\n                    <p>XR\u7eff\u5e55\u6f14\u64ad \/ \u5b9e\u65f6\u6e32\u67d3\u5305\u88c5 \/ \u52a8\u6001\u8ffd\u8e2a<\/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;\">\u968f\u65f6\u51c6\u5907\u4e3a\u60a8\u7684\u4e0b\u4e00\u573a\u6d3b\u52a8\u201cOn Air\u201d<\/h2>\n        <p style=\"color: var(--text-muted); margin-bottom: 40px; font-size: 1.1rem;\">\u63d0\u4ea4\u60a8\u7684\u6d3b\u52a8\u89c4\u6a21\u3001\u573a\u5730\u53ca\u673a\u4f4d\u9700\u6c42\uff0c\u6211\u4eec\u7684\u73b0\u573a\u8f6c\u64ad\u4e13\u5bb6\u5c06\u7acb\u5373\u4e3a\u60a8\u51fa\u5177\u6267\u884c\u65b9\u6848\u3002<\/p>\n        <a href=\"\/index.php\/content\/\" class=\"btn-primary\">\u83b7 \u53d6 \u76f4 \u64ad \u65b9 \u6848<\/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","protected":false},"excerpt":{"rendered":"<p>\u8fd4\u56de\u4e0a\u4e00\u9875 \u89c6\u8ff9\u4f20\u5a92 \u00b7 \u76f4\u64ad\u63a8\u6d41 \u76f4\u51fb\u73b0\u573a\u9707\u64bc\u96f6 &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-130","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/pages\/130","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=130"}],"version-history":[{"count":10,"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/pages\/130\/revisions"}],"predecessor-version":[{"id":360,"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/pages\/130\/revisions\/360"}],"wp:attachment":[{"href":"https:\/\/shijichuanmei.com\/index.php\/wp-json\/wp\/v2\/media?parent=130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}