[fix] fix tokenizer problem

This commit is contained in:
PrinOrange
2024-08-12 10:57:33 +08:00
parent fb87786f2f
commit 8916bd99d2
3 changed files with 93 additions and 54 deletions

View File

@@ -1,5 +1,6 @@
export type TSearchResultItem = {
id: string;
title: string;
summary: string | null;
tags: string[] | null;
};