Add: log viewer

This commit is contained in:
cutls
2019-10-31 01:00:06 +09:00
parent 2fd45f9e31
commit 9977c009e0
7 changed files with 48 additions and 13 deletions

View File

@@ -842,8 +842,8 @@
class="material-icons">recent_actors</i><span>@@directory@@</span></div>
<div class="waves-effect" onclick="filterMenu()" id="filterMenu"><i
class="material-icons">filter_list</i><span>@@filter@@</span></div>
<div class="waves-effect" onclick="help()"><i
class="material-icons">help_outline</i><span>@@help@@</span></div>
<div class="waves-effect" onclick="help()" id="helpMenu"><i
class="material-icons">help_outline</i><span>@@helpAndLogs@@</span></div>
<div class="waves-effect" onclick="location.href='index.html'"><i
class="material-icons">refresh</i><span>@@f5@@</span></div>
</div>
@@ -1042,6 +1042,12 @@
id="add-filter-btn">@@add@@</button><br>
<span class="sml">@@warnOnIntegratedTL@@</span>
</div>
<!--ヘルプとログ-->
<div id="help-box" class="hide menu-content">
<a href="https://docs.thedesk.top" class="btn waves-effect" style="width:97.5%;">@@help@@</a><br>
@@contactwithlog@@<br>
<textarea id="logs" style="height:250px;"></textarea><br>
</div>
</div>
</div>
<a onclick="about()" class="nex waves-effect">

View File

@@ -162,7 +162,9 @@
"clockTips":"Clock",
"ramTips":"RAM status",
"changeTips":"Change Tips",
"helpAndLogs":"Help & Log",
"help":"Help",
"contactwithlog":"If you tell me bugs(not working or something) with this log, I can detect what is wrong more easily.",
"about":"About TheDesk",
"hereAddColumns":"<- Add TL",
"show": "Show",

View File

@@ -162,7 +162,9 @@
"clockTips":"時計",
"ramTips":"システムメモリ容量",
"changeTips":"Tips変更",
"helpAndLogs":"ヘルプとログ",
"help":"ヘルプ",
"contactwithlog":"不具合等のお問合わせは以下のログから発生時刻付近のものを集めてご連絡いただけるとスムーズになるかもしれません。また、このメニューウィンドウ全体を横に引き伸ばすとログが見やすくなります。",
"about":"このソフトについて",
"hereAddColumns":"←ここからTL追加",
"show": "表示",