mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-14 20:04:43 +08:00
feat: add filter
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -19,4 +19,11 @@ export const yellowWords = [
|
||||
'福利视频',
|
||||
'福利片',
|
||||
'写真热舞',
|
||||
'倫理片',
|
||||
'理论片',
|
||||
'韩国伦理',
|
||||
'港台三级',
|
||||
'电影解说',
|
||||
'伦理',
|
||||
'日本伦理',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user