Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion docs/.vitepress/materials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,27 @@ export const courseMaterials = {
{
title: '实验资料',
description: '实验答案、实验环境、实验报告参考结构和调试记录。',
resources: [],
resources: [
{
title: '2026 年 Web 前端设计技能实训',
description: '包含实训内容及要求和空白实训报告模板。',
status: '待核验',
files: [
{
title: 'Web 前端设计实训内容及要求',
href: '/materials/web-frontend/web-frontend-practicum-requirements-2026.pdf',
format: 'PDF',
role: '实训要求',
},
{
title: 'Web 前端设计实训报告模板',
href: '/materials/web-frontend/web-frontend-practicum-report-template-2026.pdf',
format: 'PDF',
role: '实训报告模板',
},
],
},
],
},
{
title: '试题资料',
Expand Down
2 changes: 1 addition & 1 deletion docs/materials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sources: []
| [软件过程项目管理](/materials/software) | 知识点笔记 | 活跃 |
| [大学物理](/materials/physics) | 试题资料 | 活跃 |
| [线性代数](/materials/linear-algebra) | 试题资料 | 活跃 |
| [Web前端程序设计](/materials/web-frontend) | 待补充 | 活跃 |
| [Web前端程序设计](/materials/web-frontend) | 实验资料 | 活跃 |
| [Java Web应用开发](/materials/javaweb) | 知识点笔记 / 试题资料 | 活跃 |
| [单片机原理及应用](/materials/microcontroller) | 笔记 / 实验 / 试题 | 活跃 |
| [习近平新时代中国特色社会主义思想](/materials/xjp) | 知识点笔记 / 试题资料 | 活跃 |
Expand Down
Binary file not shown.
Binary file not shown.
Loading