feat: 启动时清除日志 issues #656
This commit is contained in:
@ -34,6 +34,7 @@ void main() async {
|
||||
.then((_) async {
|
||||
await GStrorage.init();
|
||||
await setupServiceLocator();
|
||||
clearLogs();
|
||||
Request();
|
||||
await Request.setCookie();
|
||||
RecommendFilter();
|
||||
|
Reference in New Issue
Block a user