From 5dd3458d6653a1181268b674362c5970e6f4cad2 Mon Sep 17 00:00:00 2001 From: keven1024 Date: Tue, 20 May 2025 11:02:17 +0800 Subject: [PATCH] feat(front): add TextShareView component for displaying file share information and preview functionality --- front/components/Share/TextShareView.vue | 87 ++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 front/components/Share/TextShareView.vue diff --git a/front/components/Share/TextShareView.vue b/front/components/Share/TextShareView.vue new file mode 100644 index 0000000..67a1813 --- /dev/null +++ b/front/components/Share/TextShareView.vue @@ -0,0 +1,87 @@ + + \ No newline at end of file