From 0dd7d8250241366c192aae971147db982b1499cb Mon Sep 17 00:00:00 2001 From: ct Date: Thu, 3 Jul 2025 04:01:44 +0800 Subject: [PATCH] Update --- .../js/modules/editor/partials/editor-controls.jsx | 10 +++++++--- resources/js/pages/home/home.tsx | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/resources/js/modules/editor/partials/editor-controls.jsx b/resources/js/modules/editor/partials/editor-controls.jsx index f79bd85..ed1dd14 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, GraduationCap, Play, Share2, Square } from 'lucide-react'; +import { Download, GraduationCap, Play, Square, SquarePen } from 'lucide-react'; const EditorControls = ({ className = '', onEditClick = () => {}, isEditActive = false }) => { const { videoIsPlaying } = useVideoEditorStore(); @@ -51,15 +51,19 @@ const EditorControls = ({ className = '', onEditClick = () => {}, isEditActive = className="h-12 w-12 rounded-full border shadow-sm" onClick={onEditClick} > - + - */} + +