vitesse-yitisheng-web/project_task.md

514 B

  • [Task 6] User Recommended Major List API Integration
    • Create src/service/api/major.ts with types and API method
    • Integrate API in src/pages/simulate.vue (Panel A)
    • Update template to display real data
  • [Task 8] Fix TypeScript type error in simulate.vue
    • Add 'stable' to TabKey type definition
    • Cleanup unused 'all' type if necessary