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 @@ +