From bae31805b7cca9d7623730f0566481525cea4a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=A6=E5=87=8C=E6=B1=90?= Date: Thu, 17 Oct 2024 18:52:26 +0800 Subject: [PATCH 1/2] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fae17b5 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Uptimeow + +轻量级的Bukkit服务器在线状态监控面板,带有警报功能 + +仍处于早期阶段 + +查看示例:[Demo](https://uptimeow.meowdream.cn) From f04c1467b70966ce48434619a6f34bc5fd22ea5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=A6=E5=87=8C=E6=B1=90?= Date: Thu, 17 Oct 2024 19:00:37 +0800 Subject: [PATCH 2/2] Create .gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b3d24d9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.css linguist-language=go