# AIFriends-Show **Repository Path**: ppshux/aifriends-show ## Basic Information - **Project Name**: AIFriends-Show - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2026-04-26 - **Last Updated**: 2026-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AIFriends 定点爆破 面试训练资料,基于真实源码,训练腾讯二面能力。 ## Purpose 不要背 README,用源码里的模型、接口和组件证明项目能力做到哪一步。 ## Contents AIFriends定点爆破/ |-- 00_训练说明.md 使用指南 |-- 00_源码审计报告.md 技术栈、功能核验、风险点 |-- 01_问题册/ 80 道面试题 |-- 02_答案册/ 80 道答案 + 源码定位 |-- 03_高压追问清单.md 追问训练 |-- 04_代码定位索引.md 文件路径速查 |-- 05_面试速背版.md 1 分钟/3 分钟介绍 |-- 06_二刷错题本.md 错题记录 |-- 07_README与源码差异表.md 功能差距 `-- 08_二面危险点清单.md 防追问穿 ## Usage 1. Read 00_训练说明.md 2. Read 00_源码审计报告.md 3. Read 07_README与源码差异表.md 4. Read 05_面试速背版.md 5. Quiz yourself with 01_问题册/ 6. Check answers in 02_答案册/ 7. Stress test with 03_高压追问清单.md 8. Review pitfalls in 08_二面危险点清单.md ## Principles - 先说真实现状,再说源码定位,最后说不足和优化 - README 提到但源码不完整的能力,必须说【部分实现】或【README 提到,但当前代码未体现】 - 不把课程规划、依赖安装、helper 函数包装成完整生产能力 - 每道题尽量落到 backend/web/urls.py、models、views、frontend/router、stores、components、settings.py 等真实位置 ## Answer Template 1. Current status: [what works in code] 2. Source code location: [file path] 3. Implementation boundary: [Done | Partial | Not implemented] 4. Production risks: [security | performance | availability | cost] 5. Optimization direction: [specific improvements] ## Key Evidence Files backend/web/urls.py API routes backend/web/models/ Character, Voice, UserProfile, Friend backend/web/views/ APIViews (chat, auth, character) frontend/src/router/ Vue Router frontend/src/stores/user.js Pinia auth store frontend/src/js/http/api.js HTTP client ## Forbidden - "所有 README 功能都已完整上线" - 把 helper 脚本当完整功能 - 把课程规划当已实现能力 - 跳过源码直接背答案