rht02251908
This commit is contained in:
parent
b3f3193a8b
commit
f01bfdf5dc
|
@ -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"
|
||||||
|
|
|
@ -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("新主题"));
|
||||||
|
|
Loading…
Reference in New Issue