diff --git a/index.html b/index.html new file mode 100644 index 0000000..d9839bf --- /dev/null +++ b/index.html @@ -0,0 +1,1651 @@ + + + + + 今天吃什么 - 随机菜单抽取器 + + + + + + + + + + + + + + + +
+ + + + + + + +
+
+
+

+ 菜品管理 +

+
+ + + + + +
+
+ + + + + + +
+
+ + +
+
+
+

+ 菜单列表 +

+
+
+ + +
+ +
+
+ + + +
+
+ 共 0 个菜品 +
+
+
+
+ + +
+
+

+ 随机抽取 +

+ +
+ +
+
+
+
+ + 转盘 +
+
+ +
+
+ +
+
+ +
+ + + +
+
+ +
+ +
+ + +
+
+
+
+ + +
+
+

抽取结果

+ +
+ +
+ +

点击上方按钮开始抽取

+
+ + + +
+ +
+ + +
+
+ + +
+

+ 历史记录 +

+
+ +
+ 暂无历史记录 +
+
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/menu.json b/menu.json new file mode 100644 index 0000000..3259ce0 --- /dev/null +++ b/menu.json @@ -0,0 +1,62 @@ +[ + { + "name": "宫保鸡丁", + "category": "荤菜", + "note": "经典川菜,口味麻辣" + }, + { + "name": "西红柿炒鸡蛋", + "category": "素菜", + "note": "家常菜,酸甜可口" + }, + { + "name": "红烧肉", + "category": "荤菜", + "note": "传统名菜,肥而不腻" + }, + { + "name": "麻婆豆腐", + "category": "素菜", + "note": "川菜代表,麻辣鲜香" + }, + { + "name": "糖醋排骨", + "category": "荤菜", + "note": "酸甜口味,开胃下饭" + }, + { + "name": "清炒西兰花", + "category": "素菜", + "note": "营养健康,清淡爽口" + }, + { + "name": "鱼香肉丝", + "category": "荤菜", + "note": "川菜,酸甜辣口味" + }, + { + "name": "酸辣土豆丝", + "category": "素菜", + "note": "家常菜,酸辣开胃" + }, + { + "name": "番茄蛋汤", + "category": "汤品", + "note": "酸甜开胃,营养丰富" + }, + { + "name": "米饭", + "category": "主食", + "note": "传统主食" + }, + { + "name": "馒头", + "category": "主食", + "note": "北方传统面食" + }, + { + "name": "面条", + "category": "主食", + "note": "传统面食" + } +] \ No newline at end of file