From d716a755e7d4666074a6bdc1f32e5b1f6890dcb3 Mon Sep 17 00:00:00 2001 From: "MSI\\2Fi" Date: Fri, 30 Aug 2024 14:56:17 +0800 Subject: [PATCH] Update Logo and server setting for deployment --- src/components/Logo/Logo.tsx | 376 ++++++++++++++++++++++++++-- src/components/Logo/Logo_Beria.tsx | 382 ----------------------------- src/components/Logo/Logo_demo.tsx | 44 ++++ src/i18n/zh/Invoice.json | 2 + 4 files changed, 403 insertions(+), 401 deletions(-) delete mode 100644 src/components/Logo/Logo_Beria.tsx create mode 100644 src/components/Logo/Logo_demo.tsx diff --git a/src/components/Logo/Logo.tsx b/src/components/Logo/Logo.tsx index 6005307..53f65b6 100644 --- a/src/components/Logo/Logo.tsx +++ b/src/components/Logo/Logo.tsx @@ -9,28 +9,366 @@ const Logo: React.FC = ({ width, height }) => { width={width} height={height} viewBox="0 0 600 160" - fill="none" xmlns="http://www.w3.org/2000/svg" > - - - + + diff --git a/src/components/Logo/Logo_Beria.tsx b/src/components/Logo/Logo_Beria.tsx deleted file mode 100644 index 53f65b6..0000000 --- a/src/components/Logo/Logo_Beria.tsx +++ /dev/null @@ -1,382 +0,0 @@ -interface Props { - width?: number; - height?: number; -} - -const Logo: React.FC = ({ width, height }) => { - return ( - - - - - - - - {/* */} - {/* - */} - - - - - - - - ); -}; - -export default Logo; diff --git a/src/components/Logo/Logo_demo.tsx b/src/components/Logo/Logo_demo.tsx new file mode 100644 index 0000000..6005307 --- /dev/null +++ b/src/components/Logo/Logo_demo.tsx @@ -0,0 +1,44 @@ +interface Props { + width?: number; + height?: number; +} + +const Logo: React.FC = ({ width, height }) => { + return ( + + + + + + + + + + + + + ); +}; + +export default Logo; diff --git a/src/i18n/zh/Invoice.json b/src/i18n/zh/Invoice.json index ff2a5b1..e2d6c74 100644 --- a/src/i18n/zh/Invoice.json +++ b/src/i18n/zh/Invoice.json @@ -3,6 +3,8 @@ "Invoice No": "發票編號", "Project Code": "項目代碼", "Stage": "階段", + "Edit": "編輯", + "Team": "隊伍", "Project Name": "項目名稱", "Issue Date": "發行日期從", "Issue Date To": "發行日期至",