From 323322eb3a384d4be5f9e18c3bfb1bb09133fc2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E4=BD=A9=E5=BA=AD?= Date: Thu, 7 Aug 2025 15:42:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E5=82=B3=E6=AA=94=E6=A1=88=E5=88=B0?= =?UTF-8?q?=E3=80=8Ctemplates=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 118 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 templates/index.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..2518939 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,118 @@ + + + + + + Excel 檔案處理引擎 + + + + +
+

Safe launch 報告轉換

+

上傳SPC的Raw data (.xls/.xlsx),系統將自動化執行數據轉換與統計。

+
+
+ + +
+ +
+ {% with messages = get_flashed_messages() %} + {% if messages %} + + {% endif %} + {% endwith %} +
+ + + + +