From e76e79a1469b78a4ed7ec733170c5ba96e46102f Mon Sep 17 00:00:00 2001 From: jdysya <1912377458@qq.com> Date: Sat, 15 Feb 2025 12:17:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(gateway):=20=E6=B7=BB=E5=8A=A0=E7=BD=91?= =?UTF-8?q?=E5=85=B3=E6=9C=8D=E5=8A=A1=E5=9F=BA=E7=A1=80=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 main.go 文件,定义网关服务的入口 - 创建 login.html 模板文件,用于用户登录界面 --- gateway/main.go | 1 + gateway/templates/login.html | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 gateway/main.go create mode 100644 gateway/templates/login.html diff --git a/gateway/main.go b/gateway/main.go new file mode 100644 index 0000000..fa0ed3c --- /dev/null +++ b/gateway/main.go @@ -0,0 +1 @@ +package gateway diff --git a/gateway/templates/login.html b/gateway/templates/login.html new file mode 100644 index 0000000..4bdcfcb --- /dev/null +++ b/gateway/templates/login.html @@ -0,0 +1,10 @@ + + +
+ +