feat: add filter

This commit is contained in:
shinya
2025-08-22 23:42:30 +08:00
parent e1bd80436c
commit 31cd866a15
2 changed files with 8 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ export default function SearchSuggestions({
return (
<div
ref={containerRef}
className='absolute top-full left-0 right-0 z-50 mt-1 bg-white dark:bg-gray-800 rounded-lg shadow-lg border border-gray-200 dark:border-gray-700 max-h-80 overflow-y-auto'
className='absolute top-full left-0 right-0 z-[600] mt-1 bg-white dark:bg-gray-800 rounded-lg shadow-lg border border-gray-200 dark:border-gray-700 max-h-80 overflow-y-auto'
>
{suggestions.map((suggestion) => (
<button

View File

@@ -19,4 +19,11 @@ export const yellowWords = [
'福利视频',
'福利片',
'写真热舞',
'倫理片',
'理论片',
'韩国伦理',
'港台三级',
'电影解说',
'伦理',
'日本伦理',
];