{"id":130,"date":"2023-03-29T12:43:33","date_gmt":"2023-03-29T04:43:33","guid":{"rendered":"https:\/\/3i3c.cn\/?page_id=130"},"modified":"2026-04-15T10:20:33","modified_gmt":"2026-04-15T02:20:33","slug":"ulr","status":"publish","type":"page","link":"https:\/\/bwcxbk.com\/es\/ulr","title":{"rendered":"Barrio de Internet"},"content":{"rendered":"<style>\n        body {\n            background-color: #ffffff; \/* X \u9ed8\u8ba4\u767d\u5e95 *\/\n            margin: 0;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        \/* =========================================\n           \u541b\u8f72\u5148\u751f\u4e13\u5c5e About \u6a21\u5757 - X (Twitter) \u6781\u7b80\u98ce\u683c\n           ========================================= *\/\n        #about-sean-x {\n            \/* --- X \u6781\u7b80\u8c03\u8272\u76d8 --- *\/\n            --x-bg: #ffffff;\n            --x-text-main: #0f1419;\n            --x-text-muted: #536471;\n            --x-border: #eff3f4;\n            --x-hover-bg: rgba(15, 20, 25, 0.1);\n            --x-tab-hover: rgba(15, 20, 25, 0.1);\n            --x-accent: #0f1419; \/* \u9ed1\u8272\u5f3a\u8c03\u8272 *\/\n            --x-btn-bg: #0f1419;\n            --x-btn-text: #ffffff;\n            \n            max-width: 600px; \/* X \u4fe1\u606f\u6d41\u7ecf\u5178\u5bbd\u5ea6 *\/\n            margin: 0 auto;\n            background: var(--x-bg);\n            border-left: 1px solid var(--x-border);\n            border-right: 1px solid var(--x-border);\n            min-height: 100vh;\n            color: var(--x-text-main);\n            position: relative;\n        }\n\n        \/* X \u6697\u9ed1\u6a21\u5f0f (Dim & Lights out) *\/\n        @media (prefers-color-scheme: dark) {\n            body { background-color: #000000; }\n            #about-sean-x {\n                --x-bg: #000000;\n                --x-text-main: #e7e9ea;\n                --x-text-muted: #71767b;\n                --x-border: #2f3336;\n                --x-hover-bg: rgba(255, 255, 255, 0.03);\n                --x-tab-hover: rgba(231, 233, 234, 0.1);\n                --x-accent: #ffffff;\n                --x-btn-bg: #eff3f4;\n                --x-btn-text: #0f1419;\n            }\n        }\n\n        #about-sean-x * { box-sizing: border-box; }\n        #about-sean-x p { margin: 0 0 12px 0; line-height: 1.6; font-size: 15px; }\n\n        \/* --- \u4e2a\u4eba\u4e3b\u9875 Banner & \u5934\u50cf --- *\/\n        .x-banner {\n            width: 100%;\n            height: 200px;\n            background-color: var(--x-border);\n            position: relative;\n            overflow: hidden;\n        }\n        .x-banner img {\n            width: 100%; height: 100%; object-fit: cover;\n            filter: grayscale(80%) contrast(1.1); \/* \u589e\u52a0\u9ed1\u767d\u9ad8\u7ea7\u611f *\/\n        }\n        \n        .x-profile-setup {\n            position: relative;\n            padding: 12px 16px 0;\n            margin-bottom: 16px;\n        }\n\n        .x-avatar-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-start;\n            margin-bottom: 8px;\n        }\n\n        .x-avatar {\n            width: 133px;\n            height: 133px;\n            border-radius: 50%;\n            margin-top: -80px; \/* \u5411\u4e0a\u7a81\u7834 Banner *\/\n            border: 4px solid var(--x-bg);\n            background: var(--x-bg);\n            overflow: hidden;\n            position: relative;\n        }\n        .x-avatar img { width: 100%; height: 100%; object-fit: cover; }\n\n        .x-action-btn {\n            padding: 0 16px;\n            height: 36px;\n            border-radius: 999px;\n            font-size: 15px;\n            font-weight: 700;\n            background: var(--x-btn-bg);\n            color: var(--x-btn-text);\n            border: none;\n            cursor: pointer;\n            transition: opacity 0.2s;\n            margin-top: 8px;\n        }\n        .x-action-btn:hover { opacity: 0.8; }\n\n        \/* --- \u4e2a\u4eba\u4fe1\u606f\u533a (Bio) --- *\/\n        .x-user-info { margin-bottom: 16px; }\n        .x-user-name { \n            font-size: 20px; font-weight: 800; line-height: 1.2; \n            display: flex; align-items: center; gap: 4px;\n        }\n        .x-user-handle { font-size: 15px; color: var(--x-text-muted); margin-bottom: 12px; }\n        \n        .x-verified { fill: var(--x-text-main); width: 18px; height: 18px; }\n\n        .x-bio { font-size: 15px; line-height: 1.5; word-wrap: break-word; }\n        \n        .x-meta-data {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px 16px;\n            margin-top: 12px;\n            color: var(--x-text-muted);\n            font-size: 15px;\n        }\n        .x-meta-item { display: flex; align-items: center; gap: 4px; }\n        .x-meta-item svg { fill: var(--x-text-muted); width: 18px; height: 18px; }\n        .x-meta-link { color: var(--x-accent); text-decoration: none; }\n        .x-meta-link:hover { text-decoration: underline; }\n\n        .x-following-stats {\n            display: flex;\n            gap: 20px;\n            margin-top: 12px;\n            font-size: 15px;\n        }\n        .x-stat { color: var(--x-text-muted); }\n        .x-stat-num { color: var(--x-text-main); font-weight: 700; }\n\n        \/* --- Tabs --- *\/\n        .x-tabs {\n            display: flex;\n            border-bottom: 1px solid var(--x-border);\n        }\n        .x-tab {\n            flex: 1;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            height: 53px;\n            cursor: pointer;\n            transition: background 0.2s;\n        }\n        .x-tab:hover { background: var(--x-tab-hover); }\n        .x-tab-text {\n            height: 100%;\n            display: flex;\n            align-items: center;\n            font-size: 15px;\n            font-weight: 500;\n            color: var(--x-text-muted);\n            position: relative;\n        }\n        .x-tab.active .x-tab-text {\n            color: var(--x-text-main);\n            font-weight: 700;\n        }\n        .x-tab.active .x-tab-text::after {\n            content: '';\n            position: absolute;\n            bottom: 0; left: 0; right: 0;\n            height: 4px;\n            background: var(--x-accent);\n            border-radius: 999px;\n        }\n\n        \/* --- \u4fe1\u606f\u6d41 (Feed) --- *\/\n        .x-post {\n            padding: 12px 16px;\n            border-bottom: 1px solid var(--x-border);\n            display: flex;\n            gap: 12px;\n            transition: background 0.2s;\n            cursor: pointer;\n        }\n        .x-post:hover { background: var(--x-hover-bg); }\n\n        .x-post-avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }\n        \n        .x-post-content { flex: 1; min-width: 0; }\n        \n        \/* \u9644\u52a0\u6807\u8bc6 (\u5982\u7f6e\u9876) *\/\n        .x-post-context {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            color: var(--x-text-muted);\n            font-size: 13px;\n            font-weight: 700;\n            margin-bottom: 4px;\n            margin-left: -20px; \/* \u63a8\u7279\u7279\u6b8a\u7f29\u8fdb\u6392\u7248 *\/\n        }\n        .x-post-context svg { fill: var(--x-text-muted); width: 16px; height: 16px; }\n\n        .x-post-header {\n            display: flex;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 4px;\n            font-size: 15px;\n            margin-bottom: 4px;\n        }\n        .x-post-name { font-weight: 700; color: var(--x-text-main); }\n        .x-post-name:hover { text-decoration: underline; }\n        .x-post-meta { color: var(--x-text-muted); }\n        \n        .x-post-text { font-size: 15px; line-height: 1.5; color: var(--x-text-main); word-wrap: break-word; white-space: pre-wrap; }\n        \n        .x-post-media {\n            margin-top: 12px;\n            border-radius: 16px;\n            border: 1px solid var(--x-border);\n            overflow: hidden;\n        }\n        .x-post-media img {\n            width: 100%;\n            height: auto;\n            max-height: 400px;\n            object-fit: cover;\n            display: block;\n        }\n\n        .x-post-actions {\n            display: flex;\n            justify-content: space-between;\n            max-width: 425px;\n            margin-top: 12px;\n        }\n        .x-action-item {\n            display: flex;\n            align-items: center;\n            gap: 4px;\n            color: var(--x-text-muted);\n            font-size: 13px;\n            transition: color 0.2s;\n        }\n        .x-action-item svg { fill: var(--x-text-muted); width: 18.75px; height: 18.75px; transition: fill 0.2s; }\n        \n        \/* X \u4ea4\u4e92\u989c\u8272\u6a21\u62df *\/\n        .x-action-item:hover { color: var(--x-text-main); }\n        .x-action-item:hover svg { fill: var(--x-text-main); }\n\n        \/* --- \u8986\u76d6\u4e3b\u9898\u539f\u6709\u51b2\u7a81 --- *\/\n        #about-sean-x h1::before, #about-sean-x h2::before, #about-sean-x h3::before, #about-sean-x h4::before { content: none !important; }\n\n        \/* \u2728 \u6838\u5fc3\u5c4f\u853d\u4ee3\u7801\uff1a\u5f3a\u884c\u9690\u85cf\u5f53\u524d\u9875\u9762\u539f\u4e3b\u9898\u5199\u6b7b\u7684 banner \u548c \u5e16\u5b50\u5934\u90e8\uff08\u79fb\u9664\u4e86\u5360\u4f4d\u7b26\u7684\u9690\u85cf\uff0c\u4fee\u590d\u95ea\u70c1BUG\uff09 *\/\n        .index_banner, .entry-header { display: none !important; }\n\n        @media (max-width: 600px) {\n            #about-sean-x { border-left: none; border-right: none; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div id=\"about-sean-x\">\n    \n    <!-- Banner \u533a -->\n    <div class=\"x-banner\">\n        <!-- \u4f7f\u7528\u4f60\u539f\u672c\u7684\u4e3b\u9898\u80cc\u666f\u56fe -->\n        <img decoding=\"async\" src=\"https:\/\/bwcxbk.com\/wp-content\/uploads\/2025\/10\/shjxy.jpg\" alt=\"Header Banner\">\n    <\/div>\n\n    <!-- Profile \u4fe1\u606f\u533a -->\n    <div class=\"x-profile-setup\">\n        <div class=\"x-avatar-row\">\n            <div class=\"x-avatar\">\n                <!-- \u4f7f\u7528\u4f60\u539f\u672c\u7684\u5934\u50cf -->\n                <img decoding=\"async\" src=\"https:\/\/bwcxbk.com\/wp-content\/uploads\/2026\/03\/222.jpg\" alt=\"Avatar\">\n            <\/div>\n            <button class=\"x-action-btn\">P\u00f3ngase en contacto conmigo (Seguir)<\/button>\n        <\/div>\n\n        <div class=\"x-user-info\">\n            <div class=\"x-user-name\">\n                SEAN \n                <!-- \u8ba4\u8bc1\u5fbd\u7ae0\u56fe\u6807 -->\n                <svg class=\"x-verified\" viewbox=\"0 0 24 24\"><path d=\"M22.5 12.5c0-1.58-.875-2.95-2.148-3.6.154-.435.238-.905.238-1.4 0-2.21-1.71-3.998-3.918-3.998-.47 0-.92.084-1.336.25C14.818 2.415 13.51 1.5 12 1.5s-2.816.917-3.337 2.25c-.416-.165-.866-.25-1.336-.25-2.21 0-3.918 1.79-3.918 4 0 .495.084.965.238 1.4-1.273.65-2.148 2.02-2.148 3.6 0 1.46.755 2.74 1.88 3.44-.1.45-.16.92-.16 1.4 0 2.21 1.71 4 3.918 4 .595 0 1.16-.14 1.67-.39C9.296 22.14 10.58 23 12 23s2.704-.86 3.228-2.14c.51.25 1.075.39 1.67.39 2.21 0 3.918-1.79 3.918-4 0-.48-.06-.95-.16-1.4 1.124-.69 1.88-1.98 1.88-3.44zm-11.43 4.25l-3.57-3.57 1.41-1.41 2.16 2.16 4.96-4.96 1.41 1.41-6.37 6.37z\"><\/path><\/svg>\n            <\/div>\n            <div class=\"x-user-handle\">@Sean_Liu<\/div>\n            \n            <div class=\"x-bio\">\n                <strong>Los caballeros son superaci\u00f3n, huesos fuertes y movilidad ascendente.<\/strong><br>\n                Si est\u00e1s leyendo este blog, significa que hay una conexi\u00f3n o que conf\u00edo en ti.<br>\n                La clase obrera en los pa\u00edses socialistas. C\u00edrculo privado de amigos \/ Blog \/ Weblog.\n            <\/div>\n\n            <div class=\"x-meta-data\">\n                <div class=\"x-meta-item\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2C7.93 2 4.66 5.27 4.66 9.34c0 4.45 6.07 11.23 6.64 11.87.38.43 1.02.43 1.4 0 .57-.64 6.64-7.42 6.64-11.87C19.34 5.27 16.07 2 12 2zm0 10.16c-1.57 0-2.84-1.27-2.84-2.84S10.43 6.5 12 6.5s2.84 1.27 2.84 2.84-1.27 2.84-2.84 2.84z\"><\/path><\/svg>\n                    China - Sur\n                <\/div>\n                <div class=\"x-meta-item\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M18.36 5.64c-1.95-1.96-5.11-1.96-7.07 0L9.88 7.05 8.46 5.64l1.42-1.42c2.73-2.73 7.16-2.73 9.9 0 2.73 2.74 2.73 7.17 0 9.9l-1.42 1.42-1.41-1.42 1.41-1.41c1.96-1.96 1.96-5.12 0-7.07zm-2.12 3.53l-7.07 7.07-1.41-1.41 7.07-7.07 1.41 1.41zm-12.02.71l1.42-1.42 1.41 1.42-1.41 1.41c-1.96 1.96-1.96 5.12 0 7.07 1.95 1.96 5.11 1.96 7.07 0l1.41-1.41 1.42 1.41-1.42 1.42c-2.73 2.73-7.16 2.73-9.9 0-2.73-2.74-2.73-7.17 0-9.9z\"><\/path><\/svg>\n                    <a href=\"https:\/\/bwcxbk.com\/es\/\" class=\"x-meta-link\">bwcxbk.com<\/a>\n                <\/div>\n                <div class=\"x-meta-item\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M7 4V3h2v1h6V3h2v1h1.5C19.89 4 21 5.12 21 6.5v12c0 1.38-1.11 2.5-2.5 2.5h-13C4.12 21 3 19.88 3 18.5v-12C3 5.12 4.12 4 5.5 4H7zm0 2H5.5c-.27 0-.5.22-.5.5v12c0 .28.23.5.5.5h13c.28 0 .5-.22.5-.5v-12c0-.28-.22-.5-.5-.5H17v1h-2V6H9v1H7V6zm0 6h2v-2H7v2zm0 4h2v-2H7v2zm4-4h2v-2h-2v2zm0 4h2v-2h-2v2zm4-4h2v-2h-2v2z\"><\/path><\/svg>\n                    2023 Adhesi\u00f3n\n                <\/div>\n            <\/div>\n\n            <div class=\"x-following-stats\">\n                <div class=\"x-stat\"><span class=\"x-stat-num\">2<\/span> enfoque<\/div>\n                <div class=\"x-stat\"><span class=\"x-stat-num\">98<\/span> observador<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- \u5bfc\u822a Tabs -->\n    <div class=\"x-tabs\">\n        <div class=\"x-tab active\"><div class=\"x-tab-text\">Sobre m\u00ed.<\/div><\/div>\n        <div class=\"x-tab\"><div class=\"x-tab-text\">Diario de pensamientos<\/div><\/div>\n        <div class=\"x-tab\"><div class=\"x-tab-text\">Medios de comunicaci\u00f3n<\/div><\/div>\n        <div class=\"x-tab\"><div class=\"x-tab-text\">lista de libros<\/div><\/div>\n    <\/div>\n\n    <!-- Feed \u4fe1\u606f\u6d41 -->\n    <div class=\"x-feed\">\n        \n        <!-- \u7f6e\u9876\u63a8\u6587 (Pinned Post) -->\n        <article class=\"x-post\">\n            <img decoding=\"async\" class=\"x-post-avatar\" src=\"https:\/\/images.unsplash.com\/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&auto=format&fit=crop&w=100&q=80\" alt=\"Avatar\">\n            <div class=\"x-post-content\">\n                <div class=\"x-post-context\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M7 4.5C7 3.12 8.12 2 9.5 2h5C15.88 2 17 3.12 17 4.5v5.26L20.12 16H13v5l-1 2-1-2v-5H3.88L7 9.76V4.5z\"><\/path><\/svg>\n                    pegajoso (de un sitio web)\n                <\/div>\n                <div class=\"x-post-header\">\n                    <span class=\"x-post-name\">Sr. Junker.<\/span>\n                    <svg class=\"x-verified\" style=\"width:16px;height:16px;fill:var(--x-text-main);\" viewbox=\"0 0 24 24\"><path d=\"M22.5 12.5c0-1.58-.875-2.95-2.148-3.6.154-.435.238-.905.238-1.4 0-2.21-1.71-3.998-3.918-3.998-.47 0-.92.084-1.336.25C14.818 2.415 13.51 1.5 12 1.5s-2.816.917-3.337 2.25c-.416-.165-.866-.25-1.336-.25-2.21 0-3.918 1.79-3.918 4 0 .495.084.965.238 1.4-1.273.65-2.148 2.02-2.148 3.6 0 1.46.755 2.74 1.88 3.44-.1.45-.16.92-.16 1.4 0 2.21 1.71 4 3.918 4 .595 0 1.16-.14 1.67-.39C9.296 22.14 10.58 23 12 23s2.704-.86 3.228-2.14c.51.25 1.075.39 1.67.39 2.21 0 3.918-1.79 3.918-4 0-.48-.06-.95-.16-1.4 1.124-.69 1.88-1.98 1.88-3.44zm-11.43 4.25l-3.57-3.57 1.41-1.41 2.16 2.16 4.96-4.96 1.41 1.41-6.37 6.37z\"><\/path><\/svg>\n                    <span class=\"x-post-meta\">@Sean_Liu - 2023<\/span>\n                <\/div>\n                <div class=\"x-post-text\">\u00bfPor qu\u00e9 escribo este blog?\n\nMe gusta la sensaci\u00f3n de tener el control y no quiero almacenar mis datos en otras plataformas de redes sociales.\n\nLa esperanza de vida humana es de 80 a\u00f1os, y en China es de 78,6 a\u00f1os per c\u00e1pita. Las c\u00e9lulas del cuerpo humano se reemplazan cada tres meses; en unos siete a\u00f1os, somos como otra persona a nivel f\u00edsico. En unas pocas d\u00e9cadas, las personas olvidadizas siempre tienden a desvanecer el pasado.\n\nPor supuesto. \u00bfEsto es un diario? \u00bfQui\u00e9n en su sano juicio lleva un diario? Yo no. S\u00f3lo soy un maestro en embellecer y empaquetar el pasado.<\/div>\n                <div class=\"x-post-actions\">\n                    <div class=\"x-action-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01z\"><\/path><\/svg> 12<\/div>\n                    <div class=\"x-action-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M4.5 3.88l4.432 4.14-1.364 1.46L5.5 7.55V16c0 1.1.896 2 2 2H13v2H7.5c-2.209 0-4-1.79-4-4V7.55L1.432 9.48.068 8.02 4.5 3.88zM16.5 6H11V4h5.5c2.209 0 4 1.79 4 4v8.45l2.068-1.93 1.364 1.46-4.432 4.14-4.432-4.14 1.364-1.46 2.068 1.93V8c0-1.1-.896-2-2-2z\"><\/path><\/svg> 2<\/div>\n                    <div class=\"x-action-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M16.697 5.5c-1.222-.06-2.679.51-3.89 2.16l-.805 1.09-.806-1.09C9.984 6.01 8.526 5.44 7.304 5.5c-1.243.07-2.349.78-2.91 1.91-.552 1.12-.633 2.78.479 4.82 1.074 1.97 3.257 4.27 7.129 6.61 3.87-2.34 6.052-4.64 7.126-6.61 1.111-2.04 1.03-3.7.477-4.82-.561-1.13-1.666-1.84-2.908-1.91zm4.187 7.69c-1.351 2.48-4.001 5.12-8.379 7.67l-.503.3-.504-.3c-4.379-2.55-7.029-5.19-8.382-7.67-1.36-2.5-1.41-4.86-.514-6.67.887-1.79 2.647-2.91 4.601-3.01 1.651-.09 3.368.56 4.798 2.01 1.429-1.45 3.146-2.1 4.796-2.01 1.954.1 3.714 1.22 4.601 3.01.896 1.81.846 4.17-.514 6.67z\"><\/path><\/svg> 48<\/div>\n                    <div class=\"x-action-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M12 2.59l5.7 5.7-1.41 1.42L13 6.41V16h-2V6.41l-3.3 3.3-1.41-1.42L12 2.59zM21 15l-.02 3.51c0 1.38-1.12 2.49-2.5 2.49H5.5C4.11 21 3 19.88 3 18.5V15h2v3.5c0 .28.22.5.5.5h12.98c.28 0 .5-.22.5-.5L21 17V15h2z\"><\/path><\/svg><\/div>\n                <\/div>\n            <\/div>\n        <\/article>\n\n        <!-- \u666e\u901a\u63a8\u6587 -->\n        <article class=\"x-post\">\n            <img decoding=\"async\" class=\"x-post-avatar\" src=\"https:\/\/images.unsplash.com\/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&auto=format&fit=crop&w=100&q=80\" alt=\"Avatar\">\n            <div class=\"x-post-content\">\n                <div class=\"x-post-header\">\n                    <span class=\"x-post-name\">Sr. Junker.<\/span>\n                    <svg class=\"x-verified\" style=\"width:16px;height:16px;fill:var(--x-text-main);\" viewbox=\"0 0 24 24\"><path d=\"M22.5 12.5c0-1.58-.875-2.95-2.148-3.6.154-.435.238-.905.238-1.4 0-2.21-1.71-3.998-3.918-3.998-.47 0-.92.084-1.336.25C14.818 2.415 13.51 1.5 12 1.5s-2.816.917-3.337 2.25c-.416-.165-.866-.25-1.336-.25-2.21 0-3.918 1.79-3.918 4 0 .495.084.965.238 1.4-1.273.65-2.148 2.02-2.148 3.6 0 1.46.755 2.74 1.88 3.44-.1.45-.16.92-.16 1.4 0 2.21 1.71 4 3.918 4 .595 0 1.16-.14 1.67-.39C9.296 22.14 10.58 23 12 23s2.704-.86 3.228-2.14c.51.25 1.075.39 1.67.39 2.21 0 3.918-1.79 3.918-4 0-.48-.06-.95-.16-1.4 1.124-.69 1.88-1.98 1.88-3.44zm-11.43 4.25l-3.57-3.57 1.41-1.41 2.16 2.16 4.96-4.96 1.41 1.41-6.37 6.37z\"><\/path><\/svg>\n                    <span class=\"x-post-meta\">@Sean_Liu - 2026<\/span>\n                <\/div>\n                <div class=\"x-post-text\">Yo misma en una peque\u00f1a ciudad del sur. Han pasado tres a\u00f1os desde que cre\u00e9 mi blog, y las c\u00e9lulas de mi cuerpo han completado otra ronda de metabolismo. Ahora sigo en este peque\u00f1o pueblo del sur, experimentando tranquilamente la sensaci\u00f3n de control en mi vida.<\/div>\n                <div class=\"x-post-media\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1542451542907-6cf80ff362d6?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80\" alt=\"Post Media\">\n                <\/div>\n                <div class=\"x-post-actions\">\n                    <div class=\"x-action-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01z\"><\/path><\/svg> 2<\/div>\n                    <div class=\"x-action-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M4.5 3.88l4.432 4.14-1.364 1.46L5.5 7.55V16c0 1.1.896 2 2 2H13v2H7.5c-2.209 0-4-1.79-4-4V7.55L1.432 9.48.068 8.02 4.5 3.88zM16.5 6H11V4h5.5c2.209 0 4 1.79 4 4v8.45l2.068-1.93 1.364 1.46-4.432 4.14-4.432-4.14 1.364-1.46 2.068 1.93V8c0-1.1-.896-2-2-2z\"><\/path><\/svg><\/div>\n                    <div class=\"x-action-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M16.697 5.5c-1.222-.06-2.679.51-3.89 2.16l-.805 1.09-.806-1.09C9.984 6.01 8.526 5.44 7.304 5.5c-1.243.07-2.349.78-2.91 1.91-.552 1.12-.633 2.78.479 4.82 1.074 1.97 3.257 4.27 7.129 6.61 3.87-2.34 6.052-4.64 7.126-6.61 1.111-2.04 1.03-3.7.477-4.82-.561-1.13-1.666-1.84-2.908-1.91zm4.187 7.69c-1.351 2.48-4.001 5.12-8.379 7.67l-.503.3-.504-.3c-4.379-2.55-7.029-5.19-8.382-7.67-1.36-2.5-1.41-4.86-.514-6.67.887-1.79 2.647-2.91 4.601-3.01 1.651-.09 3.368.56 4.798 2.01 1.429-1.45 3.146-2.1 4.796-2.01 1.954.1 3.714 1.22 4.601 3.01.896 1.81.846 4.17-.514 6.67z\"><\/path><\/svg> 18<\/div>\n                    <div class=\"x-action-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M12 2.59l5.7 5.7-1.41 1.42L13 6.41V16h-2V6.41l-3.3 3.3-1.41-1.42L12 2.59zM21 15l-.02 3.51c0 1.38-1.12 2.49-2.5 2.49H5.5C4.11 21 3 19.88 3 18.5V15h2v3.5c0 .28.22.5.5.5h12.98c.28 0 .5-.22.5-.5L21 17V15h2z\"><\/path><\/svg><\/div>\n                <\/div>\n            <\/div>\n        <\/article>\n\n        <!-- \u666e\u901a\u63a8\u6587 2 -->\n        <article class=\"x-post\">\n            <img decoding=\"async\" class=\"x-post-avatar\" src=\"https:\/\/images.unsplash.com\/photo-1507003211169-0a1dd7228f2d?ixlib=rb-1.2.1&auto=format&fit=crop&w=100&q=80\" alt=\"Avatar\">\n            <div class=\"x-post-content\">\n                <div class=\"x-post-header\">\n                    <span class=\"x-post-name\">Sr. Junker.<\/span>\n                    <svg class=\"x-verified\" style=\"width:16px;height:16px;fill:var(--x-text-main);\" viewbox=\"0 0 24 24\"><path d=\"M22.5 12.5c0-1.58-.875-2.95-2.148-3.6.154-.435.238-.905.238-1.4 0-2.21-1.71-3.998-3.918-3.998-.47 0-.92.084-1.336.25C14.818 2.415 13.51 1.5 12 1.5s-2.816.917-3.337 2.25c-.416-.165-.866-.25-1.336-.25-2.21 0-3.918 1.79-3.918 4 0 .495.084.965.238 1.4-1.273.65-2.148 2.02-2.148 3.6 0 1.46.755 2.74 1.88 3.44-.1.45-.16.92-.16 1.4 0 2.21 1.71 4 3.918 4 .595 0 1.16-.14 1.67-.39C9.296 22.14 10.58 23 12 23s2.704-.86 3.228-2.14c.51.25 1.075.39 1.67.39 2.21 0 3.918-1.79 3.918-4 0-.48-.06-.95-.16-1.4 1.124-.69 1.88-1.98 1.88-3.44zm-11.43 4.25l-3.57-3.57 1.41-1.41 2.16 2.16 4.96-4.96 1.41 1.41-6.37 6.37z\"><\/path><\/svg>\n                    <span class=\"x-post-meta\">@Sean_Liu - 2025<\/span>\n                <\/div>\n                <div class=\"x-post-text\">Ver el cielo y la tierra, ver todos los seres. Este a\u00f1o he le\u00eddo muchas novelas chinas cl\u00e1sicas y modernas. En las penas y alegr\u00edas de las palabras, he adquirido una comprensi\u00f3n m\u00e1s profunda del objetivo de \"creador de contenidos de calidad\", y mi mundo espiritual se ha vuelto cada vez m\u00e1s abundante.<\/div>\n                <div class=\"x-post-actions\">\n                    <div class=\"x-action-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01z\"><\/path><\/svg> 5<\/div>\n                    <div class=\"x-action-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M4.5 3.88l4.432 4.14-1.364 1.46L5.5 7.55V16c0 1.1.896 2 2 2H13v2H7.5c-2.209 0-4-1.79-4-4V7.55L1.432 9.48.068 8.02 4.5 3.88zM16.5 6H11V4h5.5c2.209 0 4 1.79 4 4v8.45l2.068-1.93 1.364 1.46-4.432 4.14-4.432-4.14 1.364-1.46 2.068 1.93V8c0-1.1-.896-2-2-2z\"><\/path><\/svg><\/div>\n                    <div class=\"x-action-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M16.697 5.5c-1.222-.06-2.679.51-3.89 2.16l-.805 1.09-.806-1.09C9.984 6.01 8.526 5.44 7.304 5.5c-1.243.07-2.349.78-2.91 1.91-.552 1.12-.633 2.78.479 4.82 1.074 1.97 3.257 4.27 7.129 6.61 3.87-2.34 6.052-4.64 7.126-6.61 1.111-2.04 1.03-3.7.477-4.82-.561-1.13-1.666-1.84-2.908-1.91zm4.187 7.69c-1.351 2.48-4.001 5.12-8.379 7.67l-.503.3-.504-.3c-4.379-2.55-7.029-5.19-8.382-7.67-1.36-2.5-1.41-4.86-.514-6.67.887-1.79 2.647-2.91 4.601-3.01 1.651-.09 3.368.56 4.798 2.01 1.429-1.45 3.146-2.1 4.796-2.01 1.954.1 3.714 1.22 4.601 3.01.896 1.81.846 4.17-.514 6.67z\"><\/path><\/svg> 22<\/div>\n                    <div class=\"x-action-item\"><svg viewbox=\"0 0 24 24\"><path d=\"M12 2.59l5.7 5.7-1.41 1.42L13 6.41V16h-2V6.41l-3.3 3.3-1.41-1.42L12 2.59zM21 15l-.02 3.51c0 1.38-1.12 2.49-2.5 2.49H5.5C4.11 21 3 19.88 3 18.5V15h2v3.5c0 .28.22.5.5.5h12.98c.28 0 .5-.22.5-.5L21 17V15h2z\"><\/path><\/svg><\/div>\n                <\/div>\n            <\/div>\n        <\/article>\n\n    <\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>\u8054\u7cfb\u6211 (Follow) SEAN @Sean_Liu \u541b\u5b50\u81ea\u5f3a\u4e0d\u606f\uff0c\u94ee\u94ee\u52b2\u9aa8\u6602\u626c\u5411\u4e0a\u3002 \u5982\u679c\u4f60\u770b\u5230\u8fd9\u4e2a\u535a\u5ba2\uff0c [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-130","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bwcxbk.com\/es\/wp-json\/wp\/v2\/pages\/130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bwcxbk.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bwcxbk.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bwcxbk.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bwcxbk.com\/es\/wp-json\/wp\/v2\/comments?post=130"}],"version-history":[{"count":14,"href":"https:\/\/bwcxbk.com\/es\/wp-json\/wp\/v2\/pages\/130\/revisions"}],"predecessor-version":[{"id":1037,"href":"https:\/\/bwcxbk.com\/es\/wp-json\/wp\/v2\/pages\/130\/revisions\/1037"}],"wp:attachment":[{"href":"https:\/\/bwcxbk.com\/es\/wp-json\/wp\/v2\/media?parent=130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}