From 4af02c6599c3c568449dba7d25f76c903e8c17b4 Mon Sep 17 00:00:00 2001 From: chenlinlin Date: Fri, 21 Feb 2025 11:27:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E4=B8=8E=E5=85=AC=E5=85=B1?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/App.vue | 87 + client/src/views/big-screen/bigdata.vue | 4464 +++++++++++++++++ client/src/views/big-screen/bigdataBack.vue | 3735 ++++++++++++++ client/src/views/common/MultipleFile.vue | 180 + client/src/views/common/MultiplePicture.vue | 177 + client/src/views/common/PictureView.vue | 39 + .../src/views/common/SignatureComponent.vue | 135 + 7 files changed, 8817 insertions(+) create mode 100644 client/src/views/App.vue create mode 100644 client/src/views/big-screen/bigdata.vue create mode 100644 client/src/views/big-screen/bigdataBack.vue create mode 100644 client/src/views/common/MultipleFile.vue create mode 100644 client/src/views/common/MultiplePicture.vue create mode 100644 client/src/views/common/PictureView.vue create mode 100644 client/src/views/common/SignatureComponent.vue diff --git a/client/src/views/App.vue b/client/src/views/App.vue new file mode 100644 index 0000000..c987999 --- /dev/null +++ b/client/src/views/App.vue @@ -0,0 +1,87 @@ + + + + + diff --git a/client/src/views/big-screen/bigdata.vue b/client/src/views/big-screen/bigdata.vue new file mode 100644 index 0000000..6e84299 --- /dev/null +++ b/client/src/views/big-screen/bigdata.vue @@ -0,0 +1,4464 @@ + + + + + diff --git a/client/src/views/big-screen/bigdataBack.vue b/client/src/views/big-screen/bigdataBack.vue new file mode 100644 index 0000000..8307c31 --- /dev/null +++ b/client/src/views/big-screen/bigdataBack.vue @@ -0,0 +1,3735 @@ + + + + + diff --git a/client/src/views/common/MultipleFile.vue b/client/src/views/common/MultipleFile.vue new file mode 100644 index 0000000..0390eac --- /dev/null +++ b/client/src/views/common/MultipleFile.vue @@ -0,0 +1,180 @@ + + + + + diff --git a/client/src/views/common/MultiplePicture.vue b/client/src/views/common/MultiplePicture.vue new file mode 100644 index 0000000..efb514e --- /dev/null +++ b/client/src/views/common/MultiplePicture.vue @@ -0,0 +1,177 @@ + + + + diff --git a/client/src/views/common/PictureView.vue b/client/src/views/common/PictureView.vue new file mode 100644 index 0000000..f7463c0 --- /dev/null +++ b/client/src/views/common/PictureView.vue @@ -0,0 +1,39 @@ + + + + + diff --git a/client/src/views/common/SignatureComponent.vue b/client/src/views/common/SignatureComponent.vue new file mode 100644 index 0000000..6d59da5 --- /dev/null +++ b/client/src/views/common/SignatureComponent.vue @@ -0,0 +1,135 @@ + + + + + \ No newline at end of file