Changes to localservice.scroll.pub

root
root
23 days ago
Initial commit
body.html
Changed around line 1
+
+
+

本地生活服务

+

为您提供最便捷的生活解决方案,拓展更多分销用户

+
+
+
+
+
+

我们的服务

+
+
+

家政服务

+

专业家政团队,为您提供清洁、保姆、月嫂等服务。

+
+
+

维修服务

+

家电、管道、电路等维修,快速响应,专业解决。

+
+
+

配送服务

+

快速、安全的配送服务,满足您的日常需求。

+
+
+
+
+
+
+
+

加入我们,成为分销用户

+

立即注册,享受更多优惠和佣金。

+
+
+
+
+
+

联系我们:info@localservice.scroll.pub

+
+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://localservice.scroll.pub
+ metaTags
+ editButton /edit.html
+ title 本地生活服务 - 拓展分销用户
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "4c5680b9-e3b3-4b40-80b8-73f55789de6a",
+ "object": "chat.completion",
+ "created": 1735536880,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nlocalservice.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://localservice.scroll.pub\nmetaTags\neditButton /edit.html\ntitle 本地生活服务 - 拓展分销用户\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n
\n

本地生活服务

\n

为您提供最便捷的生活解决方案,拓展更多分销用户

\n 了解更多\n
\n
\n\n
\n
\n

我们的服务

\n
\n
\n

家政服务

\n

专业家政团队,为您提供清洁、保姆、月���等服务。

\n
\n
\n

维修服务

\n

家电、管道、电路等维修,快速响应,专业解决。

\n
\n
\n

配送服务

\n

快速、安全的配送服务,满足您的日常需求。

\n
\n
\n
\n
\n\n
\n
\n

加入我们,成为分销用户

\n

立即注册,享受更多优惠和佣金。

\n 立即注册\n
\n
\n\n
\n
\n

联系我们:info@localservice.scroll.pub

\n
\n
\n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n color: #333;\n line-height: 1.6;\n}\n\n.container {\n width: 90%;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n.header {\n background: linear-gradient(135deg, #6a11cb, #2575fc);\n color: #fff;\n padding: 100px 0;\n text-align: center;\n}\n\n.header h1 {\n font-size: 3rem;\n margin-bottom: 20px;\n}\n\n.header p {\n font-size: 1.2rem;\n margin-bottom: 40px;\n}\n\n.btn {\n display: inline-block;\n padding: 10px 20px;\n background: #ff6f61;\n color: #fff;\n text-decoration: none;\n border-radius: 5px;\n transition: background 0.3s ease;\n}\n\n.btn:hover {\n background: #ff3b2f;\n}\n\n.services {\n padding: 60px 0;\n background: #f9f9f9;\n}\n\n.services h2 {\n text-align: center;\n margin-bottom: 40px;\n font-size: 2.5rem;\n}\n\n.service-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 20px;\n}\n\n.service-item {\n background: #fff;\n padding: 20px;\n border-radius: 10px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n text-align: center;\n}\n\n.service-item h3 {\n font-size: 1.5rem;\n margin-bottom: 10px;\n}\n\n.service-item p {\n font-size: 1rem;\n color: #666;\n}\n\n.cta {\n background: #2575fc;\n color: #fff;\n padding: 80px 0;\n text-align: center;\n}\n\n.cta h2 {\n font-size: 2.5rem;\n margin-bottom: 20px;\n}\n\n.cta p {\n font-size: 1.2rem;\n margin-bottom: 40px;\n}\n\n.footer {\n background: #333;\n color: #fff;\n padding: 20px 0;\n text-align: center;\n}\n\n.footer p {\n margin: 0;\n font-size: 1rem;\n}\n\n@media (max-width: 768px) {\n .header h1 {\n font-size: 2.5rem;\n }\n\n .header p {\n font-size: 1rem;\n }\n\n .services h2 {\n font-size: 2rem;\n }\n\n .cta h2 {\n font-size: 2rem;\n }\n\n .cta p {\n font-size: 1rem;\n }\n}\n---script.js---\n// No JavaScript required for this page\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 267,
+ "completion_tokens": 1062,
+ "total_tokens": 1329,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 267
+ },
+ "system_fingerprint": "fp_f1afce2943"
+ }
readme.scroll
Changed around line 1
+ # localservice.scroll.pub
+ Website generated by DeepSeek from prompt: 生成一个做本地生活服务的宣传落地页面,拓展更多的分销用户。以中文呈现。页面专业大气、在移动端与微信环境里能良好呈现。
script.js
Changed around line 1
+ // No JavaScript required for this page
style.css
Changed around line 1
+ body {
+ font-family: 'Arial', sans-serif;
+ margin: 0;
+ padding: 0;
+ color: #333;
+ line-height: 1.6;
+ }
+
+ .container {
+ width: 90%;
+ max-width: 1200px;
+ margin: 0 auto;
+ }
+
+ .header {
+ background: linear-gradient(135deg, #6a11cb, #2575fc);
+ color: #fff;
+ padding: 100px 0;
+ text-align: center;
+ }
+
+ .header h1 {
+ font-size: 3rem;
+ margin-bottom: 20px;
+ }
+
+ .header p {
+ font-size: 1.2rem;
+ margin-bottom: 40px;
+ }
+
+ .btn {
+ display: inline-block;
+ padding: 10px 20px;
+ background: #ff6f61;
+ color: #fff;
+ text-decoration: none;
+ border-radius: 5px;
+ transition: background 0.3s ease;
+ }
+
+ .btn:hover {
+ background: #ff3b2f;
+ }
+
+ .services {
+ padding: 60px 0;
+ background: #f9f9f9;
+ }
+
+ .services h2 {
+ text-align: center;
+ margin-bottom: 40px;
+ font-size: 2.5rem;
+ }
+
+ .service-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 20px;
+ }
+
+ .service-item {
+ background: #fff;
+ padding: 20px;
+ border-radius: 10px;
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
+ text-align: center;
+ }
+
+ .service-item h3 {
+ font-size: 1.5rem;
+ margin-bottom: 10px;
+ }
+
+ .service-item p {
+ font-size: 1rem;
+ color: #666;
+ }
+
+ .cta {
+ background: #2575fc;
+ color: #fff;
+ padding: 80px 0;
+ text-align: center;
+ }
+
+ .cta h2 {
+ font-size: 2.5rem;
+ margin-bottom: 20px;
+ }
+
+ .cta p {
+ font-size: 1.2rem;
+ margin-bottom: 40px;
+ }
+
+ .footer {
+ background: #333;
+ color: #fff;
+ padding: 20px 0;
+ text-align: center;
+ }
+
+ .footer p {
+ margin: 0;
+ font-size: 1rem;
+ }
+
+ @media (max-width: 768px) {
+ .header h1 {
+ font-size: 2.5rem;
+ }
+
+ .header p {
+ font-size: 1rem;
+ }
+
+ .services h2 {
+ font-size: 2rem;
+ }
+
+ .cta h2 {
+ font-size: 2rem;
+ }
+
+ .cta p {
+ font-size: 1rem;
+ }
+ }