diff --git a/src/components/TeamSection.js b/src/components/TeamSection.js index 3db16c3..bef59e6 100644 --- a/src/components/TeamSection.js +++ b/src/components/TeamSection.js @@ -318,6 +318,38 @@ const TeamSection = ({ isActive }) => { 00:18 + + {/* 右下角控制区域 */} + +
+ + SYSTEM ONLINE +
+
+
+ {String(index + 1).padStart(2, '0')} + / + {String(members.length).padStart(2, '0')} +
+
+ + +
+
+
); };