{"id":132,"date":"2026-01-13T09:58:37","date_gmt":"2026-01-13T01:58:37","guid":{"rendered":"https:\/\/ryanren.top\/?page_id=132"},"modified":"2026-04-17T16:14:05","modified_gmt":"2026-04-17T08:14:05","slug":"lxw","status":"publish","type":"page","link":"https:\/\/ryanren.top\/index.php\/lxw\/","title":{"rendered":"\u8054\u7cfb\u6211"},"content":{"rendered":"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">\n <title>\u8054\u7cfb\u6211 \u00b7 RyanRen \u8bbe\u8ba1\u5de5\u4f5c\u5ba4<\/title>\n <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700;14..32,800&#038;family=Playfair+Display:wght@600;700&#038;display=swap\" rel=\"stylesheet\">\n <style>\n * { margin: 0; padding: 0; box-sizing: border-box; }\n\n body {\n min-height: 100vh;\n background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);\n font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n color: #f1f5f9;\n line-height: 1.5;\n }\n\n .page-container {\n min-height: 100vh;\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 2rem 1.5rem;\n }\n\n \/* \u2500\u2500\u2500 \u4e3b\u5361\u7247 \u2500\u2500\u2500 *\/\n .contact-card {\n background: rgba(30, 41, 59, 0.6);\n backdrop-filter: blur(20px);\n border-radius: 32px;\n padding: 3rem;\n max-width: 900px;\n width: 100%;\n border: 1px solid rgba(255, 255, 255, 0.08);\n box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);\n }\n\n \/* \u2500\u2500\u2500 \u5934\u90e8 \u2500\u2500\u2500 *\/\n .contact-header {\n text-align: center;\n margin-bottom: 2.5rem;\n }\n .contact-header h1 {\n font-family: 'Playfair Display', serif;\n font-size: clamp(2rem, 5vw, 2.8rem);\n font-weight: 700;\n background: linear-gradient(135deg, #fff, #fbbf24);\n -webkit-background-clip: text;\n background-clip: text;\n color: transparent;\n margin-bottom: 0.5rem;\n }\n .contact-header p {\n color: #94a3b8;\n font-size: 0.95rem;\n }\n\n \/* \u2500\u2500\u2500 \u6838\u5fc3\u8054\u7cfb\u65b9\u5f0f\uff08\u5927\u5361\u7247\uff09 \u2500\u2500\u2500 *\/\n .primary-contacts {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n gap: 1.25rem;\n margin-bottom: 2.5rem;\n }\n\n .primary-item {\n position: relative;\n text-decoration: none;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 2rem 1rem;\n border-radius: 20px;\n background: rgba(255, 255, 255, 0.04);\n border: 1px solid rgba(255, 255, 255, 0.08);\n transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);\n cursor: pointer;\n overflow: visible;\n }\n\n .primary-item:hover {\n transform: translateY(-6px);\n background: rgba(255, 255, 255, 0.08);\n border-color: rgba(255, 255, 255, 0.15);\n box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.4);\n }\n\n \/* \u63a8\u8350\u5fbd\u7ae0 *\/\n .primary-item.recommended::before {\n content: \"\u63a8\u8350\";\n position: absolute;\n top: -10px;\n right: 12px;\n background: linear-gradient(135deg, #f59e0b, #fbbf24);\n color: #0f172a;\n font-size: 0.65rem;\n font-weight: 700;\n padding: 0.25rem 0.8rem;\n border-radius: 40px;\n letter-spacing: 0.5px;\n box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);\n z-index: 10;\n }\n\n .primary-icon {\n font-size: 3rem;\n margin-bottom: 0.75rem;\n transition: transform 0.3s ease;\n }\n\n .primary-item:hover .primary-icon {\n transform: scale(1.1);\n }\n\n .primary-label {\n font-size: 1rem;\n font-weight: 600;\n color: #e2e8f0;\n margin-bottom: 0.25rem;\n }\n\n .primary-hint {\n font-size: 0.75rem;\n color: #64748b;\n }\n\n \/* \u4e2a\u6027\u989c\u8272 *\/\n .primary-item.wechat .primary-icon { color: #07c160; }\n .primary-item.qq .primary-icon { color: #12b7f5; }\n .primary-item.email .primary-icon { color: #ea4335; }\n\n \/* \u2500\u2500\u2500 \u4e8c\u7ef4\u7801\u60ac\u6d6e \u2500\u2500\u2500 *\/\n .qr-tooltip {\n position: absolute;\n bottom: calc(100% + 16px);\n left: 50%;\n transform: translateX(-50%);\n width: 180px;\n height: 180px;\n background: #fff;\n border-radius: 16px;\n padding: 10px;\n box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);\n opacity: 0;\n visibility: hidden;\n transition: all 0.25s ease;\n z-index: 100;\n pointer-events: none;\n }\n\n .qr-tooltip img {\n width: 100%;\n height: 100%;\n object-fit: contain;\n border-radius: 8px;\n }\n\n .qr-tooltip::after {\n content: '';\n position: absolute;\n top: 100%;\n left: 50%;\n transform: translateX(-50%);\n border: 10px solid transparent;\n border-top-color: #fff;\n }\n\n .primary-item:hover .qr-tooltip {\n opacity: 1;\n visibility: visible;\n transform: translateX(-50%) translateY(-8px);\n }\n\n \/* \u2500\u2500\u2500 \u793e\u4ea4\u5e73\u53f0\u5206\u9694 \u2500\u2500\u2500 *\/\n .section-divider {\n display: flex;\n align-items: center;\n gap: 1rem;\n margin-bottom: 1.5rem;\n }\n .section-divider::before,\n .section-divider::after {\n content: '';\n flex: 1;\n height: 1px;\n background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);\n }\n .section-divider span {\n color: #64748b;\n font-size: 0.8rem;\n letter-spacing: 1px;\n text-transform: uppercase;\n }\n\n \/* \u2500\u2500\u2500 \u793e\u4ea4\u5e73\u53f0\u7f51\u683c\uff08\u7d27\u51d1\uff09 \u2500\u2500\u2500 *\/\n .social-grid {\n display: grid;\n grid-template-columns: repeat(6, 1fr);\n gap: 0.75rem;\n }\n\n .social-item {\n text-decoration: none;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: 1rem 0.5rem;\n border-radius: 14px;\n background: rgba(255, 255, 255, 0.03);\n border: 1px solid rgba(255, 255, 255, 0.06);\n transition: all 0.25s ease;\n cursor: pointer;\n }\n\n .social-item:hover {\n transform: translateY(-4px);\n background: rgba(255, 255, 255, 0.08);\n border-color: rgba(255, 255, 255, 0.12);\n }\n\n .social-icon {\n font-size: 1.5rem;\n margin-bottom: 0.4rem;\n color: #94a3b8;\n transition: color 0.2s;\n }\n\n .social-item:hover .social-icon {\n color: #f1f5f9;\n }\n\n .social-label {\n font-size: 0.7rem;\n font-weight: 500;\n color: #64748b;\n }\n\n \/* \u793e\u4ea4\u5e73\u53f0\u4e2a\u6027\u8272 *\/\n .social-item.xhs:hover .social-icon { color: #fe2c55; }\n .social-item.weibo:hover .social-icon { color: #e6162d; }\n .social-item.bilibili:hover .social-icon { color: #fb7299; }\n .social-item.kuaishou:hover .social-icon { color: #00c6ff; }\n .social-item.discord:hover .social-icon { color: #5865f2; }\n .social-item.instagram:hover .social-icon { color: #e4405f; }\n .social-item.tiktok:hover .social-icon { color: #fff; }\n .social-item.facebook:hover .social-icon { color: #1877f2; }\n .social-item.twitter:hover .social-icon { color: #1da1f2; }\n\n \/* \u2500\u2500\u2500 \u9875\u811a \u2500\u2500\u2500 *\/\n .contact-footer {\n margin-top: 2.5rem;\n padding-top: 1.5rem;\n border-top: 1px solid rgba(255, 255, 255, 0.08);\n text-align: center;\n }\n\n .beian-info {\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n gap: 0.75rem;\n margin-bottom: 1rem;\n }\n\n .beian-info a {\n text-decoration: none;\n color: #64748b;\n font-size: 0.75rem;\n display: inline-flex;\n align-items: center;\n gap: 6px;\n padding: 0.35rem 1rem;\n border-radius: 40px;\n background: rgba(255, 255, 255, 0.04);\n border: 1px solid rgba(255, 255, 255, 0.08);\n transition: all 0.2s;\n }\n\n .beian-info a:hover {\n color: #e2e8f0;\n background: rgba(255, 255, 255, 0.08);\n }\n\n .beian-info img { width: 14px; height: 14px; }\n\n .copyright {\n font-size: 0.75rem;\n color: #475569;\n }\n .copyright a {\n color: #94a3b8;\n text-decoration: none;\n }\n .copyright a:hover { color: #fbbf24; }\n\n \/* \u2500\u2500\u2500 \u79fb\u52a8\u7aef\u4e8c\u7ef4\u7801\u6a21\u6001\u6846 \u2500\u2500\u2500 *\/\n #qrModal {\n display: none;\n position: fixed;\n inset: 0;\n background: rgba(0, 0, 0, 0.8);\n backdrop-filter: blur(8px);\n align-items: center;\n justify-content: center;\n z-index: 2000;\n }\n #qrModal > div {\n background: #1e293b;\n padding: 1.5rem;\n border-radius: 24px;\n text-align: center;\n max-width: 80vw;\n border: 1px solid rgba(255,255,255,0.1);\n }\n #modalImage {\n max-width: 60vw;\n max-height: 60vh;\n border-radius: 12px;\n }\n #qrModal p {\n margin-top: 1rem;\n color: #94a3b8;\n font-size: 0.85rem;\n }\n\n \/* \u2500\u2500\u2500 \u54cd\u5e94\u5f0f \u2500\u2500\u2500 *\/\n @media (max-width: 768px) {\n .contact-card { padding: 2rem 1.5rem; }\n .primary-contacts {\n grid-template-columns: 1fr;\n gap: 1rem;\n }\n .primary-item { padding: 1.5rem 1rem; }\n .social-grid {\n grid-template-columns: repeat(3, 1fr);\n gap: 0.5rem;\n }\n .qr-tooltip { display: none; }\n .chat-bubble {\n bottom: 16px;\n right: 16px;\n padding: 10px 16px;\n font-size: 0.8rem;\n }\n }\n\n @media (max-width: 480px) {\n .social-grid { grid-template-columns: repeat(2, 1fr); }\n }\n <\/style>\n<\/head>\n<body>\n <div class=\"page-container\">\n  <div class=\"contact-card\">\n   <div class=\"contact-header\">\n    <h1>\u8054\u7cfb\u6211<\/h1>\n    <p>\u9009\u62e9\u6700\u4fbf\u6377\u7684\u65b9\u5f0f\uff0c\u968f\u65f6\u4e0e\u6211\u8fde\u63a5<\/p>\n   <\/div>\n\n   <!-- \u6838\u5fc3\u8054\u7cfb\u65b9\u5f0f -->\n   <div class=\"primary-contacts\">\n    <a href=\"javascript:void(0);\" class=\"primary-item wechat recommended\" data-qr=\"https:\/\/ryanren.top\/wp-content\/uploads\/2026\/01\/424272e04eb71ac15fd2aad2a5c48d19-e1768271859392.jpg\">\n     <i class=\"fab fa-weixin primary-icon\"><\/i>\n     <span class=\"primary-label\">\u5fae\u4fe1<\/span>\n     <span class=\"primary-hint\">\u626b\u7801\u6dfb\u52a0<\/span>\n     <div class=\"qr-tooltip\"><img decoding=\"async\" data-src=\"https:\/\/ryanren.top\/wp-content\/uploads\/2026\/01\/424272e04eb71ac15fd2aad2a5c48d19-e1768271859392.jpg\" alt=\"\u5fae\u4fe1\u4e8c\u7ef4\u7801\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1074px; --smush-placeholder-aspect-ratio: 1074\/1074;\"><\/div>\n    <\/a>\n    <a href=\"javascript:void(0);\" class=\"primary-item qq\" data-qr=\"https:\/\/ryanren.top\/wp-content\/uploads\/2026\/01\/c811405e117ef195ce371d715f1ac31f-e1768271844110.jpg\">\n     <i class=\"fab fa-qq primary-icon\"><\/i>\n     <span class=\"primary-label\">QQ<\/span>\n     <span class=\"primary-hint\">\u626b\u7801\u6dfb\u52a0<\/span>\n     <div class=\"qr-tooltip\"><img decoding=\"async\" data-src=\"https:\/\/ryanren.top\/wp-content\/uploads\/2026\/01\/c811405e117ef195ce371d715f1ac31f-e1768271844110.jpg\" alt=\"QQ\u4e8c\u7ef4\u7801\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 956px; --smush-placeholder-aspect-ratio: 956\/956;\"><\/div>\n    <\/a>\n    <a href=\"mailto:zhi20yuan10@qq.com\" class=\"primary-item email\">\n     <i class=\"fas fa-envelope primary-icon\"><\/i>\n     <span class=\"primary-label\">\u90ae\u7bb1<\/span>\n     <span class=\"primary-hint\">\u70b9\u51fb\u53d1\u9001<\/span>\n    <\/a>\n   <\/div>\n\n   <!-- \u793e\u4ea4\u5e73\u53f0 -->\n   <div class=\"section-divider\"><span>\u793e\u4ea4\u5e73\u53f0<\/span><\/div>\n   <div class=\"social-grid\">\n    <a href=\"https:\/\/xhslink.com\/m\/Ap5mAFczFnH\" target=\"_blank\" class=\"social-item xhs\">\n     <i class=\"fas fa-heart social-icon\"><\/i>\n     <span class=\"social-label\">\u5c0f\u7ea2\u4e66<\/span>\n    <\/a>\n    <a href=\"https:\/\/m.weibo.cn\/profile\/5579464626\" target=\"_blank\" class=\"social-item weibo\">\n     <i class=\"fab fa-weibo social-icon\"><\/i>\n     <span class=\"social-label\">\u5fae\u535a<\/span>\n    <\/a>\n    <a href=\"javascript:void(0);\" class=\"social-item tiktok\" data-qr=\"https:\/\/ryanren.top\/wp-content\/uploads\/2026\/01\/29fe8d4241f1e4c15ad67203fa853557-e1768271822100.jpg\">\n     <i class=\"fab fa-tiktok social-icon\"><\/i>\n     <span class=\"social-label\">\u6296\u97f3<\/span>\n    <\/a>\n    <a href=\"https:\/\/space.bilibili.com\/15026762\" target=\"_blank\" class=\"social-item bilibili\">\n     <i class=\"fas fa-video social-icon\"><\/i>\n     <span class=\"social-label\">\u54d4\u54e9\u54d4\u54e9<\/span>\n    <\/a>\n    <a href=\"https:\/\/v.kuaishou.com\/KLffGEm1\" target=\"_blank\" class=\"social-item kuaishou\">\n     <i class=\"fas fa-play-circle social-icon\"><\/i>\n     <span class=\"social-label\">\u5feb\u624b<\/span>\n    <\/a>\n    <a href=\"https:\/\/instagram.com\/zhi20yuan10\" target=\"_blank\" class=\"social-item instagram\">\n     <i class=\"fab fa-instagram social-icon\"><\/i>\n     <span class=\"social-label\">Instagram<\/span>\n    <\/a>\n    <a href=\"https:\/\/twitter.com\/starsmaxzy\" target=\"_blank\" class=\"social-item twitter\">\n     <i class=\"fab fa-twitter social-icon\"><\/i>\n     <span class=\"social-label\">Twitter<\/span>\n    <\/a>\n    <a href=\"https:\/\/facebook.com\/zhi20yuan10\" target=\"_blank\" class=\"social-item facebook\">\n     <i class=\"fab fa-facebook-f social-icon\"><\/i>\n     <span class=\"social-label\">Facebook<\/span>\n    <\/a>\n    <a href=\"https:\/\/discord.gg\/your-invite-code\" target=\"_blank\" class=\"social-item discord\">\n     <i class=\"fab fa-discord social-icon\"><\/i>\n     <span class=\"social-label\">Discord<\/span>\n    <\/a>\n   <\/div>\n\n   <div class=\"contact-footer\">\n    <div class=\"beian-info\">\n     <a href=\"https:\/\/beian.miit.gov.cn\/\" target=\"_blank\">\n      <i class=\"fas fa-shield-alt\"><\/i> \u9c81ICP\u59072026001577\u53f7-1\n     <\/a>\n     <a href=\"https:\/\/beian.mps.gov.cn\/#\/query\/webSearch?code=37172402000457\" rel=\"noreferrer\" target=\"_blank\">\n      <img decoding=\"async\" data-src=\"https:\/\/www.beian.gov.cn\/img\/ghs.png\" alt=\"\u516c\u5b89\u5907\u6848\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\"> \u9c81\u516c\u7f51\u5b89\u590737172402000457\u53f7\n     <\/a>\n    <\/div>\n    <div class=\"copyright\">\n     \u00a9 2026 RyanRen \u00b7 <a href=\"https:\/\/ryanren.top\">\u8fd4\u56de\u9996\u9875<\/a>\n    <\/div>\n   <\/div>\n  <\/div>\n <\/div>\n\n <!-- \u79fb\u52a8\u7aef\u4e8c\u7ef4\u7801\u6a21\u6001\u6846 -->\n <div id=\"qrModal\" onclick=\"closeModal(event)\">\n  <div>\n   <img decoding=\"async\" id=\"modalImage\" src=\"\" alt=\"\u4e8c\u7ef4\u7801\">\n   <p>\u70b9\u51fb\u7a7a\u767d\u5173\u95ed<\/p>\n  <\/div>\n <\/div>\n\n <script>\n (function() {\n const isMobile = \/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini\/i.test(navigator.userAgent);\n const modal = document.getElementById('qrModal');\n const modalImg = document.getElementById('modalImage');\n\n window.closeModal = function(e) {\n if (e.target === modal) {\n modal.style.display = 'none';\n modalImg.src = '';\n }\n };\n\n \/\/ \u6240\u6709\u5e26 data-qr \u7684\u5143\u7d20\n document.querySelectorAll('[data-qr]').forEach(item => {\n item.addEventListener('click', function(e) {\n e.preventDefault();\n const qr = this.getAttribute('data-qr');\n if (qr && isMobile) {\n modalImg.src = qr;\n modal.style.display = 'flex';\n }\n });\n });\n\n })();\n <\/script>\n<\/body>\n<\/html>\n\n<\/div>\n<\/div>\n\n\n\n<!-- \u5f15\u5165 Font Awesome\uff08\u5982\u679c\u9875\u9762\u5df2\u6709\u53ef\u7701\u7565\uff09 -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<!-- \u5f15\u5165 Coze SDK -->\n<script src=\"https:\/\/lf-cdn.coze.cn\/obj\/unpkg\/flow-platform\/chat-app-sdk\/1.2.0-beta.19\/libs\/cn\/index.js\"><\/script>\n\n<!-- \u6c14\u6ce1\u63d0\u793a\u6837\u5f0f -->\n<style>\n.chat-guide-bubble {\n    position: fixed;\n    bottom: 100px;\n    right: 30px;\n    background: #ffffff;\n    border-radius: 30px 30px 30px 8px;\n    padding: 12px 20px;\n    padding-right: 40px;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.05);\n    font-size: 1rem;\n    color: #1e2b3a;\n    font-weight: 500;\n    z-index: 9999;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    animation: bubbleFloat 2s infinite ease-in-out;\n    pointer-events: none;\n}\n.chat-guide-bubble::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    right: 20px;\n    width: 0;\n    height: 0;\n    border-left: 12px solid transparent;\n    border-right: 12px solid transparent;\n    border-top: 12px solid #ffffff;\n    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));\n}\n.chat-guide-bubble i:not(.bubble-close) {\n    color: #07C160;\n    font-size: 1.2rem;\n}\n.bubble-close {\n    position: absolute;\n    top: 8px;\n    right: 12px;\n    color: #999;\n    font-size: 1rem;\n    cursor: pointer;\n    transition: color 0.2s;\n    pointer-events: auto;\n    z-index: 10000;\n}\n.bubble-close:hover {\n    color: #333;\n}\n@keyframes bubbleFloat {\n    0% { transform: translateY(0); }\n    50% { transform: translateY(-5px); }\n    100% { transform: translateY(0); }\n}\n@media (max-width: 768px) {\n    .chat-guide-bubble {\n        bottom: 90px;\n        right: 20px;\n        padding: 8px 16px;\n        padding-right: 35px;\n        font-size: 0.9rem;\n    }\n    .bubble-close {\n        top: 5px;\n        right: 10px;\n    }\n}\n<\/style>\n\n<!-- \u6c14\u6ce1\u63d0\u793a HTML -->\n<div id=\"chatGuideBubble\" class=\"chat-guide-bubble\">\n    <i class=\"fas fa-comment-dots\"><\/i>\n    <span>\u6211\u662f\u4efb\u5fd7\u8fdc\u7684AI\u52a9\u7406 \u4efb\u4f55\u95ee\u9898\u53ef\u4ee5\u95ee\u6211\u270b\ufe0f<\/span>\n    <i class=\"fas fa-times bubble-close\" id=\"closeBubbleBtn\"><\/i>\n<\/div>\n\n<!-- \u5173\u95ed\u6c14\u6ce1\u811a\u672c -->\n<script>\ndocument.getElementById('closeBubbleBtn').addEventListener('click', function() {\n    var bubble = document.getElementById('chatGuideBubble');\n    if (bubble) bubble.style.display = 'none';\n});\n<\/script>\n\n<!-- \u667a\u80fd\u4f53\u521d\u59cb\u5316 -->\n<script>\n  new CozeWebSDK.WebChatClient({\n    config: {\n      bot_id: '7612944427740463142',\n    },\n    componentProps: {\n      title: 'Coze',\n    },\n    auth: {\n      type: 'token',\n      token: 'pat_OJ4imSHr05vVrHJyXSpuQzPjjZgAxkz7I8PTy6X0S7iIkDadP2W6QT6Tx7InCwS6',\n      onRefreshToken: function () {\n        return 'pat_OJ4imSHr05vVrHJyXSpuQzPjjZgAxkz7I8PTy6X0S7iIkDadP2W6QT6Tx7InCwS6'\n      }\n    }\n  });\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8054\u7cfb\u6211 \u00b7 RyanRen \u8bbe\u8ba1\u5de5\u4f5c\u5ba4 \u8054\u7cfb\u6211 \u9009\u62e9\u6700\u4fbf\u6377\u7684\u65b9\u5f0f\uff0c\u968f\u65f6\u4e0e\u6211\u8fde\u63a5 \u5fae\u4fe1 \u626b\u7801\u6dfb\u52a0 QQ \u626b\u7801\u6dfb\u52a0 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank","meta":{"footnotes":""},"class_list":["post-132","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ryanren.top\/index.php\/wp-json\/wp\/v2\/pages\/132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ryanren.top\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ryanren.top\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ryanren.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ryanren.top\/index.php\/wp-json\/wp\/v2\/comments?post=132"}],"version-history":[{"count":26,"href":"https:\/\/ryanren.top\/index.php\/wp-json\/wp\/v2\/pages\/132\/revisions"}],"predecessor-version":[{"id":1075,"href":"https:\/\/ryanren.top\/index.php\/wp-json\/wp\/v2\/pages\/132\/revisions\/1075"}],"wp:attachment":[{"href":"https:\/\/ryanren.top\/index.php\/wp-json\/wp\/v2\/media?parent=132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}