add new service install tip in Chinese

This commit is contained in:
chenbaiyu
2022-01-14 18:28:39 +08:00
parent d5286782cd
commit d0ca9de946
7 changed files with 7 additions and 5 deletions

View File

@@ -342,6 +342,7 @@ div.trust-me > div:nth-child(1) {
}
div.trust-me > div:nth-child(2) {
text-align: center;
font-size: 0.9em;
margin-bottom: 1em;
}

View File

@@ -543,7 +543,7 @@ class ModifyDefaultLogin: Reactor.Component {
function watch_trust() {
// not use TrustMe::update, because it is buggy
var trusted = handler.is_process_trusted(false);
var trusted = handler.is_process_trusted(false) && handler.is_installed_daemon(false);
var el = $(div.trust-me);
if (el) {
el.style.set {