refactor(products): 更新产品列表和描述信息

移除物联网和AI产品,新增内容管理系统
更新产品页面描述和联系按钮滚动功能
This commit is contained in:
张翔
2026-02-26 15:52:04 +08:00
parent fecbfd1990
commit 7f450dff87
4 changed files with 28 additions and 31 deletions
+2 -4
View File
@@ -327,10 +327,8 @@ class TestDataGenerator:
products = [
{"name": "睿新ERP管理系统", "category": "企业软件"},
{"name": "睿新客户关系管理系统", "category": "企业软件"},
{"name": "睿新协同办公平台", "category": "企业软件"},
{"name": "睿新商业智能平台", "category": "数据产品"},
{"name": "睿新物联网平台", "category": "物联网"},
{"name": "睿新AI智能应用套件", "category": "人工智能"}
{"name": "睿新内容管理系统", "category": "企业软件"},
{"name": "睿新商业智能平台", "category": "数据产品"}
]
product = random.choice(products)
return {