diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 68cf488..b510e39 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -23,21 +23,11 @@ - - - - - - - - - - - - + + @@ -46,30 +36,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -90,16 +58,17 @@ @@ -127,7 +96,6 @@ - @@ -146,6 +114,20 @@ + + + + + + + + + @@ -198,16 +181,14 @@ + + + + + + - - - - - - + + - - + + - + - - + + - + - + - + @@ -299,55 +288,98 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - + + + + + + + - - + - + - - - - - + + - + - - + + - - + + diff --git a/cloud/app.js b/cloud/app.js index 147fa8a..8265538 100644 --- a/cloud/app.js +++ b/cloud/app.js @@ -10,7 +10,7 @@ app.use(express.bodyParser()); // 读取请求 body 的中间件 // 使用 Express 路由 API 服务 /hello 的 HTTP GET 请求 app.get('/hello', function (req, res) { - res.render('hello', { message: 'Congrats, you just set up your app!' }); + res.render('hello'); }); app.get('/test', function (req, res) { diff --git a/cloud/views/hello.ejs b/cloud/views/hello.ejs index f19cc80..9cc6bca 100644 --- a/cloud/views/hello.ejs +++ b/cloud/views/hello.ejs @@ -1 +1,11 @@ -<%= message %> + + + + + + + + + + + diff --git a/public/15d13901.gif b/public/15d13901.gif new file mode 100644 index 0000000..43d1f68 Binary files /dev/null and b/public/15d13901.gif differ diff --git a/public/1eb885ff.gif b/public/1eb885ff.gif new file mode 100644 index 0000000..ecd37b0 Binary files /dev/null and b/public/1eb885ff.gif differ diff --git a/public/3a161a95.gif b/public/3a161a95.gif new file mode 100644 index 0000000..3fb0c7a Binary files /dev/null and b/public/3a161a95.gif differ diff --git a/public/b939d2f.gif b/public/b939d2f.gif new file mode 100644 index 0000000..3c0d0cc Binary files /dev/null and b/public/b939d2f.gif differ