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

@@ -0,0 +1,5 @@
import 'package:flutter/material.dart';
class AppProvider extends ChangeNotifier {
String routerName = '';
}