pro2-整理之前

This commit is contained in:
2026-04-27 17:16:17 +08:00
parent 541f2b9968
commit 47073425be
25 changed files with 384 additions and 567 deletions
+8
View File
@@ -0,0 +1,8 @@
__pycache__/
*.pyc
*.pyo
.vscode/
.claude/
Thumbs.db
.DS_Store
desktop.ini
Binary file not shown.
+2 -2
View File
@@ -709,7 +709,7 @@
<a href="products.html" class="navbar-link">产品</a> <a href="products.html" class="navbar-link">产品</a>
<a href="stories.html" class="navbar-link">故事</a> <a href="stories.html" class="navbar-link">故事</a>
<a href="app.html" class="navbar-link active">App</a> <a href="app.html" class="navbar-link active">App</a>
<a href="index.html#support" class="navbar-link">关于我们</a> <a href="company.html?article=201" class="navbar-link">关于我们</a>
</div> </div>
<div class="navbar-actions"> <div class="navbar-actions">
<a href="help.html" class="navbar-btn" aria-label="Search"> <a href="help.html" class="navbar-btn" aria-label="Search">
@@ -992,7 +992,7 @@
<a href="index.html">首页</a> <a href="index.html">首页</a>
<a href="products.html">产品</a> <a href="products.html">产品</a>
<a href="stories.html">故事</a> <a href="stories.html">故事</a>
<a href="index.html#support">关于我们</a> <a href="company.html?article=201">关于我们</a>
</div> </div>
<div class="footer-copyright"> <div class="footer-copyright">
&copy; 2025 Chookoo 宠科智能科技. All Rights Reserved. &copy; 2025 Chookoo 宠科智能科技. All Rights Reserved.
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

+5 -17
View File
@@ -520,8 +520,8 @@
// 默认文章数据(公司介绍) // 默认文章数据(公司介绍)
const defaultArticles = [ const defaultArticles = [
{ id: 201, pageType: 'company', category: 'about', categoryName: '关于我们', title: '关于Chookoo宠科', content: '<h2>关于Chookoo</h2><p>Chookoo宠科智能科技(苏州)有限公司是一家专注于宠物智能产品研发的高科技企业。</p><p>我们致力于通过科技创新,为宠物主人提供更便捷、更智能的养宠体验</p>', views: 1234, date: '2025-01-15' }, { id: 201, pageType: 'company', category: 'about', categoryName: '关于我们', title: '关于Chookoo宠科', content: '<h2>关于Chookoo宠科</h2><p>宠小科智能科技 (CHOOKOO) 成立于中国苏州,是一家专注于构建预防式主动健康生态的科技企业。我们深度融合人工智能、物联网与多模态生物传感技术,依托苏州长三角地区世界级的精密制造与跨学科研发能力,聚焦宠物与长者两大生命关爱场景,致力于让健康管理从"被动应对"走向"主动预见"。</p><p>通过智能设备 (如 AkiWell™智能健康猫厕所) 无感采集生命体征与行为数据,结合自研 AkiWell™主动健康预警算法,将日常细微变化转化为精准的健康洞察与温情提醒。我们的技术已实现对宠物泌尿系统疾病的提前48-72小时预警,并与高校共建联合实验室,持续提升医学级数据的严谨性。</p><p>宠小科以"宠爱生命,科技赋能"为使命,构建硬件入口+AI分析+数据服务+生态互联的闭环平台,让每一份关爱都有据可依,让每一个生命都能被真正理解与守护。我们期待与您携手,共同迈向更安心、更具预见性的健康生活</p>', views: 1234, date: '2025-01-15' },
{ id: 202, pageType: 'company', category: 'about', categoryName: '关于我们', title: '我们的使命', content: '<h2>企业使命</h2><p>让每一位宠物主人都能享受科技带来的便捷,让每一只宠物都能得到更好的照顾。</p>', views: 876, date: '2025-01-14' }, { id: 202, pageType: 'company', category: 'about', categoryName: '关于我们', title: '我们的使命', content: '<h2>我们的使命</h2><p><strong>愿景:</strong>成为全球宠物家庭最信赖的智能健康伙伴,定义主动健康管理新范式</p><p><strong>使命:</strong>让健康可见,让需求可解,让宠爱无间</p><p><strong>价值观:</strong>始于生命关怀,成于科技向善,归于商业远见</p>', views: 876, date: '2025-01-14' },
{ id: 203, pageType: 'company', category: 'careers', categoryName: '加入我们', title: '热招职位', content: '<h2>热招职位</h2><ul><li>产品经理</li><li>嵌入式工程师</li><li>UI设计师</li><li>运营专员</li></ul><p>简历请投递至:hr@chookoo.com</p>', views: 567, date: '2025-01-13' }, { id: 203, pageType: 'company', category: 'careers', categoryName: '加入我们', title: '热招职位', content: '<h2>热招职位</h2><ul><li>产品经理</li><li>嵌入式工程师</li><li>UI设计师</li><li>运营专员</li></ul><p>简历请投递至:hr@chookoo.com</p>', views: 567, date: '2025-01-13' },
{ id: 204, pageType: 'company', category: 'news', categoryName: '新闻动态', title: 'Chookoo获得A轮融资', content: '<h2>融资新闻</h2><p>Chookoo宠科智能科技宣布完成数千万元A轮融资,将用于产品研发和市场拓展。</p>', views: 2345, date: '2025-01-12' }, { id: 204, pageType: 'company', category: 'news', categoryName: '新闻动态', title: 'Chookoo获得A轮融资', content: '<h2>融资新闻</h2><p>Chookoo宠科智能科技宣布完成数千万元A轮融资,将用于产品研发和市场拓展。</p>', views: 2345, date: '2025-01-12' },
{ id: 205, pageType: 'company', category: 'brand', categoryName: '品牌故事', title: '品牌起源', content: '<h2>品牌故事</h2><p>Chookoo创立于2020年,源于创始人对自己宠物的一份热爱。我们相信,科技可以让养宠变得更简单。</p>', views: 789, date: '2025-01-11' } { id: 205, pageType: 'company', category: 'brand', categoryName: '品牌故事', title: '品牌起源', content: '<h2>品牌故事</h2><p>Chookoo创立于2020年,源于创始人对自己宠物的一份热爱。我们相信,科技可以让养宠变得更简单。</p>', views: 789, date: '2025-01-11' }
@@ -536,20 +536,8 @@
// 初始化 // 初始化
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
// 从 localStorage 加载文章数据(如果有) // 清除旧缓存,确保使用代码中的最新文章数据
const savedArticles = localStorage.getItem('chookoo_help_articles'); localStorage.removeItem('chookoo_help_articles');
if (savedArticles) {
try {
const parsed = JSON.parse(savedArticles);
if (Array.isArray(parsed) && parsed.length > 0) {
// 只加载 pageType='company' 的自定义文章
const customArticles = parsed.filter(a => (a.pageType || 'help') === 'company');
articles.push(...customArticles);
}
} catch (e) {
console.error('加载文章数据失败:', e);
}
}
// 解析 URL 参数 // 解析 URL 参数
const urlParams = new URLSearchParams(window.location.search); const urlParams = new URLSearchParams(window.location.search);
@@ -637,7 +625,7 @@
<span>/</span> <span>/</span>
<span>${article.categoryName}</span> <span>${article.categoryName}</span>
</div> </div>
<div class="article-detail"> <div class="article-detail-inner">
<h1 class="article-title">${article.title}</h1> <h1 class="article-title">${article.title}</h1>
<div class="article-meta"> <div class="article-meta">
<span class="article-date">${article.date}</span> <span class="article-date">${article.date}</span>
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 478 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 MiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

+314 -501
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

+43 -37
View File
@@ -477,7 +477,7 @@
<a href="products.html" class="navbar-link active">产品</a> <a href="products.html" class="navbar-link active">产品</a>
<a href="stories.html" class="navbar-link">故事</a> <a href="stories.html" class="navbar-link">故事</a>
<a href="app.html" class="navbar-link">App</a> <a href="app.html" class="navbar-link">App</a>
<a href="index.html#support" class="navbar-link">关于我们</a> <a href="company.html?article=201" class="navbar-link">关于我们</a>
</div> </div>
<div class="navbar-actions"> <div class="navbar-actions">
<a href="help.html" class="navbar-btn" aria-label="Search"> <a href="help.html" class="navbar-btn" aria-label="Search">
@@ -536,61 +536,67 @@
'cat-toilet-pro': { 'cat-toilet-pro': {
id: 'cat-toilet-pro', id: 'cat-toilet-pro',
name: '智能猫厕所 Pro', name: '智能猫厕所 Pro',
subtitle: 'AI健康监测,自动清洁,守护猫咪如厕健康', subtitle: 'AkiWell主动健康,全方位守护毛孩子健康',
image: 'cat.png', image: 'cat.png',
tags: ['猫用', '热销'], tags: ['AI智能', '自动', '猫用', '健康', '热销'],
category: 'toilet', category: 'toilet',
highlights: [ highlights: [
'毫米波雷达监测心率呼吸', '心跳呼吸体温非接触式监测',
'红外测温实时体温检测', 'AI健康识别智能摄像头',
'自动铲屎,解放双手', '猫咪精准称重传感器',
'APP远程监控,数据同步' '五重防夹猫设计'
], ],
features: [ features: [
{ icon: 'blue', title: 'AI健康监测', desc: '毫米波雷达+红外测温,24小时无感监测猫咪健康数据' }, { icon: 'blue', title: '主动健康', desc: '心跳+呼吸+体温多维度监测,主动告知健康风险' },
{ icon: 'green', title: '自动清洁', desc: '智能感应猫咪离开后自动清理,保持猫砂盆洁净' }, { icon: 'green', title: 'AI摄像头', desc: '体态+如厕行为+眼鼻,全方位无接触扫描' },
{ icon: 'purple', title: 'APP远程控制', desc: '随时随地查看猫咪如厕数据,异常情况即时提醒' }, { icon: 'purple', title: '数据互联', desc: '智宠之家智能产品多数据联动,形成猫咪独立数据库' },
{ icon: 'orange', title: '安全防护', desc: '重传感器保护,猫咪进入立即停止运行' } { icon: 'orange', title: '防夹猫设计', desc: '重传感器+物理防夹,安全感满满' }
], ],
specs: [ specs: [
{ label: '产品尺寸', value: '600 × 520 × 480 mm' }, { label: '产品尺寸', value: '682*503*446mm' },
{ label: '适用体重', value: '2-10 kg' }, { label: '球仓容量', value: '52L' },
{ label: '砂容量', value: '6L' }, { label: '砂容量', value: '4.5L' },
{ label: '集便仓容量', value: '4L' }, { label: '集便仓容量', value: '5.2L' },
{ label: '工作电压', value: 'DC 24V / 2A' }, { label: '适配猫砂', value: '豆腐、混合、矿砂、膨润土' },
{ label: '额定功率', value: '48W' }, { label: '适用猫大小', value: '1.5-7.5kg' },
{ label: '连接方式', value: 'WiFi 2.4GHz' }, { label: '产品净重', value: '8.69kg' },
{ label: '净重', value: '8.5 kg' } { label: '工作电压', value: '12V DC' },
{ label: '额定功率', value: '24W' },
{ label: '连接方式', value: 'wifi 2.4GHz' },
{ label: '工作噪音', value: '35dB' }
] ]
}, },
'cat-toilet-lite': { 'cat-toilet-lite': {
id: 'cat-toilet-lite', id: 'cat-toilet-lite',
name: '智能猫厕所 Lite', name: '智能猫厕所 Lite',
subtitle: '入门之选,核心功能一应俱全', subtitle: '宠小科入门之选,泌尿系统异常提前知',
image: 'cat.png', image: 'cat.png',
tags: ['猫用', '新品'], tags: ['健康', '智能', '猫用', '新品'],
category: 'toilet', category: 'toilet',
highlights: [ highlights: [
'自动铲屎,解放双手', '猫咪泌尿系统异常告知',
'APP远程监控', '猫咪精准称重传感器',
'静音设计,不打扰', '猫咪数据库搭建',
'易拆洗,清洁方便' 'AI数据互联'
], ],
features: [ features: [
{ icon: 'blue', title: '自动清洁', desc: '智能感应猫咪离开后自动清理' }, { icon: 'blue', title: '泌尿系统风险告知', desc: '结合称重,通过AI分析潜在的泌尿系统健康风险' },
{ icon: 'green', title: 'APP控制', desc: '远程查看如厕记录,设置清理时间' }, { icon: 'green', title: '称重传感器', desc: '针对猫咪定制的体重监测,精度1%' },
{ icon: 'purple', title: '静音运行', desc: '低噪音电机,不影响猫咪和主人休息' }, { icon: 'purple', title: '数据互联', desc: '智宠之家智能产品多数据联动,全方面守护健康' },
{ icon: 'orange', title: '易清洁', desc: '可拆卸设计,清洗更方便' } { icon: 'orange', title: '数据库搭建', desc: '针对每只猫打造它们的专属数据库' }
], ],
specs: [ specs: [
{ label: '产品尺寸', value: '520 × 480 × 420 mm' }, { label: '产品尺寸', value: '682*503*446mm' },
{ label: '适用体重', value: '2-8 kg' }, { label: '球仓容量', value: '52L' },
{ label: '砂容量', value: '4L' }, { label: '砂容量', value: '4.5L' },
{ label: '集便仓容量', value: '3L' }, { label: '集便仓容量', value: '5.2L' },
{ label: '工作电压', value: 'DC 24V / 1.5A' }, { label: '适配猫砂', value: '豆腐、混合、矿砂、膨润土' },
{ label: '额定功率', value: '36W' }, { label: '适用猫大小', value: '1.5-7.5kg' },
{ label: '连接方式', value: 'WiFi 2.4GHz' }, { label: '产品净重', value: '8.69kg' },
{ label: '净重', value: '6.2 kg' } { label: '工作电压', value: '12V DC' },
{ label: '额定功率', value: '24W' },
{ label: '连接方式', value: 'wifi 2.4GHz' },
{ label: '工作噪音', value: '35dB' }
] ]
}, },
'dog-toilet': { 'dog-toilet': {
+8 -6
View File
@@ -732,7 +732,7 @@
<a href="products.html" class="navbar-link active">产品</a> <a href="products.html" class="navbar-link active">产品</a>
<a href="stories.html" class="navbar-link">故事</a> <a href="stories.html" class="navbar-link">故事</a>
<a href="app.html" class="navbar-link">App</a> <a href="app.html" class="navbar-link">App</a>
<a href="index.html#support" class="navbar-link">关于我们</a> <a href="company.html?article=201" class="navbar-link">关于我们</a>
</div> </div>
<div class="navbar-actions"> <div class="navbar-actions">
<a href="help.html" class="navbar-btn" aria-label="Search"> <a href="help.html" class="navbar-btn" aria-label="Search">
@@ -785,11 +785,13 @@
</div> </div>
<div class="product-card-content"> <div class="product-card-content">
<div class="product-card-tags"> <div class="product-card-tags">
<span class="product-tag">猫用</span> <span class="product-tag purple">AI智能</span>
<span class="product-tag">自动</span>
<span class="product-tag green">健康</span>
<span class="product-tag green">热销</span> <span class="product-tag green">热销</span>
</div> </div>
<h3 class="product-card-title">智能猫厕所 Pro</h3> <h3 class="product-card-title">智能猫厕所 Pro</h3>
<p class="product-card-desc">AI健康监测,自动清洁,守护猫咪如厕健康</p> <p class="product-card-desc">AkiWell主动健康智能猫砂盆,毛孩子的健康小管家</p>
<div class="product-card-footer"> <div class="product-card-footer">
<a href="product-detail.html?id=cat-toilet-pro" class="product-card-link">了解详情 →</a> <a href="product-detail.html?id=cat-toilet-pro" class="product-card-link">了解详情 →</a>
</div> </div>
@@ -801,11 +803,12 @@
</div> </div>
<div class="product-card-content"> <div class="product-card-content">
<div class="product-card-tags"> <div class="product-card-tags">
<span class="product-tag">猫用</span> <span class="product-tag green">健康</span>
<span class="product-tag purple">智能</span>
<span class="product-tag orange">新品</span> <span class="product-tag orange">新品</span>
</div> </div>
<h3 class="product-card-title">智能猫厕所 Lite</h3> <h3 class="product-card-title">智能猫厕所 Lite</h3>
<p class="product-card-desc">入门之选,核心功能一应俱全</p> <p class="product-card-desc">CHOOKOO宠小科智能猫砂盆,泌尿系统健康守护小管家</p>
<div class="product-card-footer"> <div class="product-card-footer">
<a href="product-detail.html?id=cat-toilet-lite" class="product-card-link">了解详情 →</a> <a href="product-detail.html?id=cat-toilet-lite" class="product-card-link">了解详情 →</a>
</div> </div>
@@ -873,7 +876,6 @@
</div> </div>
<div class="product-card-content"> <div class="product-card-content">
<div class="product-card-tags"> <div class="product-card-tags">
<span class="product-tag">猫用</span>
</div> </div>
<h3 class="product-card-title">智能猫粮桶</h3> <h3 class="product-card-title">智能猫粮桶</h3>
<p class="product-card-desc">真空保鲜,智能控湿,锁住新鲜</p> <p class="product-card-desc">真空保鲜,智能控湿,锁住新鲜</p>
+1 -1
View File
@@ -796,7 +796,7 @@
<a href="products.html" class="navbar-link">产品</a> <a href="products.html" class="navbar-link">产品</a>
<a href="stories.html" class="navbar-link active">故事</a> <a href="stories.html" class="navbar-link active">故事</a>
<a href="app.html" class="navbar-link">App</a> <a href="app.html" class="navbar-link">App</a>
<a href="index.html#support" class="navbar-link">关于我们</a> <a href="company.html?article=201" class="navbar-link">关于我们</a>
</div> </div>
<div class="navbar-actions"> <div class="navbar-actions">
<a href="help.html" class="navbar-btn" aria-label="Search"> <a href="help.html" class="navbar-btn" aria-label="Search">
+1 -1
View File
@@ -348,7 +348,7 @@
<a href="products.html" class="navbar-link">产品</a> <a href="products.html" class="navbar-link">产品</a>
<a href="stories.html" class="navbar-link active">故事</a> <a href="stories.html" class="navbar-link active">故事</a>
<a href="app.html" class="navbar-link">App</a> <a href="app.html" class="navbar-link">App</a>
<a href="index.html#support" class="navbar-link">关于我们</a> <a href="company.html?article=201" class="navbar-link">关于我们</a>
</div> </div>
<div class="navbar-actions"> <div class="navbar-actions">
<a href="help.html" class="navbar-btn" aria-label="Search"> <a href="help.html" class="navbar-btn" aria-label="Search">
+2 -2
View File
@@ -8,9 +8,9 @@ slides = [
(3, "activity", None), (3, "activity", None),
(4, "product", "feeder.png"), (4, "product", "feeder.png"),
(5, "notice", None), (5, "notice", None),
(6, "product", "water.png"), (6, "product", "water.jpeg"),
(7, "activity", None), (7, "activity", None),
(8, "product", "camera(1).jpg"), (8, "product", "camera.jpeg"),
] ]
hp = [ hp = [
View File
View File
View File
Binary file not shown.
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB