``` ftExhibition ├─ css │ ├─ index.css 主css样式表 │ ├─ libs │ └─ plugins ├─ fonts ├─ images ├─ js │ ├─ index.js 页面js 登录 / 切换账号 / 查看用户信息 / 退出应用程序 / 首页动态样式 / 首页菜单跳转 │ ├─ libs │ └─ plugins ├─ media 资源文件夹(可根据自身情况来) │ ├─ pdf │ └─ video ├─ index.html 正边框首页 ├─ index2.html 无边框首页 ├─ index3.html 异形边框首页 ├─ page1.html 编程体验 ├─ page1-1.html 编程体验 - 三级内容页 ├─ page2.html 场景演示 ├─ page3.html AI资源库 ├─ page3-1.html AI资源库 - 人工智能 ├─ page3-2.html AI资源库 - 机器人 ├─ page3-3.html AI资源库 - AI大模型 ├─ page3-4.html AI资源库 - AI阅行 ├─ page4.html 实战竞赛 ├─ page5.html 作品展示 ├─ ai_chat.html AI数字人 ├─ page-codeVideo.html 编码+视频 三级内容页 ├─ page-pdf.html pdf 三级内容页 ├─ page-pdfVideo.html pdf+视频 三级内容页 └─ page-contentInfo.html 编程模式下只有视频和信息内容 ```