From f250deb2bb569f01237a1e38cbde97d2282b17e1 Mon Sep 17 00:00:00 2001 From: SunWuyuan Date: Fri, 29 Aug 2025 16:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/index.ejs | 95 ------------------------------------------------- 1 file changed, 95 deletions(-) diff --git a/views/index.ejs b/views/index.ejs index 96faec2..2a44d54 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -20,37 +20,6 @@ border-radius: 5px; margin-bottom: 20px; } - .form-section { - background-color: #f0f8ff; - padding: 20px; - border-radius: 5px; - margin-top: 30px; - } - textarea { - width: 100%; - height: 200px; - margin-bottom: 10px; - font-family: monospace; - } - button { - padding: 10px 15px; - background-color: #4CAF50; - color: white; - border: none; - border-radius: 4px; - cursor: pointer; - } - button:hover { - background-color: #45a049; - } - #response { - white-space: pre-wrap; - background-color: #f5f5f5; - padding: 15px; - border-radius: 5px; - margin-top: 20px; - font-family: monospace; - } @@ -62,70 +31,6 @@
<%= readmeValue.readme %>
- -
-

批量数据导入测试

-
-
- - - -
-
- - -
- -
-
-

响应结果:

-

-    
-
- - \ No newline at end of file