fix: update rank id

Closes #747

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-25 18:20:03 +08:00
parent 9a1b15029e
commit f10aa38bfd

View File

@@ -95,7 +95,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 1, 'rid': 1005, //1,
'label': '动画', 'label': '动画',
'type': RandType.animation, 'type': RandType.animation,
}, },
@@ -104,7 +104,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 3, 'rid': 1003, // 3,
'label': '音乐', 'label': '音乐',
'type': RandType.music, 'type': RandType.music,
}, },
@@ -113,7 +113,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 129, 'rid': 1004, // 129,
'label': '舞蹈', 'label': '舞蹈',
'type': RandType.dance, 'type': RandType.dance,
}, },
@@ -122,7 +122,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 4, 'rid': 1008, // 4,
'label': '游戏', 'label': '游戏',
'type': RandType.game, 'type': RandType.game,
}, },
@@ -131,7 +131,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 36, 'rid': 1010, // 36,
'label': '知识', 'label': '知识',
'type': RandType.knowledge, 'type': RandType.knowledge,
}, },
@@ -140,7 +140,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 188, 'rid': 1012, // 188,
'label': '科技', 'label': '科技',
'type': RandType.technology, 'type': RandType.technology,
}, },
@@ -149,7 +149,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 234, 'rid': 1018, //234,
'label': '运动', 'label': '运动',
'type': RandType.sport, 'type': RandType.sport,
}, },
@@ -158,7 +158,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 223, 'rid': 1013, // 223,
'label': '汽车', 'label': '汽车',
'type': RandType.car, 'type': RandType.car,
}, },
@@ -176,7 +176,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 211, 'rid': 1020, // 211,
'label': '美食', 'label': '美食',
'type': RandType.food, 'type': RandType.food,
}, },
@@ -185,7 +185,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 217, 'rid': 1024, //217,
'label': '动物', 'label': '动物',
'type': RandType.animal, 'type': RandType.animal,
}, },
@@ -194,7 +194,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 119, 'rid': 1007, // 119,
'label': '鬼畜', 'label': '鬼畜',
'type': RandType.madness, 'type': RandType.madness,
}, },
@@ -203,7 +203,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 155, 'rid': 1014, // 155,
'label': '时尚', 'label': '时尚',
'type': RandType.fashion, 'type': RandType.fashion,
}, },
@@ -212,7 +212,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 5, 'rid': 1002, // 5,
'label': '娱乐', 'label': '娱乐',
'type': RandType.entertainment, 'type': RandType.entertainment,
}, },
@@ -221,7 +221,7 @@ List tabsConfig = [
Icons.live_tv_outlined, Icons.live_tv_outlined,
size: 15, size: 15,
), ),
'rid': 181, 'rid': 1001, // 181,
'label': '影视', 'label': '影视',
'type': RandType.film, 'type': RandType.film,
}, },