Files
ALL-teach_sys/frontend_食品/project_attachments_data.js
KQL cd2e307402 初始化12个产业教务系统项目
主要内容:
- 包含12个产业的完整教务系统前端代码
- 智能启动脚本 (start-industry.sh)
- 可视化产业导航页面 (index.html)
- 项目文档 (README.md)

优化内容:
- 删除所有node_modules和.yoyo文件夹,从7.5GB减少到2.7GB
- 添加.gitignore文件避免上传不必要的文件
- 自动依赖管理和智能启动系统

产业列表:
1. 文旅产业 (5150)
2. 智能制造 (5151)
3. 智能开发 (5152)
4. 财经商贸 (5153)
5. 视觉设计 (5154)
6. 交通物流 (5155)
7. 大健康 (5156)
8. 土木水利 (5157)
9. 食品产业 (5158)
10. 化工产业 (5159)
11. 能源产业 (5160)
12. 环保产业 (5161)

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-24 14:14:14 +08:00

123 lines
3.2 KiB
JavaScript

// 项目附件数据映射
const projectAttachmentsData = {
"轻食店外卖包装与用户体验优化": [
{
"id": "attach_1",
"name": "餐厅安全清洁.doc",
"type": "doc",
"size": "2.5MB",
"url": "https://example.com/files/餐厅安全清洁.doc"
},
{
"id": "attach_2",
"name": "店铺经营.jpeg",
"type": "jpeg",
"size": "2.5MB",
"url": "https://example.com/files/店铺经营.jpeg"
},
{
"id": "attach_3",
"name": "店铺经营流程.docx",
"type": "docx",
"size": "2.5MB",
"url": "https://example.com/files/店铺经营流程.docx"
},
{
"id": "attach_4",
"name": "成本控制.doc",
"type": "doc",
"size": "2.5MB",
"url": "https://example.com/files/成本控制.doc"
}
],
"社区咖啡馆日常运营成本控制分析": [
{
"id": "attach_1",
"name": "餐厅安全清洁.doc",
"type": "doc",
"size": "2.5MB",
"url": "https://example.com/files/餐厅安全清洁.doc"
},
{
"id": "attach_2",
"name": "店铺经营.jpeg",
"type": "jpeg",
"size": "2.5MB",
"url": "https://example.com/files/店铺经营.jpeg"
},
{
"id": "attach_3",
"name": "店铺经营流程.docx",
"type": "docx",
"size": "2.5MB",
"url": "https://example.com/files/店铺经营流程.docx"
},
{
"id": "attach_4",
"name": "成本控制.doc",
"type": "doc",
"size": "2.5MB",
"url": "https://example.com/files/成本控制.doc"
}
],
"临期食品仓储管理系统数据库设计": [
{
"id": "attach_1",
"name": "飞行员营养膳食管理方案.docx",
"type": "docx",
"size": "2.5MB",
"url": "https://example.com/files/飞行员营养膳食管理方案.docx"
}
],
"节庆食品季节性供需波动与库存管理": [
{
"id": "attach_1",
"name": "食品饮料行业产品质量控制方案.docx",
"type": "docx",
"size": "2.5MB",
"url": "https://example.com/files/食品饮料行业产品质量控制方案.docx"
}
],
"传统中式菜肴标准化工艺流程制定": [
{
"id": "attach_1",
"name": "苹果多酚面包工艺与配方优化项目.pdf",
"type": "pdf",
"size": "2.5MB",
"url": "https://example.com/files/苹果多酚面包工艺与配方优化项目.pdf"
}
],
"地方特色食品抖音短视频营销方案": [
{
"id": "attach_1",
"name": "A3包装文创2.psd",
"type": "psd",
"size": "2.5MB",
"url": "https://example.com/files/A3包装文创2.psd"
},
{
"id": "attach_2",
"name": "A3包装文创.psd",
"type": "psd",
"size": "2.5MB",
"url": "https://example.com/files/A3包装文创.psd"
},
{
"id": "attach_3",
"name": "A3包装文创.jpg",
"type": "jpg",
"size": "2.5MB",
"url": "https://example.com/files/A3包装文创.jpg"
},
{
"id": "attach_4",
"name": "A3包装文创2.jpg",
"type": "jpg",
"size": "2.5MB",
"url": "https://example.com/files/A3包装文创2.jpg"
}
]
};
export default projectAttachmentsData;