Show FAQ link on fatal error modal

This commit is contained in:
printempw 2018-08-14 17:26:40 +08:00
parent 375d821fbd
commit be6a2fe873
3 changed files with 11 additions and 2 deletions

View File

@ -215,3 +215,12 @@ input:-webkit-autofill {
td[class='key'], td[class='value'] {
border-top: 0 !important;
}
.modal-danger .modal-title small {
color: #fff;
a {
text-decoration: underline;
color: #fff;
}
}

View File

@ -199,7 +199,7 @@
general: {
skin: 'Skin',
cape: 'Cape',
fatalError: 'Fatal Error (Please contact the author)',
fatalError: 'Fatal Error <small>(Please read the <a target="_blank" href="https://github.com/printempw/blessing-skin-server/wiki/FAQ">FAQ</a> before asking questions)</small>',
confirmLogout: 'Sure to log out?',
confirm: 'OK',
cancel: 'Cancel',

View File

@ -201,7 +201,7 @@
general: {
skin: '皮肤',
cape: '披风',
fatalError: '严重错误(请联系作者)',
fatalError: '严重错误<small>(提问前请先查阅 <a target="_blank" href="https://github.com/printempw/blessing-skin-server/wiki/FAQ">常见问题</a></small>',
confirmLogout: '确定要登出吗?',
confirm: '确定',
cancel: '取消',