can show input fields

This commit is contained in:
2022-09-14 16:46:54 +02:00
parent 85a02e84d9
commit e33d734164
5 changed files with 53 additions and 15 deletions
+13 -4
View File
@@ -5,11 +5,20 @@
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>爱马仕约会</title>
<script src="./renderer.js"></script>
</head>
<body>
<h1>Hello World!</h1>
We are using Node.js <span id="node-version"></span>,
Chromium <span id="chrome-version"></span>,
and Electron <span id="electron-version"></span>.
<input type="number" id="start_number">开始联系人位置</input>
<input type="number" id="end_number">结束联系人位置</input>
<label name="store">目标商店</label>
<select name="store_list" id="store_selector">
<option value="faubourg">Hermès Faubourg Saint-Honoré</option>
<option value="georgev">Hermès George V</option>
<option value="sevres">Hermès Sèvres</option>
</select>
<br/>
<button id="start_book_btn">开始约会
</button>
</body>
</html>