From 921fa12dd7aac71fd3525f3cc5bb0c4bd0eb1a10 Mon Sep 17 00:00:00 2001 From: violet-dev Date: Sun, 15 Oct 2023 15:17:26 +0900 Subject: [PATCH] msg: update new features --- lib/pages/main/info/lab/search_message.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/main/info/lab/search_message.dart b/lib/pages/main/info/lab/search_message.dart index bd366fc3e..241f107b0 100644 --- a/lib/pages/main/info/lab/search_message.dart +++ b/lib/pages/main/info/lab/search_message.dart @@ -288,7 +288,7 @@ class _LabSearchMessageState extends State { Container(width: 8), DropdownButtonHideUnderline( child: DropdownButton( - items: ['Contains', 'Similar'] + items: ['Contains', 'Similar', 'LCS'] .map((e) => DropdownMenuItem(value: e, child: Text(e))) .toList(), value: selected, @@ -404,7 +404,7 @@ class _LabSearchMessageState extends State { onPressed: () async { await showOkDialog( context, - '대사를 검색해 작품을 찾아보세요! 현재 2021.12.31까지 업로드된 작품들을 지원됩니다.', + '대사를 검색해 작품을 찾아보세요! 현재 2023.09.30까지 업로드된 작품들을 지원됩니다.', '대사 검색기'); }, ),