Initial commit: 健康管家 AI 健康陪伴助手
- Backend: .NET 10 Minimal API + EF Core + PostgreSQL - Frontend: Flutter + Riverpod + GoRouter + Dio - AI: DeepSeek LLM + Qwen VLM (OpenAI-compatible) - Auth: SMS + JWT (access/refresh tokens) - Features: AI chat, health tracking, medication management, diet analysis, exercise plans, doctor consultations, report analysis
This commit is contained in:
3
start-dev.bat
Normal file
3
start-dev.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
cd /d D:\健康管家
|
||||
powershell -ExecutionPolicy Bypass -NoExit -Command "& 'D:\健康管家\start-dev.ps1'"
|
||||
Reference in New Issue
Block a user