If you are building a simple dashboard or a form-based application, the traditional JSON API (REST or GraphQL) approach is ...
├── src/ │ ├── components/ # React 组件 │ │ ├── ui/ # shadcn/ui 基础组件 │ │ ├── resume-templates/ # 简历模板 │ │ ├── AnalysisResult.tsx │ │ ├── PolishEditor.tsx │ │ ├── JDMatcher.tsx ...