瀏覽代碼

Add a link to ToS in Help

tags/v0.8.6^2
Vildravn 3 年之前
父節點
當前提交
98e3a89244
共有 2 個文件被更改,包括 12 次插入1 次删除
  1. +4
    -1
      src/client/ui/templates/help/styles.less
  2. +8
    -0
      src/client/ui/templates/help/template.html

+ 4
- 1
src/client/ui/templates/help/styles.less 查看文件

@@ -56,12 +56,15 @@
width: 70%;
max-width: 400px;
padding-left: 20px;

a {
color: @white;
}
}

}

}

}

.mobile .uiHelp {


+ 8
- 0
src/client/ui/templates/help/template.html 查看文件

@@ -39,6 +39,10 @@
<div class="topic">Who's Online</div>
<div class="desc">Hotkey: [O]</div>
</div>
<div class="row">
<div class="topic">Terms of Service</div>
<div class="desc">Click <a href="https://www.isleward.com/termsofservice/" target="_blank">this link</a> to read the Terms of Service</div>
</div>
<div class="row mobile">
<div class="topic">Movement</div>
<div class="desc">Touch and drag</div>
@@ -67,5 +71,9 @@
<div class="topic">Stats</div>
<div class="desc">Owl Spirits need Int to deal more damage. Lynxes need Dex and Bears need Str</div>
</div>
<div class="row mobile">
<div class="topic">Terms of Service</div>
<div class="desc">Tap <a href="https://www.isleward.com/termsofservice/" target="_blank">this link</a> to read the Terms of Service</div>
</div>
</div>
</div>

Loading…
取消
儲存