{"id":13500,"date":"2025-11-30T20:46:53","date_gmt":"2025-11-30T12:46:53","guid":{"rendered":"https:\/\/fanyiming.life\/?page_id=13500"},"modified":"2026-01-05T16:19:20","modified_gmt":"2026-01-05T08:19:20","slug":"%e9%a6%96%e9%a1%b5","status":"publish","type":"page","link":"https:\/\/fanyiming.life\/","title":{"rendered":"\u9996\u9875"},"content":{"rendered":"<p><?php\n\/**\n * Title: \u9996\u9875\u5e03\u5c40 (Refined Garden)\n * Slug: really-simple-theme\/homepage-refined\n * Categories: featured\n *\/\n?><\/p>\n<div class=\"wp-block-group\" style=\"padding-top:5rem;padding-bottom:3rem\">\n<h1 class=\"wp-block-heading\" style=\"font-size:clamp(2.2rem, 5vw, 3rem);font-weight:800;line-height:1.2;letter-spacing:-0.03em;margin-bottom:1.2rem\">\n        \u8bb0\u5f55\u601d\u8003\uff0c<br \/>\n\u6536\u85cf\u751f\u6d3b\u3002<\/h1>\n<p style=\"color:#666;font-size:1.1rem;line-height:1.6;max-width:580px;margin-bottom:1.2rem\">\n        \u8fd9\u91cc\u662f Eamon \u7684\u6570\u5b57\u82b1\u56ed\u3002\u6211\u5728\u751f\u7269\u5b66\u3001\u4ee3\u7801\u4e0e\u65e5\u5e38\u7684\u4ea4\u754c\u5904\uff0c<br \/>\n\u901a\u8fc7\u6784\u5efa\u5de5\u5177\u6765\u6784\u5efa\u79e9\u5e8f\u3002<\/p>\n<p>    <a href=\"\/nowpage\" style=\"font-size:0.9rem;text-decoration:none;color:#4169e1;border:1px solid rgba(65,105,225,0.2);padding:4px 12px;border-radius:20px;display:inline-block\"><br \/>\n\u2728 See what I&#8217;m doing \/now<br \/>\n<\/a><\/div>\n<div class=\"wp-block-group\" style=\"margin-bottom:3rem\">\n<div style=\"display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid #f0f0f0;padding-bottom:0.5rem\">\n<h2 style=\"font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;color:#999;margin:0\">Latest Updates<\/h2>\n<p><a href=\"\/archive\" style=\"font-size:0.8rem;color:#aaa;text-decoration:none\">Archive \u2192<\/a><\/div>\n<div class=\"latest-posts-list\" style=\"display:grid;gap:1rem\">\n        <?php\n        $recent_posts = wp_get_recent_posts(array('numberposts' => 3, &#8216;post_status&#8217; => &#8216;publish&#8217;));<br \/>\nforeach($recent_posts as $post): ?><\/p>\n<div style=\"display:flex;justify-content:space-between;align-items:baseline\">\n                <a href=\"<?php echo get_permalink($post['ID']); ?>&#8221; style=&#8221;text-decoration:none;color:#333;font-size:1.05rem;font-weight:500&#8243;><?php echo $post['post_title']; ?><\/a><br \/>\n<span style=\"font-size:0.85rem;color:#ccc;font-family:monospace\"><?php echo get_the_date('M d', $post['ID']); ?><\/span><\/div>\n<p><?php endforeach; wp_reset_query(); ?><\/div>\n<\/div>\n<p><?php\nif (class_exists('AISE_Vector_Search')) {\n    $seed_posts = wp_get_recent_posts(array('numberposts' => 1, &#8216;post_status&#8217; => &#8216;publish&#8217;));<br \/>\nif (!empty($seed_posts)) {<br \/>\n$latest_post = $seed_posts[0];<br \/>\n$vector_search = new AISE_Vector_Search();<br \/>\n$results = $vector_search->search($latest_post[&#8216;post_title&#8217;], 4);<\/p>\n<p>if (!is_wp_error($results) &#038;&#038; !empty($results)) {<br \/>\n$filtered = array_filter($results, function($item) use ($latest_post) {<br \/>\nreturn $item[&#8216;id&#8217;] != $latest_post[&#8216;ID&#8217;];<br \/>\n});<br \/>\n$final_results = array_slice($filtered, 0, 2); \/\/ \u4fdd\u6301\u7d27\u51d1\uff0c\u53ea\u53d62\u4e2a<\/p>\n<p>if (!empty($final_results)): ?><\/p>\n<div style=\"background:#fcfcfc;border:1px solid #f0f0f0;border-radius:8px;padding:1.5rem;margin-bottom:4rem\">\n<div style=\"font-size:0.75rem;color:#999;margin-bottom:1rem;display:flex;align-items:center;gap:8px\">\n                    <span style=\"background:#4169e1;width:4px;height:4px;border-radius:50%\"><\/span><br \/>\nAI \u601d\u7eea\u8054\u60f3\uff1a\u57fa\u4e8e\u6700\u8fd1\u7684\u300a<?php echo esc_html($latest_post['post_title']); ?>\u300b<\/div>\n<div style=\"display:grid;grid-template-columns:1fr 1fr;gap:2rem\">\n                    <?php foreach ($final_results as $item): ?><\/p>\n<div>\n                        <a href=\"<?php echo esc_url($item['link'] ?? $item['url']); ?>&#8221; style=&#8221;text-decoration:none;color:#444;font-weight:600;font-size:0.95rem;display:block;margin-bottom:0.4rem&#8221;><br \/>\n<?php echo esc_html($item['title']); ?><br \/>\n<\/a><\/p>\n<div style=\"font-size:0.8rem;color:#888;line-height:1.4\">\n                            <?php echo wp_trim_words($item['excerpt'] ?? '', 18); ?><\/div>\n<\/div>\n<p><?php endforeach; ?><\/div>\n<\/div>\n<p><?php endif;\n        }\n    }\n}\n?><\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin-bottom:4rem;border:none;border-top:1px solid #eee\">\n<div class=\"wp-block-columns\" style=\"gap:2rem;margin-bottom:6rem\">\n<div class=\"wp-block-column\">\n<h3 style=\"font-size:0.8rem;font-weight:700;color:#999;text-transform:uppercase;margin-bottom:1.5rem\">\u270d\ufe0f Writing<\/h3>\n<div style=\"display:flex;flex-direction:column;gap:0.8rem\">\n            <a href=\"\/category\/blog\" style=\"text-decoration:none;color:#555\">\u968f\u7b14 <span style=\"color:#eee;margin:0 4px\">\/<\/span> <small style=\"color:#aaa\">Essays<\/small><\/a><br \/>\n<a href=\"\/category\/note\" style=\"text-decoration:none;color:#555\">\u7b14\u8bb0 <span style=\"color:#eee;margin:0 4px\">\/<\/span> <small style=\"color:#aaa\">Notes<\/small><\/a><br \/>\n<a href=\"\/category\/literature\" style=\"text-decoration:none;color:#555\">\u6587\u732e <span style=\"color:#eee;margin:0 4px\">\/<\/span> <small style=\"color:#aaa\">Ref<\/small><\/a><\/div>\n<\/div>\n<div class=\"wp-block-column\">\n<h3 style=\"font-size:0.8rem;font-weight:700;color:#999;text-transform:uppercase;margin-bottom:1.5rem\">\ud83d\udee0\ufe0f Building<\/h3>\n<div style=\"display:flex;flex-direction:column;gap:0.8rem\">\n            <a href=\"\/agent-fox-test\" style=\"text-decoration:none;color:#555\">Agent-Fox <span style=\"font-size:0.7rem;background:#f0f2f5;padding:1px 4px;border-radius:3px\">Alpha<\/span><\/a><br \/>\n<a href=\"\/about\" style=\"text-decoration:none;color:#555\">\u5173\u4e8e Eamon<\/a><\/div>\n<\/div>\n<div class=\"wp-block-column\">\n<h3 style=\"font-size:0.8rem;font-weight:700;color:#999;text-transform:uppercase;margin-bottom:1.5rem\">\ud83c\udf92 Collections<\/h3>\n<div style=\"display:flex;flex-direction:column;gap:0.8rem\">\n            <a href=\"\/things\" style=\"text-decoration:none;color:#555\">\u7269\u54c1 <small style=\"color:#aaa;margin-left:4px\">Things<\/small><\/a><br \/>\n<a href=\"\/category\/photography\" style=\"text-decoration:none;color:#555\">\u6444\u5f71 <small style=\"color:#aaa;margin-left:4px\">Photos<\/small><\/a><\/p>\n<p><?php if (is_user_logged_in()): ?><br \/>\n<a href=\"\/category\/expnote\" style=\"color:#4169e1;text-decoration:none;font-size:0.9rem;margin-top:0.5rem;display:flex;align-items:center;gap:4px\"><br \/>\n<svg width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"><\/rect><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"><\/path><\/svg><br \/>\n\u5b9e\u9a8c\u8bb0\u5f55<br \/>\n<\/a><br \/>\n<?php endif; ?><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u8bb0\u5f55\u601d\u8003\uff0c \u6536\u85cf\u751f\u6d3b\u3002 \u8fd9\u91cc\u662f Eamon \u7684\u6570\u5b57\u82b1\u56ed\u3002\u6211\u5728\u751f\u7269\u5b66\u3001\u4ee3\u7801\u4e0e\u65e5\u5e38\u7684\u4ea4\u754c\u5904\uff0c \u901a\u8fc7\u6784\u5efa\u5de5\u5177\u6765\u6784\u5efa\u79e9 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-13500","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fanyiming.life\/index.php?rest_route=\/wp\/v2\/pages\/13500","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fanyiming.life\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fanyiming.life\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fanyiming.life\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fanyiming.life\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=13500"}],"version-history":[{"count":8,"href":"https:\/\/fanyiming.life\/index.php?rest_route=\/wp\/v2\/pages\/13500\/revisions"}],"predecessor-version":[{"id":14337,"href":"https:\/\/fanyiming.life\/index.php?rest_route=\/wp\/v2\/pages\/13500\/revisions\/14337"}],"wp:attachment":[{"href":"https:\/\/fanyiming.life\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=13500"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}