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'] { td[class='key'], td[class='value'] {
border-top: 0 !important; border-top: 0 !important;
} }
.modal-danger .modal-title small {
color: #fff;
a {
text-decoration: underline;
color: #fff;
}
}

View File

@ -199,7 +199,7 @@
general: { general: {
skin: 'Skin', skin: 'Skin',
cape: 'Cape', 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?', confirmLogout: 'Sure to log out?',
confirm: 'OK', confirm: 'OK',
cancel: 'Cancel', cancel: 'Cancel',

View File

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