{"id":2,"date":"2025-12-04T20:28:38","date_gmt":"2025-12-04T12:28:38","guid":{"rendered":"https:\/\/puhuahuide.qilue.com\/?page_id=2"},"modified":"2025-12-05T10:29:29","modified_gmt":"2025-12-05T02:29:29","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/puhuahuide.qilue.com\/","title":{"rendered":"\u666e\u534e\u60e0\u5fb7"},"content":{"rendered":"\n<style>\n#chatbox {\n  max-width: 500px;\n  margin: 40px auto;\n  padding: 18px 18px 12px 18px;\n  background: linear-gradient(135deg, #232526 0%, #414345 100%);\n  border: none;\n  border-radius: 18px;\n  box-shadow: 0 6px 32px rgba(0,0,0,0.18), 0 1.5px 6px rgba(0,0,0,0.10);\n}\n\n#messages {\n  height: 320px;\n  overflow-y: auto;\n  margin-bottom: 16px;\n  background: rgba(255,255,255,0.04);\n  border-radius: 10px;\n  padding: 12px;\n  color: #f1f1f1;\n  font-family: 'Segoe UI', 'Arial', sans-serif;\n  font-size: 1rem;\n}\n\n#messages div {\n  margin-bottom: 10px;\n  line-height: 1.6;\n}\n\n#messages b {\n  color: #7ed957;\n}\n\n#userInput {\n  width: 74%;\n  padding: 10px;\n  border: none;\n  border-radius: 8px;\n  background: #2c2f34;\n  color: #f1f1f1;\n  font-size: 1rem;\n  outline: none;\n  margin-right: 8px;\n  transition: background 0.2s;\n}\n\n#userInput:focus {\n  background: #353942;\n}\n\n#chatbox button {\n  padding: 10px 18px;\n  border: none;\n  border-radius: 8px;\n  background: linear-gradient(90deg, #7ed957 0%, #4ecca3 100%);\n  color: #232526;\n  font-weight: bold;\n  font-size: 1rem;\n  cursor: pointer;\n  transition: background 0.2s, color 0.2s;\n}\n\n#chatbox button:hover {\n  background: linear-gradient(90deg, #4ecca3 0%, #7ed957 100%);\n  color: #232526;\n}\n\n<\/style>\n\n<div id=\"chatbox\">\n  <div id=\"messages\"><\/div>\n  <input id=\"userInput\" type=\"text\" placeholder=\"\u8f93\u5165\u60a8\u60f3\u54a8\u8be2\u7684\u4fe1\u606f\">\n  <button onclick=\"sendMessage()\">\u53d1\u9001<\/button>\n<\/div>\n\n<script>\nasync function sendMessage() {\n    const userInput = document.getElementById(\"userInput\");\n    const messages = document.getElementById(\"messages\");\n\n    const text = userInput.value.trim();\n    if (!text) return;\n    userInput.value = \"\";\n\n    messages.innerHTML += `<div><b>\u60a8\uff1a<\/b> ${text}<\/div>`;\n\n    try {\n        const response = await fetch(\"\/deepseek-proxy.php\", {\n            method: \"POST\",\n            headers: { \"Content-Type\": \"application\/json\" },\n            body: JSON.stringify({\n                model: \"deepseek-r1:1.5b\",\n                prompt: text,\n                stream: false\n            })\n        });\n\n        if (!response.ok) {\n            messages.innerHTML += `<div style=\"color:red;\"><b>\u51fa\u73b0\u9519\u8bef\uff1a<\/b> Server error (${response.status})<\/div>`;\n            return;\n        }\n\n        const data = await response.json();\n\n        \/\/ Ollama returns 'response' field with the answer\n        if (data.response) {\n            messages.innerHTML += `<div><b>\u7cfb\u7edf\uff1a<\/b> ${data.response}<\/div>`;\n        } else if (data.error) {\n            messages.innerHTML += `<div style=\"color:red;\"><b>\u51fa\u73b0\u9519\u8bef\uff1a<\/b> ${data.error}<\/div>`;\n        } else {\n            messages.innerHTML += `<div style=\"color:red;\"><b>\u51fa\u73b0\u9519\u8bef\uff1a<\/b> No response from Ollama<\/div>`;\n        }\n        messages.scrollTop = messages.scrollHeight;\n    } catch (e) {\n        messages.innerHTML += `<div style=\"color:red;\"><b>\u51fa\u73b0\u9519\u8bef\uff1a<\/b> ${e.message}<\/div>`;\n    }\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u53d1\u9001<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/puhuahuide.qilue.com\/index.php\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/puhuahuide.qilue.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/puhuahuide.qilue.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/puhuahuide.qilue.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/puhuahuide.qilue.com\/index.php\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":5,"href":"https:\/\/puhuahuide.qilue.com\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":17,"href":"https:\/\/puhuahuide.qilue.com\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions\/17"}],"wp:attachment":[{"href":"https:\/\/puhuahuide.qilue.com\/index.php\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}