mod: update proto

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-04 23:32:22 +08:00
parent fb004a0bb9
commit a49caa871d
122 changed files with 93362 additions and 88733 deletions

View File

@@ -174,7 +174,7 @@ class MainController extends GetxController {
if (!isLogin.value || dynIndex == -1) {
return;
}
await GrpcRepo.dynRed().then((res) {
GrpcRepo.dynRed().then((res) {
if (res['status']) {
setCount(res['data']);
}