diff --git a/src/App.svelte b/src/App.svelte index 7ee9775..5c044f0 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -189,6 +189,18 @@ {#each result.messages as message} {/each} + {:else if !loading && !error} +
+

搜索消息时,搜索字符串不区分简繁(会使用 OpenCC 自动转换),也不进行分词(请手动将可能不连在一起的词语以空格分开)。

+

搜索字符串支持以下功能:

+ +

人名补全支持上下方向键和 Alt+N/P 进行选择。

+
{/if} {#if loading}