update docs

This commit is contained in:
crazywhalecc
2020-12-23 16:14:59 +08:00
parent 1f9c5eeeb4
commit b0054d7884
6 changed files with 356 additions and 4 deletions

View File

@@ -78,6 +78,8 @@ setTimeout(() => {
' <img class="doc-chat-avatar" src="https://docs-v1.zhamao.xin/logo.png" alt=""/>\n' +
' <div class="doc-chat-box doc-chat-box-robot">' + j.substr(2) + '</div>\n' +
' </div>';
} else if (j.substr(0, 2) === '^ ') {
final += '<div class="doc-chat-row doc-chat-banner">' + j.substr(2) + '</div>';
}
}
i.innerHTML = final;