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