mod: fav isPublic logic

This commit is contained in:
guozhigq
2024-11-01 22:21:12 +08:00
parent 3cb595e76e
commit 6dccaa87ae
4 changed files with 13 additions and 10 deletions

View File

@ -15,5 +15,4 @@ class Constants {
// 59b43e04ad6965f34319062b478f83dd TV端
static const String appSec = '59b43e04ad6965f34319062b478f83dd';
static const String thirdSign = '04224646d1fea004e79606d3b038c84a';
static const List<int> publicFavFolder = <int>[0, 2, 22];
}