{"id":38,"date":"2026-04-14T02:50:38","date_gmt":"2026-04-14T02:50:38","guid":{"rendered":"https:\/\/app.axen.jp\/?page_id=38"},"modified":"2026-04-14T02:56:06","modified_gmt":"2026-04-14T02:56:06","slug":"code","status":"publish","type":"page","link":"https:\/\/app.axen.jp\/index.php\/code\/","title":{"rendered":"\u30af\u30fc\u30dd\u30f3\u30b3\u30fc\u30c9\u3067\u30a2\u30d7\u30ea\u3092\u4ea4\u63db"},"content":{"rendered":"\n<div id=\"checker-container\" style=\"padding: 20px; border: 1px solid #ccc; border-radius: 8px; max-width: 400px;\">\n    <p><strong>\u9650\u5b9a\u30b3\u30fc\u30c9\u5165\u529b<\/strong><\/p>\n    <input type=\"text\" id=\"inputCode\" placeholder=\"\u5408\u8a00\u8449\u3092\u5165\u529b\" style=\"width: 100%; margin-bottom: 10px; padding: 8px;\">\n    <button onclick=\"checkCode()\" style=\"width: 100%; padding: 10px; background: #0073aa; color: white; border: none; border-radius: 4px; cursor: pointer;\">\u9001\u4fe1<\/button>\n    \n    <div id=\"resultArea\" style=\"margin-top: 20px; display: none; padding: 10px; background: #e7f7ed; border: 1px solid #27ae60;\">\n        <p>\u2705 \u8a8d\u8a3c\u3055\u308c\u307e\u3057\u305f\uff01<\/p>\n        <a id=\"targetLink\" href=\"\" target=\"_blank\" style=\"font-weight: bold; color: #2196F3;\">\u5c02\u7528\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3059\u308b \u2192<\/a>\n    <\/div>\n    <p id=\"errorMsg\" style=\"color: red; display: none; margin-top: 10px;\">\u203b\u30b3\u30fc\u30c9\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n<\/div>\n\n<script>\nfunction checkCode() {\n    const input = document.getElementById('inputCode').value.trim();\n    const resultArea = document.getElementById('resultArea');\n    const errorMsg = document.getElementById('errorMsg');\n    const targetLink = document.getElementById('targetLink');\n\n    \/\/ --- \u3053\u3053\u306b\u597d\u304d\u306a\u30b3\u30fc\u30c9\u3068URL\u3092\u4e26\u3079\u308b\u3060\u3051\uff01 ---\n    const codeData = {\n        \"0729\": \"https:\/\/data.axen.jp\/axen-weather-lite.html\",\n        \"banana\": \"https:\/\/example.com\/page2\",\n        \"secret77\": \"https:\/\/example.com\/special\",\n        \"test\": \"https:\/\/google.com\"\n    };\n\n    if (codeData[input]) {\n        \/\/ \u4e00\u81f4\u3057\u305f\u5834\u5408\n        targetLink.href = codeData[input];\n        resultArea.style.display = 'block';\n        errorMsg.style.display = 'none';\n    } else {\n        \/\/ \u9593\u9055\u3063\u3066\u3044\u308b\u5834\u5408\n        resultArea.style.display = 'none';\n        errorMsg.style.display = 'block';\n    }\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u9650\u5b9a\u30b3\u30fc\u30c9\u5165\u529b \u9001\u4fe1 \u2705 \u8a8d\u8a3c\u3055\u308c\u307e\u3057\u305f\uff01 \u5c02\u7528\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3059\u308b \u2192 \u203b\u30b3\u30fc\u30c9\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002<\/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-38","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/app.axen.jp\/index.php\/wp-json\/wp\/v2\/pages\/38","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/app.axen.jp\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/app.axen.jp\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/app.axen.jp\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/app.axen.jp\/index.php\/wp-json\/wp\/v2\/comments?post=38"}],"version-history":[{"count":3,"href":"https:\/\/app.axen.jp\/index.php\/wp-json\/wp\/v2\/pages\/38\/revisions"}],"predecessor-version":[{"id":43,"href":"https:\/\/app.axen.jp\/index.php\/wp-json\/wp\/v2\/pages\/38\/revisions\/43"}],"wp:attachment":[{"href":"https:\/\/app.axen.jp\/index.php\/wp-json\/wp\/v2\/media?parent=38"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}