diff --git a/docs/.vitepress/materials.ts b/docs/.vitepress/materials.ts index 2e5cecd..557cde8 100644 --- a/docs/.vitepress/materials.ts +++ b/docs/.vitepress/materials.ts @@ -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: '试题资料', diff --git a/docs/materials/index.md b/docs/materials/index.md index 895a81b..b715042 100644 --- a/docs/materials/index.md +++ b/docs/materials/index.md @@ -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) | 知识点笔记 / 试题资料 | 活跃 | diff --git a/docs/public/materials/web-frontend/web-frontend-practicum-report-template-2026.pdf b/docs/public/materials/web-frontend/web-frontend-practicum-report-template-2026.pdf new file mode 100644 index 0000000..c762dc9 Binary files /dev/null and b/docs/public/materials/web-frontend/web-frontend-practicum-report-template-2026.pdf differ diff --git a/docs/public/materials/web-frontend/web-frontend-practicum-requirements-2026.pdf b/docs/public/materials/web-frontend/web-frontend-practicum-requirements-2026.pdf new file mode 100644 index 0000000..8e0bc66 Binary files /dev/null and b/docs/public/materials/web-frontend/web-frontend-practicum-requirements-2026.pdf differ