rht02251908

This commit is contained in:
Rao 2025-02-25 19:08:43 +08:00
parent b3f3193a8b
commit f01bfdf5dc
2 changed files with 2 additions and 1 deletions

View File

@ -188,7 +188,7 @@ const CategorySection = () => {
} }
</div> </div>
{!isLoading && courseCategoriesData.length > 8 && ( {!isLoading && (
<div className="flex justify-center mt-12"> <div className="flex justify-center mt-12">
<Button <Button
type="default" type="default"

View File

@ -13,6 +13,7 @@ export default function MindEditor() {
toolBar: true, // default true toolBar: true, // default true
nodeMenu: true, // default true nodeMenu: true, // default true
keypress: true, // default true keypress: true, // default true
locale: "zh_CN",
}); });
// instance.install(NodeMenu); // instance.install(NodeMenu);
instance.init(MindElixir.new("新主题")); instance.init(MindElixir.new("新主题"));