feat: Update logic for public fav folder

This commit is contained in:
guozhigq
2024-10-23 23:52:29 +08:00
parent 2106baf7e6
commit 7f08208425
3 changed files with 10 additions and 8 deletions

View File

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