Skip to content

Commit 40834ba

Browse files
committed
Add navigator mode link
1 parent b2116c2 commit 40834ba

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

pyarmor/ask/en/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
<div class="card border-light mx-5 my-2">
1313
<div class="card-body">
1414
<h5 class="card-title">Ask Pyarmor</h5>
15-
<button class="btn btn-light btn-sm zh">中文</button>
15+
<button class="btn btn-light zh">中文</button>
16+
<a href="../../learn/en/ask.html#ask"
17+
class="btn btn-light mx-5">Navigation Mode</a>
18+
<button class="btn btn-light" disabled>Talk Mode</button>
1619
</div>
1720
</div>
1821

pyarmor/ask/zh/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
<div class="card border-light mx-5 my-2">
1313
<div class="card-body">
1414
<h5 class="card-title">Pyarmor 解惑</h5>
15-
<button class="btn btn-light btn-sm en">English</button>
15+
<button class="btn btn-light en">English</button>
16+
<a href="../../learn/zh/ask.html#ask"
17+
class="btn btn-light mx-5">导航模式</a>
18+
<button class="btn btn-light" disabled>对话模式</button>
1619
</div>
1720
</div>
1821
<div class="card mx-5 my-3">

0 commit comments

Comments
 (0)