feat:更新消息通知功能

This commit is contained in:
2026-06-20 16:11:57 +08:00
parent 5d12377606
commit 5e0864d3ac
16 changed files with 332 additions and 24 deletions

View File

@@ -1,4 +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';
static const String baseUrl = 'http://192.168.31.109:2836/api';
static const String wsUrl = 'ws://192.168.31.109:5050';
}