feat:增加消息记录功能

This commit is contained in:
2026-06-19 21:10:03 +08:00
parent bb1160ad18
commit 5d12377606
23 changed files with 458 additions and 170 deletions

View File

@@ -0,0 +1,4 @@
class AppConfig {
static const String baseUrl = 'http://192.168.31.108:2836/api';
static const String wsUrl = 'ws://192.168.31.108:5050';
}