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

This commit is contained in:
guozhigq
2024-03-31 11:11:50 +08:00
parent 53941469ce
commit 8897c4dd5b

View File

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