{"id":1632,"date":"2025-10-13T10:58:53","date_gmt":"2025-10-13T02:58:53","guid":{"rendered":"https:\/\/www.loganblog.com\/?p=1632"},"modified":"2025-10-13T10:58:53","modified_gmt":"2025-10-13T02:58:53","slug":"%e4%bc%9a%e5%8a%a8%e7%9a%84%e8%83%8c%e6%99%af%e5%8a%a8%e7%94%bb","status":"publish","type":"post","link":"https:\/\/www.loganblog.com\/index.php\/2025\/10\/13\/%e4%bc%9a%e5%8a%a8%e7%9a%84%e8%83%8c%e6%99%af%e5%8a%a8%e7%94%bb\/","title":{"rendered":"\u4f1a\u52a8\u7684\u80cc\u666f\u52a8\u753b"},"content":{"rendered":"<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;zh-CN&quot;&gt;\n&lt;head&gt;\n    &lt;meta charset=&quot;UTF-8&quot;&gt;\n    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n    &lt;title&gt;\u6781\u7b80\u7f16\u7a0b\u7f51\u7ad9&lt;\/title&gt;\n    &lt;style&gt;\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            min-height: 100vh;\n            position: relative;\n            overflow-x: hidden;\n        }\n\n        .bg-icons {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: 1;\n            opacity: 0.15;\n        }\n\n        .icon {\n            position: absolute;\n            color: white;\n            font-size: 24px;\n            animation: float 20s infinite ease-in-out;\n        }\n\n        .icon:nth-child(1) { top: 10%; left: 15%; animation-delay: 0s; }\n        .icon:nth-child(2) { top: 20%; right: 20%; animation-delay: -2s; }\n        .icon:nth-child(3) { top: 35%; left: 8%; animation-delay: -4s; }\n        .icon:nth-child(4) { top: 50%; right: 12%; animation-delay: -6s; }\n        .icon:nth-child(5) { top: 65%; left: 25%; animation-delay: -8s; }\n        .icon:nth-child(6) { top: 75%; right: 30%; animation-delay: -10s; }\n        .icon:nth-child(7) { top: 15%; left: 50%; animation-delay: -12s; }\n        .icon:nth-child(8) { top: 40%; right: 45%; animation-delay: -14s; }\n        .icon:nth-child(9) { top: 80%; left: 60%; animation-delay: -16s; }\n        .icon:nth-child(10) { top: 25%; left: 75%; animation-delay: -18s; }\n\n        @keyframes float {\n            0%, 100% {\n                transform: translate(0, 0) rotate(0deg);\n            }\n            25% {\n                transform: translate(10px, -10px) rotate(5deg);\n            }\n            50% {\n                transform: translate(-5px, 10px) rotate(-5deg);\n            }\n            75% {\n                transform: translate(15px, 5px) rotate(3deg);\n            }\n        }\n\n        .content {\n            position: relative;\n            z-index: 2;\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 60px 30px;\n            color: white;\n        }\n\n        h1 {\n            font-size: 3em;\n            margin-bottom: 20px;\n            font-weight: 300;\n            letter-spacing: 2px;\n        }\n\n        p {\n            font-size: 1.2em;\n            line-height: 1.8;\n            margin-bottom: 30px;\n            font-weight: 300;\n        }\n\n        .code-block {\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 8px;\n            padding: 20px;\n            margin: 30px 0;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n\n        .code-block code {\n            color: #fff;\n            font-family: 'Courier New', monospace;\n            font-size: 0.95em;\n        }\n\n        .btn {\n            display: inline-block;\n            padding: 12px 30px;\n            background: rgba(255, 255, 255, 0.2);\n            color: white;\n            text-decoration: none;\n            border-radius: 25px;\n            border: 2px solid white;\n            transition: all 0.3s;\n            backdrop-filter: blur(10px);\n        }\n\n        .btn:hover {\n            background: white;\n            color: #667eea;\n            transform: translateY(-2px);\n        }\n    &lt;\/style&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n    &lt;div class=&quot;bg-icons&quot;&gt;\n        &lt;!-- Bug\u56fe\u6807 --&gt;\n        &lt;div class=&quot;icon&quot;&gt;\ud83d\udc1b&lt;\/div&gt;\n        \n        &lt;!-- Ctrl\u952e --&gt;\n        &lt;div class=&quot;icon&quot; style=&quot;font-size: 18px; border: 2px solid white; padding: 8px 12px; border-radius: 5px;&quot;&gt;Ctrl&lt;\/div&gt;\n        \n        &lt;!-- \u4ee3\u7801\u7b26\u53f7 --&gt;\n        &lt;div class=&quot;icon&quot; style=&quot;font-size: 32px;&quot;&gt;&amp;lt;\/&amp;gt;&lt;\/div&gt;\n        \n        &lt;!-- \u5496\u5561 --&gt;\n        &lt;div class=&quot;icon&quot;&gt;\u2615&lt;\/div&gt;\n        \n        &lt;!-- Git\u5206\u652f --&gt;\n        &lt;div class=&quot;icon&quot; style=&quot;font-size: 28px;&quot;&gt;\u2387&lt;\/div&gt;\n        \n        &lt;!-- \u62ec\u53f7 --&gt;\n        &lt;div class=&quot;icon&quot; style=&quot;font-size: 36px;&quot;&gt;{}&lt;\/div&gt;\n        \n        &lt;!-- \u7ec8\u7aef\u7b26\u53f7 --&gt;\n        &lt;div class=&quot;icon&quot; style=&quot;font-size: 26px;&quot;&gt;$_&lt;\/div&gt;\n        \n        &lt;!-- Bug --&gt;\n        &lt;div class=&quot;icon&quot;&gt;\ud83d\udc1e&lt;\/div&gt;\n        \n        &lt;!-- \u952e\u76d8 --&gt;\n        &lt;div class=&quot;icon&quot;&gt;\u2328\ufe0f&lt;\/div&gt;\n        \n        &lt;!-- \u5206\u53f7 --&gt;\n        &lt;div class=&quot;icon&quot; style=&quot;font-size: 36px;&quot;&gt;;&lt;\/div&gt;\n    &lt;\/div&gt;\n\n    &lt;div class=&quot;content&quot;&gt;\n        &lt;h1&gt;\u6781\u7b80\u7f16\u7a0b&lt;\/h1&gt;\n        &lt;p&gt;\u7528\u6700\u7b80\u5355\u7684\u65b9\u5f0f\uff0c\u7f16\u5199\u6700\u4f18\u96c5\u7684\u4ee3\u7801\u3002\u8ffd\u6c42\u4ee3\u7801\u7684\u672c\u8d28\uff0c\u6452\u5f03\u591a\u4f59\u7684\u590d\u6742\u6027\u3002&lt;\/p&gt;\n        \n        &lt;div class=&quot;code-block&quot;&gt;\n            &lt;code&gt;\n                function simplify(code) {&lt;br&gt;\n                &amp;nbsp;&amp;nbsp;return code.reduce(complexity =&gt; clarity);&lt;br&gt;\n                }\n            &lt;\/code&gt;\n        &lt;\/div&gt;\n\n        &lt;p&gt;\u7f16\u7a0b\u4e0d\u5e94\u8be5\u662f\u590d\u6742\u7684\u3002\u597d\u7684\u4ee3\u7801\u5c31\u50cf\u597d\u7684\u6587\u7ae0\uff0c\u7b80\u6d01\u3001\u6e05\u6670\u3001\u6709\u529b\u91cf\u3002&lt;\/p&gt;\n\n        &lt;a href=&quot;#&quot; class=&quot;btn&quot;&gt;\u5f00\u59cb\u63a2\u7d22&lt;\/a&gt;\n    &lt;\/div&gt;\n&lt;\/body&gt;\n&lt;\/html&gt;\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[10],"tags":[40,26,15],"table_tags":[],"class_list":["post-1632","post","type-post","status-publish","format-standard","hentry","category-program","tag-40","tag-26","tag-15"],"_links":{"self":[{"href":"https:\/\/www.loganblog.com\/index.php\/wp-json\/wp\/v2\/posts\/1632","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.loganblog.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.loganblog.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.loganblog.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.loganblog.com\/index.php\/wp-json\/wp\/v2\/comments?post=1632"}],"version-history":[{"count":2,"href":"https:\/\/www.loganblog.com\/index.php\/wp-json\/wp\/v2\/posts\/1632\/revisions"}],"predecessor-version":[{"id":1634,"href":"https:\/\/www.loganblog.com\/index.php\/wp-json\/wp\/v2\/posts\/1632\/revisions\/1634"}],"wp:attachment":[{"href":"https:\/\/www.loganblog.com\/index.php\/wp-json\/wp\/v2\/media?parent=1632"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.loganblog.com\/index.php\/wp-json\/wp\/v2\/categories?post=1632"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.loganblog.com\/index.php\/wp-json\/wp\/v2\/tags?post=1632"},{"taxonomy":"table_tags","embeddable":true,"href":"https:\/\/www.loganblog.com\/index.php\/wp-json\/wp\/v2\/table_tags?post=1632"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}