From db10fc3f1cf0840d931790cd8724d2e20bd4a8da Mon Sep 17 00:00:00 2001 From: ct Date: Fri, 20 Jun 2025 23:46:52 +0800 Subject: [PATCH] Update --- .../js/modules/editor/partials/editor-controls.jsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/resources/js/modules/editor/partials/editor-controls.jsx b/resources/js/modules/editor/partials/editor-controls.jsx index 17fa479..6498184 100644 --- a/resources/js/modules/editor/partials/editor-controls.jsx +++ b/resources/js/modules/editor/partials/editor-controls.jsx @@ -4,7 +4,7 @@ import { Button } from '@/components/ui/button'; import { cn } from '@/lib/utils'; import { useMitt } from '@/plugins/MittContext'; import useVideoEditorStore from '@/stores/VideoEditorStore'; -import { Download, Edit3, Play, Square } from 'lucide-react'; +import { Download, Edit3, GraduationCap, Play, Share2, Square } from 'lucide-react'; const EditorControls = ({ className = '', onEditClick = () => {}, isEditActive = false }) => { const { videoIsPlaying } = useVideoEditorStore(); @@ -40,10 +40,6 @@ const EditorControls = ({ className = '', onEditClick = () => {}, isEditActive = 9:16 */} - {/* */} - + + + + ); };