增加反馈链接

This commit is contained in:
枫谷剑仙 2022-12-19 20:09:20 +08:00
parent 16b6806200
commit 7fe684b515
6 changed files with 15 additions and 3 deletions

View File

@ -12,7 +12,10 @@
content: "正在准備截圖,請稍後……";
}
.help-link::before{
content: "ℹ️幫助和提示";
content: "\f05a 幫助和提示";
}
.feedback-link::before{
content: "\f4ad 反饋";
}
.monster.delay::before{
content: "應 對\A威 嚇";

View File

@ -12,7 +12,10 @@
content: "正在准备截图,请稍候……";
}
.help-link::before{
content: "ℹ️帮助和提示";
content: "\f05a 帮助和提示";
}
.feedback-link::before{
content: "\f4ad 反馈";
}
.monster.delay::before{
content: "应 对\A威 吓";

View File

@ -55,6 +55,7 @@ var formation = new Formation(teamsCount,5);
<label class="datasource-label"><select class="datasource"></select></label>
<button onclick="loadData(true);" class="datasource-updatetime" title="强制刷新数据"></button>
<a class="help-link" target="_blank" href="doc/index.html"></a>
<a class="feedback-link" target="_blank" href="https://github.com/Mapaler/PADDashFormation/issues"></a>
</div>
<div>
<button class="btn-clear-data" onclick="clearData();"></button>

View File

@ -39,6 +39,7 @@ var formation = new Formation(teamsCount,6);
<label class="datasource-label"><select class="datasource"></select></label>
<button onclick="loadData(true);" class="datasource-updatetime" title="强制刷新数据"></button>
<a class="help-link" target="_blank" href="doc/index.html"></a>
<a class="feedback-link" target="_blank" href="https://github.com/Mapaler/PADDashFormation/issues"></a>
</div>
<div>
<button class="btn-clear-data" onclick="clearData();"></button>

View File

@ -77,7 +77,10 @@ details>summary {
cursor: pointer;
}
.help-link::before{
content: "Help & Tips";
content: "\f05a Help & Tips";
}
.feedback-link::before{
content: "\f4ad Feedback";
}
#rich-text-tools {

View File

@ -49,6 +49,7 @@ var formation = new Formation(teamsCount,6);
<label class="datasource-label"><select class="datasource"></select></label>
<button onclick="loadData(true);" class="datasource-updatetime" title="强制刷新数据"></button>
<a class="help-link" target="_blank" href="doc/index.html"></a>
<a class="feedback-link" target="_blank" href="https://github.com/Mapaler/PADDashFormation/issues"></a>
</div>
<div>
<button class="btn-clear-data" onclick="clearData();"></button>