From 64d758de0daedc4252701ad5314d09c754f784f4 Mon Sep 17 00:00:00 2001 From: Suwings Date: Fri, 12 Feb 2021 12:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20EULA=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=90=8C=E6=84=8F=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/template/component/newserverx.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/public/template/component/newserverx.html b/public/template/component/newserverx.html index f9bf4093..71a9eb45 100644 --- a/public/template/component/newserverx.html +++ b/public/template/component/newserverx.html @@ -38,6 +38,13 @@ text-align: right; overflow: hidden; } + + .PAGE_info { + text-align: center; + color: #b8b8b8; + margin: 8px 0px 0px 0px; + font-size: 12px; + }
@@ -70,6 +77,9 @@
+

+ 控制面板将会自动生成 eula.txt ,这将表明你已知晓并且同意 eula 协议。 +

@@ -183,7 +193,8 @@
启动命令 - +
运行目录: {{serverCwd}}
@@ -318,5 +329,5 @@ }); }); - MI.rListener("onend", function () {}); - + MI.rListener("onend", function () { }); + \ No newline at end of file