Skip to content

Commit

Permalink
msg: update new features
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Oct 15, 2023
1 parent ae1668c commit 921fa12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pages/main/info/lab/search_message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class _LabSearchMessageState extends State<LabSearchMessage> {
Container(width: 8),
DropdownButtonHideUnderline(
child: DropdownButton(
items: ['Contains', 'Similar']
items: ['Contains', 'Similar', 'LCS']
.map((e) => DropdownMenuItem(value: e, child: Text(e)))
.toList(),
value: selected,
Expand Down Expand Up @@ -404,7 +404,7 @@ class _LabSearchMessageState extends State<LabSearchMessage> {
onPressed: () async {
await showOkDialog(
context,
'대사를 검색해 작품을 찾아보세요! 현재 2021.12.31까지 업로드된 작품들을 지원됩니다.',
'대사를 검색해 작품을 찾아보세요! 현재 2023.09.30까지 업로드된 작품들을 지원됩니다.',
'대사 검색기');
},
),
Expand Down

0 comments on commit 921fa12

Please sign in to comment.