Skip to content

Commit 3ad84b2

Browse files
committed
Imporve UI
Signed-off-by: Michael Yuan <[email protected]>
1 parent 496b812 commit 3ad84b2

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

setup/index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,14 @@ <h2 class="card-title text-2xl">Setup EchoKit via Bluetooth</h2>
3737

3838
<div class="card bg-base-100 border border-base-300">
3939
<div class="card-body">
40-
<h3 class="card-title text-lg" id="ssidTitle">WiFi Network (MUST be 2.4GHz)</h3>
40+
<h3 class="card-title text-lg" id="ssidTitle">WiFi (MUST be 2.4GHz)</h3>
4141
<label class="form-control">
4242
<div class="label">
4343
<span class="label-text">Network Name</span>
4444
</div>
4545
<input type="text" id="ssidInput" placeholder="WiFi network name SSID"
4646
class="input input-bordered w-full">
4747
</label>
48-
</div>
49-
</div>
50-
51-
<div class="card bg-base-100 border border-base-300">
52-
<div class="card-body">
53-
<h3 class="card-title text-lg" id="passTitle">WiFi Password</h3>
5448
<label class="form-control">
5549
<div class="label">
5650
<span class="label-text">Password</span>

setup/index_zh.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,21 @@ <h2 class="card-title text-2xl">蓝牙控制面板</h2>
3737

3838
<div class="card bg-base-100 border border-base-300">
3939
<div class="card-body">
40-
<h3 class="card-title text-lg" id="ssidTitle">Wi-Fi 网络(必须是2.4GHz)</h3>
40+
<h3 class="card-title text-lg" id="ssidTitle">Wi-Fi(必须是2.4GHz)</h3>
4141
<label class="form-control">
4242
<div class="label">
43-
<span class="label-text">网络名字</span>
43+
<span class="label-text">网络名 (SSID)</span>
4444
</div>
4545
<input type="text" id="ssidInput" placeholder="输入SSID" class="input input-bordered w-full">
4646
</label>
47-
</div>
48-
</div>
49-
50-
<div class="card bg-base-100 border border-base-300">
51-
<div class="card-body">
52-
<h3 class="card-title text-lg" id="passTitle">密码设置</h3>
5347
<label class="form-control">
5448
<div class="label">
5549
<span class="label-text">密码</span>
5650
</div>
5751
<input type="password" id="passInput" placeholder="输入密码" class="input input-bordered w-full">
5852
</label>
5953
</div>
54+
</div>
6055
</div>
6156

6257
<div class="card bg-base-100 border border-base-300">

0 commit comments

Comments
 (0)