Feat display chapter finishes count (#813)

* display chapter finishes count

* update style

* display posts from all users as default
This commit is contained in:
an-lee
2024-07-16 18:02:47 +08:00
committed by GitHub
parent 68c64d52b8
commit ea48a28ccb
5 changed files with 36 additions and 18 deletions

View File

@@ -6,6 +6,7 @@ type ChapterType = {
title: string;
content: string;
course?: CourseType;
finishesCount?: number;
translations?: {
language: string;
content: string;