This commit is contained in:
ditiqi 2025-02-24 20:24:24 +08:00
parent 8ddcd6993e
commit 726d2ff766
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export const InitTaxonomies: {
objectType?: string[];
}[] = [
{
name: "分类",
name: "课程分类",
slug: TaxonomySlug.CATEGORY,
objectType: [ObjectType.COURSE],
},