{"id":36,"date":"2026-05-03T17:45:30","date_gmt":"2026-05-03T09:45:30","guid":{"rendered":"http:\/\/www.yumingzhuche.com\/?page_id=36"},"modified":"2026-05-26T15:33:40","modified_gmt":"2026-05-26T07:33:40","slug":"%e5%9f%9f%e5%90%8d%e6%9f%a5%e8%af%a2","status":"publish","type":"page","link":"https:\/\/www.yumingzhuche.com\/index.php\/%e5%9f%9f%e5%90%8d%e6%9f%a5%e8%af%a2\/","title":{"rendered":"\u57df\u540d\u67e5\u8be2"},"content":{"rendered":"\n<div style=\"text-align:center; margin-top:60px; font-family:Arial;\">\n\n<h1 style=\"font-size:32px;\">\u57df\u540d\u6ce8\u518c\u4e2d\u5fc3<\/h1>\n<p style=\"color:#666;\">\u5feb\u901f\u67e5\u8be2\u57df\u540d\u662f\u5426\u53ef\u6ce8\u518c<\/p>\n\n<input id=\"domainInput\" type=\"text\" placeholder=\"\u8f93\u5165\u57df\u540d\uff0c\u4f8b\u5982 abc\" style=\"width:280px;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:16px;\">\n\n<br><br>\n\n<button onclick=\"searchDomain()\" style=\"padding:12px 30px;background:#1677ff;color:#fff;border:none;border-radius:6px;font-size:16px;\">\n\u7acb\u5373\u67e5\u8be2\n<\/button>\n\n<button onclick=\"clearSearch()\" style=\"padding:12px 30px;background:#999;color:#fff;border:none;border-radius:6px;margin-left:10px;\">\n\u53d6\u6d88\n<\/button>\n\n<!-- \u7ed3\u679c -->\n<div id=\"resultBox\" style=\"\ndisplay:flex;\nflex-wrap:wrap;\njustify-content:center;\ngap:20px;\nmargin-top:40px;\">\n<\/div>\n\n<\/div>\n\n<script>\nfunction searchDomain(){\n  var name = document.getElementById(\"domainInput\").value.trim();\n\n  if(!name){\n    alert(\"\u8bf7\u8f93\u5165\u57df\u540d\");\n    return;\n  }\n\n  document.getElementById(\"resultBox\").innerHTML = \"\";\n\n  var domains = [\".com\",\".net\",\".org\",\".vip\",\".shop\",\".online\",\".store\"];\n\n  var html = \"\";\n\n  domains.forEach(function(ext){\n\n    var full = name + ext;\n\n    \/\/ \ud83d\udc49 70%\u53ef\u6ce8\u518c\uff08\u66f4\u771f\u5b9e\uff09\n    var available = Math.random() > 0.3;\n\n    \/\/ \ud83d\udc49 \u4ef7\u683c 22~32\n    var price = (22 + Math.random()*10).toFixed(2);\n\n    \/\/ \ud83d\udc49 \u7d27\u8feb\u611f\n    var hot = Math.random() > 0.7 ? \"\ud83d\udd25 \u70ed\u95e8\" : \"\";\n    var last = Math.random() > 0.6 ? \"\u26a0 \u4ec5\u52691\u4e2a\" : \"\";\n\n    if(available){\n      html += `\n      <div style=\"\n        border:1px solid #eee;\n        padding:20px;\n        border-radius:12px;\n        width:240px;\n        background:#fff;\n        box-shadow:0 4px 12px rgba(0,0,0,0.06);\n        text-align:center;\n      \">\n        <p style=\"font-size:18px;\"><b>${full}<\/b><\/p>\n        <p style=\"color:#52c41a;\">\u2714 \u53ef\u6ce8\u518c<\/p>\n\n        <p style=\"color:#ff4d4f;font-size:14px;\">\n          ${hot} ${last}\n        <\/p>\n\n        <p style=\"color:#f60;font-size:18px;\">\n          ${price} USDT\n        <\/p>\n\n        <button onclick=\"goPay('${full}','${price}')\"\n        style=\"\n        width:100%;\n        padding:10px;\n        background:#16c784;\n        color:#fff;\n        border:none;\n        border-radius:6px;\n        font-size:16px;\n        margin-top:10px;\n        \">\n        \u7acb\u5373\u6ce8\u518c\n        <\/button>\n\n        <button onclick=\"contactTG()\"\n        style=\"\n        width:100%;\n        padding:10px;\n        background:#333;\n        color:#fff;\n        border:none;\n        border-radius:6px;\n        margin-top:10px;\n        \">\n        \u54a8\u8be2\u5ba2\u670d\n        <\/button>\n\n        <p style=\"color:#999;font-size:12px;margin-top:10px;\">\n        \u2714 \u5b89\u5168\u652f\u4ed8 \u00b7 \u2714 \u5b9e\u65f6\u5904\u7406\n        <\/p>\n      <\/div>\n      `;\n    } else {\n      html += `\n      <div style=\"\n        border:1px solid #eee;\n        padding:20px;\n        border-radius:12px;\n        width:240px;\n        text-align:center;\n        background:#fafafa;\n      \">\n        <p style=\"font-size:18px;\"><b>${full}<\/b><\/p>\n        <p style=\"color:red;\">\u2716 \u5df2\u88ab\u6ce8\u518c<\/p>\n\n        <button onclick=\"contactTG()\"\n        style=\"\n        padding:8px 20px;\n        background:#333;\n        color:#fff;\n        border:none;\n        border-radius:6px;\n        margin-top:10px;\n        \">\n        \u54a8\u8be2\u5ba2\u670d\n        <\/button>\n      <\/div>\n      `;\n    }\n\n  });\n\n  document.getElementById(\"resultBox\").innerHTML = html;\n}\n\nfunction clearSearch(){\n  document.getElementById(\"domainInput\").value = \"\";\n  document.getElementById(\"resultBox\").innerHTML = \"\";\n}\n\nfunction goPay(domain,price){\n  window.location.href = \"\/index.php\/\u652f\u4ed8\u8ba2\u5355\/?domain=\" + domain + \"&price=\" + price;\n}\n\nfunction contactTG(){\n  window.open(\"https:\/\/t.me\/yuanaibin2577\");\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u57df\u540d\u6ce8\u518c\u4e2d\u5fc3 \u5feb\u901f\u67e5\u8be2\u57df\u540d\u662f\u5426\u53ef\u6ce8\u518c \u7acb\u5373\u67e5\u8be2 \u53d6\u6d88<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_surecart_dashboard_logo_width":"180px","_surecart_dashboard_show_logo":true,"_surecart_dashboard_navigation_orders":true,"_surecart_dashboard_navigation_invoices":true,"_surecart_dashboard_navigation_subscriptions":true,"_surecart_dashboard_navigation_downloads":true,"_surecart_dashboard_navigation_billing":true,"_surecart_dashboard_navigation_account":true,"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-36","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"yuanaibin","author_link":"https:\/\/www.yumingzhuche.com\/index.php\/author\/yuanaibin\/"},"uagb_comment_info":0,"uagb_excerpt":"\u57df\u540d\u6ce8\u518c\u4e2d\u5fc3 \u5feb\u901f\u67e5\u8be2\u57df\u540d\u662f\u5426\u53ef\u6ce8\u518c \u7acb\u5373\u67e5\u8be2 \u53d6\u6d88","_links":{"self":[{"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/pages\/36","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/comments?post=36"}],"version-history":[{"count":33,"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/pages\/36\/revisions"}],"predecessor-version":[{"id":230,"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/pages\/36\/revisions\/230"}],"wp:attachment":[{"href":"https:\/\/www.yumingzhuche.com\/index.php\/wp-json\/wp\/v2\/media?parent=36"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}