{"id":2,"date":"2026-01-12T12:38:56","date_gmt":"2026-01-12T04:38:56","guid":{"rendered":"http:\/\/ryanren.top\/?page_id=2"},"modified":"2026-06-23T16:52:29","modified_gmt":"2026-06-23T08:52:29","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/ryanren.top\/index.php\/sample-page\/","title":{"rendered":"\u5173\u4e8eRyanRen"},"content":{"rendered":"\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\">\n <title>1400\u5bb6\u95e8\u5e97\u4e4b\u540e \u2014 Ryan Ren<\/title>\n <style>\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n\n body {\n background: #ffffff;\n color: #1d1d1f;\n font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"SF Pro Text\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n -webkit-font-smoothing: antialiased;\n line-height: 1.5;\n }\n\n \/* \u2500\u2500\u2500 Hero \u2500\u2500\u2500 *\/\n .hero {\n min-height: 92vh;\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: center;\n padding: 0 4rem;\n background: linear-gradient(180deg, #f5f5f7 0%, #ffffff 100%);\n position: relative;\n gap: 4rem;\n }\n\n .hero-content {\n flex: 1;\n max-width: 600px;\n text-align: left;\n }\n\n .hero-eyebrow {\n font-size: 1rem;\n font-weight: 500;\n color: #86868b;\n letter-spacing: 0.04em;\n text-transform: uppercase;\n margin-bottom: 1.2rem;\n }\n\n .hero-title {\n font-size: clamp(2.2rem, 4.5vw, 4rem);\n font-weight: 700;\n letter-spacing: -0.035em;\n line-height: 1.12;\n margin-bottom: 1.5rem;\n color: #1d1d1f;\n }\n\n .hero-sub {\n font-size: clamp(1rem, 1.8vw, 1.25rem);\n font-weight: 400;\n color: #6e6e73;\n line-height: 1.65;\n margin-bottom: 2rem;\n }\n\n .hero-meta {\n display: flex;\n gap: 1.5rem;\n flex-wrap: wrap;\n font-size: 0.85rem;\n color: #86868b;\n }\n\n .hero-meta span {\n display: flex;\n align-items: center;\n gap: 0.4rem;\n }\n\n \/* \u2500\u2500\u2500 IP \u5f62\u8c61 \u2500\u2500\u2500 *\/\n .hero-ip {\n flex: 0 0 auto;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .hero-ip img {\n height: clamp(320px, 45vh, 520px);\n width: auto;\n display: block;\n object-fit: contain;\n }\n\n \/* \u2500\u2500\u2500 Stat Strip \u2500\u2500\u2500 *\/\n .stat-strip {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n gap: 1px;\n background: #d2d2d7;\n border-top: 1px solid #d2d2d7;\n border-bottom: 1px solid #d2d2d7;\n }\n\n .stat-cell {\n background: #fff;\n padding: 3.5rem 2rem;\n text-align: center;\n }\n\n .stat-cell + .stat-cell {\n border-left: 1px solid #d2d2d7;\n }\n\n .stat-num {\n font-size: clamp(2.8rem, 5vw, 4rem);\n font-weight: 700;\n letter-spacing: -0.04em;\n color: #1d1d1f;\n line-height: 1;\n }\n\n .stat-label {\n font-size: 0.75rem;\n color: #86868b;\n margin-top: 0.6rem;\n letter-spacing: 0.03em;\n text-transform: uppercase;\n }\n\n \/* \u2500\u2500\u2500 Article \u2500\u2500\u2500 *\/\n .article {\n max-width: 680px;\n margin: 0 auto;\n padding: 5rem 1.5rem 7rem;\n }\n\n .section-label {\n font-size: 0.75rem;\n font-weight: 600;\n color: #86868b;\n letter-spacing: 0.12em;\n text-transform: uppercase;\n margin-bottom: 1rem;\n }\n\n .section-title {\n font-size: clamp(1.8rem, 4vw, 2.5rem);\n font-weight: 700;\n letter-spacing: -0.03em;\n line-height: 1.15;\n margin-bottom: 1.8rem;\n color: #1d1d1f;\n }\n\n .body-text {\n font-size: 1.15rem;\n line-height: 1.8;\n color: #1d1d1f;\n margin-bottom: 1.5rem;\n font-weight: 400;\n }\n\n .body-text.light {\n color: #6e6e73;\n font-size: 1.05rem;\n }\n\n .divider {\n height: 1px;\n background: linear-gradient(90deg, transparent, #d2d2d7, transparent);\n margin: 4rem 0;\n }\n\n \/* \u2500\u2500\u2500 Tags \u2500\u2500\u2500 *\/\n .tag-list {\n display: flex;\n gap: 0.5rem;\n flex-wrap: wrap;\n margin-top: 1rem;\n }\n\n .tag {\n display: inline-block;\n padding: 0.35rem 0.9rem;\n background: #f5f5f7;\n border: 1px solid #d2d2d7;\n border-radius: 980px;\n font-size: 0.7rem;\n color: #515154;\n text-decoration: none;\n transition: all 0.3s;\n }\n\n .tag:hover {\n background: #e8e8ed;\n border-color: #b8b8bf;\n }\n\n \/* \u2500\u2500\u2500 Author Card \u2500\u2500\u2500 *\/\n .author-card {\n margin-top: 5rem;\n padding: 2rem;\n border: 1px solid #d2d2d7;\n border-radius: 18px;\n display: flex;\n gap: 1.5rem;\n align-items: center;\n background: #fafafa;\n }\n\n .author-avatar {\n width: 72px;\n height: 72px;\n border-radius: 50%;\n overflow: hidden;\n flex-shrink: 0;\n }\n\n .author-avatar img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n display: block;\n }\n\n .author-info h4 {\n font-size: 1.1rem;\n font-weight: 600;\n color: #1d1d1f;\n margin-bottom: 0.3rem;\n }\n\n .author-info p {\n font-size: 0.85rem;\n color: #6e6e73;\n line-height: 1.5;\n }\n\n .author-contact {\n margin-top: 0.8rem;\n display: flex;\n gap: 1rem;\n }\n\n .author-contact a {\n font-size: 0.78rem;\n color: #0071e3;\n text-decoration: none;\n }\n\n .author-contact a:hover {\n text-decoration: underline;\n }\n\n \/* \u2500\u2500\u2500 Back Link \u2500\u2500\u2500 *\/\n .back-link {\n display: inline-flex;\n align-items: center;\n gap: 0.4rem;\n margin-top: 1.5rem;\n color: #86868b;\n text-decoration: none;\n font-size: 0.85rem;\n transition: color 0.3s;\n }\n\n .back-link:hover {\n color: #1d1d1f;\n }\n\n \/* \u2500\u2500\u2500 Animations \u2500\u2500\u2500 *\/\n .fade-in {\n opacity: 0;\n transform: translateY(20px);\n animation: fadeUp 0.85s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;\n }\n\n .delay-1 { animation-delay: 0.1s; }\n .delay-2 { animation-delay: 0.2s; }\n .delay-3 { animation-delay: 0.3s; }\n .delay-4 { animation-delay: 0.4s; }\n .delay-ip { animation-delay: 0.5s; }\n\n @keyframes fadeUp {\n to {\n opacity: 1;\n transform: translateY(0);\n }\n }\n\n \/* \u2500\u2500\u2500 Responsive \u2500\u2500\u2500 *\/\n @media (max-width: 900px) {\n .hero {\n flex-direction: column;\n padding: 3rem 1.5rem;\n gap: 2rem;\n text-align: center;\n }\n .hero-content {\n text-align: center;\n max-width: 100%;\n }\n .hero-meta {\n justify-content: center;\n }\n .hero-ip img {\n height: clamp(200px, 35vh, 320px);\n }\n }\n\n @media (max-width: 600px) {\n .stat-strip {\n grid-template-columns: 1fr;\n }\n .stat-cell + .stat-cell {\n border-left: none;\n border-top: 1px solid #d2d2d7;\n }\n .author-card {\n flex-direction: column;\n text-align: center;\n }\n .author-contact {\n justify-content: center;\n }\n .article {\n padding: 3rem 1.2rem 5rem;\n }\n .hero {\n min-height: auto;\n padding-top: 4rem;\n }\n }\n <\/style>\n<\/head>\n<body>\n\n<!-- Hero -->\n<section class=\"hero\">\n <div class=\"hero-content\">\n <p class=\"hero-eyebrow fade-in\">\u7a7a\u95f4\u8bbe\u8ba1\u5e08\u624b\u8bb0<\/p>\n <h1 class=\"hero-title fade-in delay-1\">\u505a\u4e861400\u591a\u5bb6\u95e8\u5e97\u4e4b\u540e\uff0c<br>\u6211\u7684\u4e00\u4e9b\u60f3\u6cd5<\/h1>\n <p class=\"hero-sub fade-in delay-2\">\u4eceCAD\u5230\u843d\u5730\uff0c\u4ece100\u5e73\u5c0f\u5e97\u52302000\u5e73\u5927\u5e97\uff0c\u8fde\u9501\u54c1\u724c\u6807\u51c6\u5316\u7684\u771f\u5b9e\u7ecf\u9a8c\u4e0e\u601d\u8003<\/p>\n <div class=\"hero-meta fade-in delay-3\">\n <span>\ud83d\udcc5 2026.03.25<\/span>\n <span>\u270d\ufe0f Ryan Ren<\/span>\n <span>\ud83c\udff7\ufe0f \u8bbe\u8ba1\u601d\u8003 \u00b7 \u54c1\u724c\u6807\u51c6\u5316 \u00b7 \u843d\u5730<\/span>\n <\/div>\n <\/div>\n\n <!-- IP \u5f62\u8c61 -->\n <div class=\"hero-ip fade-in delay-ip\">\n <img decoding=\"async\" data-src=\"https:\/\/ryanren.top\/wp-content\/uploads\/2026\/06\/sikaoip-1.png\" alt=\"Ryan IP\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 230px; --smush-placeholder-aspect-ratio: 230\/891;\">\n <\/div>\n<\/section>\n\n<!-- Stats -->\n<div class=\"stat-strip\">\n <div class=\"stat-cell\">\n <div class=\"stat-num\">1400+<\/div>\n <div class=\"stat-label\">\u52a0\u76df\u95e8\u5e97\u843d\u5730<\/div>\n <\/div>\n <div class=\"stat-cell\">\n <div class=\"stat-num\">100~2000<span style=\"font-size:0.45em\">\u33a1<\/span><\/div>\n <div class=\"stat-label\">\u9762\u79ef\u8de8\u5ea6<\/div>\n <\/div>\n <div class=\"stat-cell\">\n <div class=\"stat-num\">10+<\/div>\n <div class=\"stat-label\">\u54c1\u724c\u5168\u6848<\/div>\n <\/div>\n<\/div>\n\n<!-- Article -->\n<div class=\"article\">\n\n <div>\n <p class=\"section-label\">\u58f9 \u00b7 \u80cc\u666f<\/p>\n <p class=\"body-text\">2019\u5e74\u521a\u5165\u884c\u7684\u65f6\u5019\uff0c\u6211\u5728\u5de5\u5730\u4e0a\u5f85\u4e86\u4e24\u5e74\u3002\u90a3\u4f1a\u513f\u6bcf\u5929\u8ddf\u65bd\u5de5\u961f\u4e00\u8d77\uff0c\u770b\u56fe\u7eb8\u600e\u4e48\u53d8\u6210\u5b9e\u9645\u7684\u5899\u3001\u9876\u548c\u6536\u53e3\u3002\u8bf4\u5b9e\u8bdd\uff0c\u90a3\u6bb5\u65f6\u95f4\u5bf9\u6211\u7684\u5e2e\u52a9\u633a\u5927\u7684\u2014\u2014\u81f3\u5c11\u540e\u6765\u753b\u65bd\u5de5\u56fe\u7684\u65f6\u5019\uff0c\u6211\u4f1a\u4e0b\u610f\u8bc6\u5730\u60f3\uff1a\u8fd9\u6839\u7ebf\u5728\u73b0\u573a\u597d\u4e0d\u597d\u505a\uff0c\u5de5\u4eba\u80fd\u4e0d\u80fd\u770b\u61c2\u3002<\/p>\n <p class=\"body-text light\">\u540e\u6765\u6162\u6162\u8f6c\u5411\u8bbe\u8ba1\uff0c\u505a\u8fde\u9501\u54c1\u724c\u7684\u7a7a\u95f4\u3002\u4ece\u6c7d\u8f66\u7f8e\u5bb9\u5e97\u3001VR\u4f53\u9a8c\u9986\u5230\u5267\u672c\u6740\u3001\u79c1\u4eba\u5f71\u9662\uff0c\u524d\u524d\u540e\u540e\u63a5\u89e6\u4e8610\u591a\u4e2a\u54c1\u724c\u3002\u5728\u6d4e\u5357\u5e97\u6570\u90a3\u4e09\u5e74\uff0c\u6211\u4e3b\u8981\u8d1f\u8d23\u8f66\u9c81\u73ed\u3001\u6d17\u8f66\u4eba\u5bb6\u3001\u6b22\u4e50\u7801\u5934\u8fd9\u4e9b\u54c1\u724c\u7684\u95e8\u5e97\u8bbe\u8ba1\uff0c\u9762\u79ef\u4ece100\u5e73\u52302000\u591a\u5e73\u90fd\u6709\uff0c\u52a0\u8d77\u6765\u843d\u5730\u7684\u52a0\u76df\u95e8\u5e97\u67091400\u591a\u5bb6\u3002<\/p>\n <\/div>\n\n <div class=\"divider\"><\/div>\n\n <div>\n <p class=\"section-label\">\u8d30 \u00b7 \u6807\u51c6\u5316\u8fd9\u4ef6\u4e8b\uff0c\u6bd4\u60f3\u8c61\u4e2d\u96be<\/p>\n <p class=\"body-text\">\u5f88\u591a\u4eba\u89c9\u5f97\u8fde\u9501\u54c1\u724c\u7684\u8bbe\u8ba1\u5c31\u662f\u590d\u5236\u7c98\u8d34\uff0c\u5176\u5b9e\u4e0d\u662f\u3002\u6bcf\u5bb6\u5e97\u7684\u6237\u578b\u90fd\u4e0d\u4e00\u6837\uff0c\u6d88\u9632\u8981\u6c42\u6709\u5dee\u5f02\uff0c\u5f53\u5730\u7684\u65bd\u5de5\u6c34\u5e73\u4e5f\u53c2\u5dee\u4e0d\u9f50\u3002\u6807\u51c6\u5316\u4e0d\u662f\u628a\u56fe\u7eb8\u7edf\u4e00\u5c31\u5b8c\u4e86\uff0c\u800c\u662f\u8981\u5728\u53d8\u5316\u7684\u6761\u4ef6\u4e0b\uff0c\u4fdd\u8bc1\u6700\u7ec8\u7684\u7a7a\u95f4\u4f53\u9a8c\u548c\u54c1\u724c\u8c03\u6027\u662f\u4e00\u81f4\u7684\u3002<\/p>\n <p class=\"body-text light\">\u6211\u82b1\u4e86\u4e0d\u5c11\u65f6\u95f4\u505a\u6a21\u5757\u5316\u7684\u5e73\u9762\u5e03\u5c40\u548c\u8282\u70b9\u5e93\uff0c\u628a\u90a3\u4e9b\u5bb9\u6613\u51fa\u95ee\u9898\u7684\u90e8\u4f4d\u63d0\u524d\u753b\u6e05\u695a\u3002\u540e\u6765\u54c1\u724c\u65b9\u62ff\u7740\u8fd9\u5957\u4e1c\u897f\uff0c\u914d\u5408\u5f53\u5730\u65bd\u5de5\u961f\u4e5f\u80fd\u505a\u51fa\u5dee\u4e0d\u591a\u7684\u6548\u679c\uff0c\u81f3\u5c11\u4e0d\u4f1a\u8dd1\u504f\u3002<\/p>\n <\/div>\n\n <div class=\"divider\"><\/div>\n\n <div>\n <p class=\"section-label\">\u53c1 \u00b7 \u4e0d\u540c\u5c3a\u5ea6\uff0c\u5404\u6709\u5404\u7684\u96be\u70b9<\/p>\n <p class=\"body-text\">100\u5e73\u7684\u5c0f\u5e97\u8981\u62a0\u7ec6\u8282\uff0c\u6bcf\u4e00\u5bf8\u90fd\u4e0d\u80fd\u6d6a\u8d39\uff1b\u4e0a\u5343\u5e73\u7684\u5927\u5e97\u8981\u63a7\u8282\u594f\uff0c\u52a8\u7ebf\u548c\u529f\u80fd\u5206\u533a\u66f4\u590d\u6742\u3002\u65e0\u8bba\u9762\u79ef\u5927\u5c0f\uff0c\u6700\u540e\u90fd\u5f97\u56de\u5230\u5b9e\u9645\u8fd0\u8425\u91cc\u53bb\u9a8c\u8bc1\u3002\u505a\u6d17\u8f66\u5e97\u7684\u65f6\u5019\uff0c\u5de5\u4f4d\u548c\u7b49\u5019\u533a\u7684\u6bd4\u4f8b\u5dee\u4e00\u70b9\uff0c\u9ad8\u5cf0\u671f\u5c31\u5835\u8f66\uff1b\u505a\u5927\u5e97\u7684\u65f6\u5019\uff0c\u5f15\u5bfc\u6807\u8bc6\u6ca1\u7559\u591f\uff0c\u5ba2\u4eba\u5c31\u5bb9\u6613\u8ff7\u8def\u3002<\/p>\n <p class=\"body-text light\">\u6211\u4e60\u60ef\u5728\u753b\u56fe\u4e4b\u524d\u5148\u53bb\u73b0\u573a\u5f85\u4e00\u4f1a\u513f\uff0c\u8ddf\u5e97\u957f\u804a\u51e0\u53e5\uff0c\u770b\u770b\u5ba2\u4eba\u600e\u4e48\u8d70\u7684\uff0c\u54ea\u5757\u533a\u57df\u8001\u7a7a\u7740\u3002\u8fd9\u4e9b\u5c0f\u89c2\u5bdf\u6700\u540e\u90fd\u4f1a\u53cd\u6620\u5728\u56fe\u7eb8\u91cc\u3002<\/p>\n <\/div>\n\n <div class=\"divider\"><\/div>\n\n <div>\n <p class=\"section-label\">\u8086 \u00b7 \u5de5\u5177\u5728\u53d8\uff0c\u4f46\u6709\u4e9b\u4e1c\u897f\u6ca1\u53d8<\/p>\n <p class=\"body-text\">\u4eceCAD\u3001SketchUp\u5230D5\u3001UE\uff0c\u5de5\u5177\u8d8a\u6765\u8d8a\u65b9\u4fbf\u3002\u8fd9\u4e24\u5e74\u6211\u4e5f\u5f00\u59cb\u7528AI\u8f85\u52a9\u505a\u524d\u671f\u6982\u5ff5\u548c\u6750\u8d28\u7b5b\u9009\uff0c\u786e\u5b9e\u80fd\u7701\u4e00\u4e9b\u65f6\u95f4\u3002\u4f46\u65e0\u8bba\u7528\u4ec0\u4e48\u8f6f\u4ef6\uff0c\u6211\u6700\u5728\u610f\u7684\u8fd8\u662f\u4e24\u4ef6\u4e8b\uff1a\u56fe\u7eb8\u80fd\u4e0d\u80fd\u76f4\u63a5\u62ff\u53bb\u65bd\u5de5\uff0c\u65bd\u5de5\u961f\u548c\u4e1a\u4e3b\u80fd\u4e0d\u80fd\u770b\u61c2\u6211\u7684\u610f\u56fe\u3002<\/p>\n <p class=\"body-text light\">\u5de5\u5177\u662f\u5de5\u5177\uff0c\u8bbe\u8ba1\u8fd8\u662f\u5f97\u56de\u5230\u7a7a\u95f4\u672c\u8eab\u3002<\/p>\n <\/div>\n\n <div class=\"divider\"><\/div>\n\n <div>\n <p class=\"section-label\">\u4f0d \u00b7 \u4e3a\u4ec0\u4e48\u5199\u8fd9\u4e2a\u535a\u5ba2<\/p>\n <p class=\"body-text\">\u8fd9\u4e2a\u7f51\u7ad9\u662f\u6211\u81ea\u5df1\u642d\u7684\uff0c\u670d\u52a1\u5668\u4e5f\u662f\u81ea\u5df1\u914d\u7684\uff0c\u7b97\u662f\u4e2a\u4e1a\u4f59\u7231\u597d\u3002\u4e3b\u8981\u60f3\u6709\u4e2a\u5730\u65b9\u8bb0\u5f55\u9879\u76ee\u91cc\u9047\u5230\u7684\u4e00\u4e9b\u95ee\u9898\uff0c\u8e29\u8fc7\u7684\u5751\uff0c\u6216\u8005\u6700\u8fd1\u5728\u7422\u78e8\u7684\u4e1c\u897f\u3002\u5982\u679c\u4f60\u4e5f\u5728\u505a\u7a7a\u95f4\u8bbe\u8ba1\uff0c\u6216\u8005\u6b63\u5728\u7422\u78e8\u8fde\u9501\u54c1\u724c\u7684\u95e8\u5e97\u600e\u4e48\u6807\u51c6\u5316\uff0c\u53ef\u4ee5\u7559\u8a00\u804a\u804a\u3002<\/p>\n <p class=\"body-text light\">\u8bbe\u8ba1\u8fd9\u4e8b\u513f\uff0c\u591a\u4ea4\u6d41\u603b\u6ca1\u574f\u5904\u3002<\/p>\n <\/div>\n\n <div class=\"divider\"><\/div>\n\n <p class=\"body-text light\" style=\"font-size: 0.9rem; color: #86868b;\">\n \ud83d\udccd \u6d4e\u5357 \u00b7 \u5168\u56fd\u9879\u76ee &nbsp;&nbsp; \ud83d\udce7 zhi20yuan10@qq.com\n <\/p>\n\n <!-- Author -->\n <div class=\"author-card\">\n <div class=\"author-avatar\">\n <img decoding=\"async\" data-src=\"https:\/\/ryanren.top\/wp-content\/uploads\/2026\/01\/IMG_3437s-1.jpg\" alt=\"Ryan Ren\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1176px; --smush-placeholder-aspect-ratio: 1176\/1177;\">\n <\/div>\n <div class=\"author-info\">\n <h4>Ryan Ren<\/h4>\n <p>\u7a7a\u95f4\u8bbe\u8ba1\u5e08\uff0c\u505a\u4e86\u51e0\u5e74\u8fde\u9501\u54c1\u724c\u6807\u51c6\u5316\uff0c\u8fd8\u5728\u6478\u7d22\u4e2d\u3002<\/p>\n <div class=\"author-contact\">\n <a href=\"https:\/\/ryanren.top\">ryanren.top \u2197<\/a>\n <a href=\"mailto:zhi20yuan10@qq.com\">\ud83d\udce7 \u8054\u7cfb\u6211<\/a>\n <\/div>\n <\/div>\n <\/div>\n\n <div>\n <a href=\"https:\/\/ryanren.top\" class=\"back-link\">\u2190 \u8fd4\u56de\u9996\u9875<\/a>\n <\/div>\n<\/div>\n\n<\/body>\n<\/html>\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_toaVFRKWa2J57IGmHRzaASHa9bMySYmFICprPeIEEQv9lZzNr19cqqdeX2TqHW8e',\n      onRefreshToken: function () {\n        return 'pat_toaVFRKWa2J57IGmHRzaASHa9bMySYmFICprPeIEEQv9lZzNr19cqqdeX2TqHW8e'\n      }\n    }\n  });\n<\/script>\n\n\n<div class=\"wp-block-comments\">\n\n\n\n\n\n\t<div id=\"respond\" class=\"comment-respond wp-block-post-comments-form has-text-align-center\">\n\t\t<h3 id=\"reply-title\" class=\"comment-reply-title\">\u53d1\u8868\u56de\u590d <small><a rel=\"nofollow\" id=\"cancel-comment-reply-link\" href=\"\/index.php\/wp-json\/wp\/v2\/pages\/2#respond\" style=\"display:none;\">\u53d6\u6d88\u56de\u590d<\/a><\/small><\/h3><form action=\"https:\/\/ryanren.top\/wp-comments-post.php\" method=\"post\" id=\"commentform\" class=\"comment-form\"><p class=\"comment-notes\"><span id=\"email-notes\">\u60a8\u7684\u90ae\u7bb1\u5730\u5740\u4e0d\u4f1a\u88ab\u516c\u5f00\u3002<\/span> <span class=\"required-field-message\">\u5fc5\u586b\u9879\u5df2\u7528 <span class=\"required\">*<\/span> \u6807\u6ce8<\/span><\/p><p class=\"comment-form-comment\"><label for=\"comment\">\u8bc4\u8bba <span class=\"required\">*<\/span><\/label> <textarea id=\"comment\" name=\"comment\" cols=\"45\" rows=\"8\" maxlength=\"65525\" required><\/textarea><\/p><p class=\"comment-form-author\"><label for=\"author\">\u663e\u793a\u540d\u79f0 <span class=\"required\">*<\/span><\/label> <input id=\"author\" name=\"author\" type=\"text\" value=\"\" size=\"30\" maxlength=\"245\" autocomplete=\"name\" required \/><\/p>\n<p class=\"comment-form-email\"><label for=\"email\">\u90ae\u7bb1 <span class=\"required\">*<\/span><\/label> <input id=\"email\" name=\"email\" type=\"email\" value=\"\" size=\"30\" maxlength=\"100\" aria-describedby=\"email-notes\" autocomplete=\"email\" required \/><\/p>\n<p class=\"comment-form-url\"><label for=\"url\">\u7f51\u7ad9<\/label> <input id=\"url\" name=\"url\" type=\"url\" value=\"\" size=\"30\" maxlength=\"200\" autocomplete=\"url\" \/><\/p>\n<p class=\"comment-form-cookies-consent\"><input id=\"wp-comment-cookies-consent\" name=\"wp-comment-cookies-consent\" type=\"checkbox\" value=\"yes\" \/> <label for=\"wp-comment-cookies-consent\">\u5728\u6b64\u6d4f\u89c8\u5668\u4e2d\u4fdd\u5b58\u6211\u7684\u663e\u793a\u540d\u79f0\u3001\u90ae\u7bb1\u5730\u5740\u548c\u7f51\u7ad9\u5730\u5740\uff0c\u4ee5\u4fbf\u4e0b\u6b21\u8bc4\u8bba\u65f6\u4f7f\u7528\u3002<\/label><\/p>\n<p class=\"form-submit wp-block-button\"><input name=\"submit\" type=\"submit\" id=\"submit\" class=\"wp-block-button__link wp-element-button\" value=\"\u53d1\u8868\u8bc4\u8bba\" \/> <input type='hidden' name='comment_post_ID' value='2' id='comment_post_ID' \/>\n<input type='hidden' name='comment_parent' id='comment_parent' value='0' \/>\n<\/p><\/form>\t<\/div><!-- #respond -->\n\t<\/div>\n","protected":false},"excerpt":{"rendered":"<p>1400\u5bb6\u95e8\u5e97\u4e4b\u540e \u2014 Ryan Ren \u7a7a\u95f4\u8bbe\u8ba1\u5e08\u624b\u8bb0 \u505a\u4e861400\u591a\u5bb6\u95e8\u5e97\u4e4b\u540e\uff0c\u6211\u7684\u4e00\u4e9b\u60f3\u6cd5 \u4eceCAD\u5230\u843d [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"blank","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ryanren.top\/index.php\/wp-json\/wp\/v2\/pages\/2","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=2"}],"version-history":[{"count":22,"href":"https:\/\/ryanren.top\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":1368,"href":"https:\/\/ryanren.top\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions\/1368"}],"wp:attachment":[{"href":"https:\/\/ryanren.top\/index.php\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}