chore: first commit

This commit is contained in:
Han Xiao 2025-01-31 18:50:52 +08:00
parent 98a3e033fb
commit 679bc11c3a

View File

@ -483,7 +483,7 @@ But then you realized you have asked them before. You decided to to think out of
description: r.description,
}));
for (const r of minResults) {
allURLs[r.url] = r.title;
allURLs[r.url] = r.title + ' - ' + r.description;
}
searchResults.push({query, results: minResults});
allKeywords.push(query);