飞天AI数字人展会页面
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.3 KiB

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