From 0a9dc1388d08896bee52876c9f7c2b3749fe0cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E8=B6=A3=E4=BF=9D=E7=BD=97?= Date: Tue, 2 Aug 2022 22:55:04 +0800 Subject: [PATCH] Feat: Fallback Page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加服务关闭页面 --- failback.html | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 5 +++- 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 failback.html diff --git a/failback.html b/failback.html new file mode 100644 index 0000000..d9eac7d --- /dev/null +++ b/failback.html @@ -0,0 +1,63 @@ + + + + + + 遇到了点问题 + + + + +
+
+

:<

+

可能是保罗正在维护中

+

又或许是运行过程遇到了 Bug,请耐心等候恢复

+ 探索作者主页 +
+
+ + diff --git a/package.json b/package.json index 10827c0..5df8171 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "scripts": { "start": "hooks start", "dev": "hooks dev", - "build": "hooks build" + "build": "hooks build", + "db-seed": "prisma db seed", + "db-pull": "prisma db pull", + "db-push": "prisma db push" }, "dependencies": { "@midwayjs/hooks": "^3.0.0",