Show FAQ link on fatal error modal
This commit is contained in:
parent
375d821fbd
commit
be6a2fe873
|
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
|
|
@ -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: '取消',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user