MathAI 项目进度日报 – 2026-08-15 (Saturday)
自动生成时间:2026-08-15 00:32:40 (UTC+8)
📊 今日概览
- 提交数:0(今日无新提交)
- 更改文件:38 个
- 新增文件:74 个
🔌 服务状态
| 服务 | 端口 | 状态 |
|---|---|---|
| 后端 (FastAPI) | 8001 | 运行中 |
| 前端 (Nuxt 3) | 4001 | 运行中 |
| MySQL | 3306 | 运行中 |
| ChromaDB | 8080 | 运行中 |
📄 文件变更
M "README-\351\203\250\347\275\262\350\257\264\346\230\216.md"
M source/backend/alembic/env.py
M source/backend/app/api/v1/api.py
M source/backend/app/api/v1/endpoints/chat.py
D source/backend/app/api/v1/endpoints/knowledge_points.py
M source/backend/app/api/v1/endpoints/questions.py
M source/backend/app/api/v1/endpoints/upload.py
M source/backend/app/core/config.py
M source/backend/app/crud/__init__.py
M source/backend/app/crud/base.py
D source/backend/app/crud/crud_knowledge_point.py
M source/backend/app/crud/crud_question.py
M source/backend/app/models/__init__.py
D source/backend/app/models/knowledge_point.py
M source/backend/app/models/question.py
D source/backend/app/models/sq_catalog.py
D source/backend/app/models/sq_knowledge.py
M source/backend/app/models/subject.py
M source/backend/app/models/user.py
M source/backend/app/schemas/__init__.py
D source/backend/app/schemas/knowledge_point.py
M source/backend/app/schemas/question.py
M source/backend/app/schemas/subject.py
M source/backend/app/services/doc_processor.py
M source/backend/app/services/manim_service.py
M source/backend/app/services/tools.py
M source/backend/scripts/initial_data.py
D source/backend/test_manim.py
M source/docker-compose.yml
M source/frontend/app/components/AppSidebar.vue
... 及另外 8 个文件
🆕 新增文件
- check_prompt.py
- check_settings.py
- chroma_data/chroma.sqlite3
- cleanup_endpoint.py
- count.txt
- create_docpack.py
- db_migrate.py
- do_updates.py
- docs/start_all_script.md
- edit_dialog.py
- final_docpack.py
- fix_import.py
- fix_init.py
- get-pip.py
- mineru_test.py
- nul
- null
- package-lock.json
- refactor.py
- scripts/daily_summary.py
- scripts/migrate_data.py
- scripts/start_all.bat
- scripts/start_backend.bat
- scripts/start_frontend.bat
- setup_categories.py
- source/backend/_debug_doc.py
- source/backend/alembic/versions/9e7d6c5b4a3f_refactor_subjects_add_period_fields.py
- source/backend/alembic/versions/b1a2c3d4e5f6_fix_users_table.py
- source/backend/alembic/versions/f1a2b3c4d5e6_add_slug_to_subjects.py
- source/backend/alembic/versions/x1x2x3x4x5x6_drop_knowledge_points_use_question_knowledge.py
- source/backend/alembic/versions/y1y2y3y4y5y6_merge_b1a2_and_x1x2.py
- source/backend/app/api/v1/endpoints/docpack.py
- source/backend/app/api/v1/endpoints/document_categories.py
- source/backend/app/api/v1/endpoints/question_catalog.py
- source/backend/app/api/v1/endpoints/question_knowledge.py
- source/backend/app/api/v1/endpoints/textbooks.py
- source/backend/app/crud/crud_document.py
- source/backend/app/crud/crud_document_category.py
- source/backend/app/crud/crud_question_catalog.py
- source/backend/app/crud/crud_question_knowledge.py
- source/backend/app/crud/crud_textbook.py
- source/backend/app/models/document.py
- source/backend/app/models/document_category.py
- source/backend/app/models/question_catalog.py
- source/backend/app/models/question_knowledge.py
- source/backend/app/models/textbook.py
- source/backend/app/schemas/document.py
- source/backend/app/schemas/document_category.py
- source/backend/app/schemas/question_catalog.py
- source/backend/app/schemas/question_knowledge.py
- source/backend/app/schemas/textbook.py
- source/backend/app/services/qiniu_uploader.py
- source/backend/requirements.txt
- source/backend/scripts/fix_kp_subject_refs.py
- source/backend/scripts/migrate_subjects_from_yuekegu.py
- source/backend/scripts/rebuild_knowledge_points.py
- source/backend/start_backend.bat
- source/frontend/app/components/CatalogTreeNode.vue
- source/frontend/app/components/QuestionKnowledgeTree.vue
- source/frontend/app/pages/catalogs/index.vue
- source/frontend/app/pages/docpack.vue
- source/frontend/app/pages/document-categories.vue
- source/frontend/app/public/logo.svg
- source/frontend/fix_sidebar.py
- source/frontend/fix_upload.py
- source/frontend/seed_categories.py
- source/frontend/seed_subcategories.py
- start_all.bat
- test_agent_demo.txt
- tmp_check.py
- uvicorn.err.log
- uvicorn.out.log
- wsl_shell.py
- “\346\225\260\345\255\246\345\255\246\347\247\221\346\217\220\347\244\272\350\257\215”
⚠️ 待办/问题
最近提交历史:
– aff4bbb Add knowledge management system design spec
– 5582fbb fix: database migration and backend setup
– c02b436 docs: add deployment guides and WordPress publish script
– 082e31d feat: add OpenMAIC lesson generation and migrate sq_knowledge/sq_catalog tables
– d8cd6b9 Initial commit: MathAI question bank project with AnyMath animation feature