@@ -42,43 +42,43 @@ const Card = ({ text, link, videoId }) => {
);
}
-
+
return (
{text});
}
-export const TOC = ({ dataEntryList = [], advancedList = [] }) => {
+export const TOC = ({ englishList = [], chineseList = [] }) => {
return (
- {/* Data Entry Section */}
- {dataEntryList.length > 0 && (
+ {/* English Section */}
+ {englishList.length > 0 && (
{/* Headers */}
-
📘 Data Entry
+
English
{/* Content Grid */}
- {dataEntryList.map((entry, index) => (
- (
+
))}
)}
- {/* Advanced Section */}
- {advancedList.length > 0 && (
+ {/* Chinese Section */}
+ {chineseList.length > 0 && (
{/* Headers */}
-
🚀 Advanced
+
中文
{/* Content Grid */}
- {advancedList.map((entry, index) => (
- (
+