From cb32217c05d5e3b9c404bd7f9b5a9ebe3f7ff2ca Mon Sep 17 00:00:00 2001 From: 18058587597 <1758621681@qq.com> Date: Wed, 27 Mar 2024 11:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=85=E6=B0=B4=E6=B9=BE=E8=AE=BF=E5=AE=A2?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .babelrc | 1 + .editorconfig | 1 + .gitignore | 1 + data.json | 1 + index.html | 2 ++ static/data.json | 1 + 6 files changed, 7 insertions(+) diff --git a/.babelrc b/.babelrc index 41789ca..1a07fad 100644 --- a/.babelrc +++ b/.babelrc @@ -2,4 +2,5 @@ "presets": ["es2015", "stage-2"], "plugins": ["transform-runtime"], "comments": false + } diff --git a/.editorconfig b/.editorconfig index 9d08a1a..38a1452 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,5 +5,6 @@ charset = utf-8 indent_style = space indent_size = 2 end_of_line = lf + insert_final_newline = true trim_trailing_whitespace = true diff --git a/.gitignore b/.gitignore index 92bbeb8..e7494be 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ node_modules/ resource/ dist/ npm-debug.log + .idea \ No newline at end of file diff --git a/data.json b/data.json index 995bc18..5c0d0ad 100644 --- a/data.json +++ b/data.json @@ -87,6 +87,7 @@ "icon": "http://fuss10.elemecdn.com/c/cd/c12745ed8a5171e13b427dbc39401jpeg.jpeg?imageView2/1/w/114/h/114", "image": "http://fuss10.elemecdn.com/c/cd/c12745ed8a5171e13b427dbc39401jpeg.jpeg?imageView2/1/w/750/h/750" }, + { "name": "扁豆焖面", "price": 14, diff --git a/index.html b/index.html index 4a9eb4c..1e17a65 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,10 @@ +