From 754985d11c1b4df497b4c7170663164bc32f97d2 Mon Sep 17 00:00:00 2001 From: 91771 Date: Wed, 17 Sep 2025 15:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=AA=E9=99=A4=20index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 289 ----------------------------------------------------- 1 file changed, 289 deletions(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index 5839aa9..0000000 --- a/index.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - 公司內部訂餐系統 - - - - - - - -
-
-

- - 今日菜單 -

-

選擇您喜愛的餐點,享受美味時光

-
- - {% if menu_items %} - {% set categories = menu_items|map(attribute='category')|unique|list %} - - {% for category in categories %} -
-

- - {{ category }} -

-
- -
- {% for item in menu_items if item.category == category %} -
-
- {{ item.name }} -
-
{{ item.name }}
-

{{ item.description }}

-
- ${{ "%0.2f"|format(item.price) }} - -
-
-
-
- {% endfor %} -
- {% endfor %} - {% else %} -
- -

暫無菜單資料

-

請聯繫管理員更新菜單

- - - 初始化菜單 - -
- {% endif %} -
- - - - - -
- -
- - - - - \ No newline at end of file