feat: 启动时清除日志 issues #656

This commit is contained in:
guozhigq
2024-03-31 11:11:50 +08:00
parent a20217bf39
commit e212a32763

View File

@ -34,6 +34,7 @@ void main() async {
.then((_) async {
await GStrorage.init();
await setupServiceLocator();
clearLogs();
Request();
await Request.setCookie();
RecommendFilter();