chore: first commit

This commit is contained in:
Han Xiao 2025-02-02 18:53:06 +08:00
parent 8c8484593f
commit d063ad5f53

View File

@ -505,7 +505,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 + ' - ' + r.description;
allURLs[r.url] = r.title;
}
searchResults.push({query, results: minResults});
allKeywords.push(query);