Revert "feat: try to index readme.md at front-cluster"

This reverts commit 466e474fbb.
This commit is contained in:
root 2021-07-05 18:07:30 +08:00
parent 466e474fbb
commit bf2ff67cfa

View File

@ -363,7 +363,6 @@ function onExecuteResult(obj) {
var sytleTail = "未知格式";
if (data.result instanceof Object) {
sytleTail = "JSON格式";
data.result = JSON.stringify(data.result);
} else if (typeof data.result == 'string') {
styleTail = "字符串格式";
} else if (typeof data.result == 'boolean'){