Show FAQ link on fatal error modal

This commit is contained in:
Pig Fang 2018-08-20 22:45:06 +08:00
parent e6d35dd400
commit 1275ca92e3
3 changed files with 11 additions and 2 deletions

View File

@ -160,3 +160,12 @@ input:-webkit-autofill {
border-top: 0; border-top: 0;
} }
} }
.modal-danger .modal-title small {
color: #fff;
a {
text-decoration: underline;
color: #fff;
}
}

View File

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

View File

@ -307,7 +307,7 @@ admin:
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: 取消