♻️ 帖子文本解析部分重构

This commit is contained in:
目棃
2024-04-07 14:31:43 +08:00
parent 74eb612d72
commit f50398f6e3
14 changed files with 121 additions and 89 deletions

View File

@@ -103,7 +103,6 @@ function onCancel() {
visible.value = false;
}
// todo 存在 bug点击成就标题时可能会没有效果
async function searchDirect(word: string): Promise<void> {
await TGLogger.Info(`[ToAchiInfo][${props.data?.id}][Search] 查询 ${word}`);
search.value = word;