• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!-- Copyright (c) 2023 Unionman Technology Co., Ltd.
2Licensed under the Apache License, Version 2.0 (the "License");
3you may not use this file except in compliance with the License.
4You may obtain a copy of the License at
5http://www.apache.org/licenses/LICENSE-2.0
6Unless required by applicable law or agreed to in writing, software
7distributed under the License is distributed on an "AS IS" BASIS,
8WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9See the License for the specific language governing permissions and
10limitations under the License. -->
11
12<!DOCTYPE html>
13<html lang="en">
14  <head>
15    <title>OTA Web</title>
16    <meta charset="utf-8" />
17    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
18    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
19    <style>
20      #container { margin-right: auto; margin-left: auto; max-width: 480px; }
21      #info { background: #e0f0f0; border-radius: .5em; padding: 2em;  }
22      #wrapper { margin-top: 1em; }
23    </style>
24<!DOCTYPE html>
25<html>
26<head>
27  <style>
28    /* 对齐所有文本输入框 */
29    input[type="text"] {
30      width: 100%; /* 输入框宽度设置为100%以填充其容器 */
31      padding: 5px; /* 可根据需要进行调整 */
32      margin-bottom: 10px; /* 可根据需要进行调整 */
33    }
34  </style>
35</head>
36<body>
37  <div id="container">
38    <div id="info">
39      系统升级管理系统
40    </div>
41    <div id="wrapper">
42      <form action="/api/upload" method="post" enctype="multipart/form-data">
43        <input type="file" name="file1" /> <br>
44        版本名称:<input type="text" name="versionName" value="" /> <br>
45        SHA256(暂无检测): <input type="text" name="verifyInfo" value=""  /> <br>
46        更新包大小单位B: <input type="text" name="size" value=""  /> <br>
47        更新信息,选择app升级该栏填写无效: <input type="text" name="content" value=""  /> <br>
48		app升级还是系统升级,app升级填入app,系统升级填入system: <input type="text" name="app升级还是系统升级AppSystem" value=""  /> <br>
49        <button type="submit">submit form</button>
50      </form>
51    </div>
52  </div>
53</body>
54</html>
55  </script>
56</html>
57