# 项目:AI人事面试项目 # 目录结构 src/ ├── modules/ │ └── interview/ │ └── mobile/ │ │ │ │ │ ├── page-home/ │ │ │ ├── page-home.ts │ │ │ ├──page-home.html │ │ │ └── page-home.scss │ │ ├── nav-mobile-tabs/ │ │ │ ├──nav-mobile-tabs.ts │ │ │ ├── nav-mobile-tabs.html │ │ │ └── nav-mobile-tabs.scss │ │ ├── page-interview │ │ │ ├──page-interview.html │ │ │ ├──page-interview.scss │ │ │ └──page-interview.ts │ │ ├── page-job-hhunting │ │ │ ├──page-job-hhunting.html │ │ │ ├──page-job-hhunting.scss │ │ │ └──page-job-hhunting.ts │ │ ├── page-mine │ │ │ ├──page-mine.html │ │ │ ├──page-mine.scss │ │ │ └──page-mine.ts │ │ ├── page-applicatios/ │ │ │ ├── page-applicatios.ts │ │ │ ├──page-applicatios.html │ │ │ └── page-applicatios.scss │ │ ├── page-resume/ │ │ │ ├── page-resume.ts │ │ │ ├──page-resume.html │ │ │ └── page-resume.scss │ │ ├── mobile.routes.ts http://git.fmode.cn:3000/0235713/intelligent-interview.git # 项目成员 - 姓名:朱子翔 0235713 17870588597 - 姓名:赖昊诚 0235712 15907091437 - 姓名:胡浩 0235702 15170403504