This commit fixes the issue where the unfavorite button and some other video-related buttons are unresponsive when the video card is displayed in the drawer.
* feat: video card open mode
* update
* update
* fix: non-homepage show the bewly homepage
* fix(video-card): click the more icon will trigger opening drawer effect
* feat(video-drawer): improve ui and functionally
* feat(i18n): add i18n support for video card link opening behavior setting
* chore: reorder settings
* chore: filter by title (wip)
* refactor: Update Input component to use defineModel for two-way binding
* chore(settings): add functionality to add, edit, and delete title filters
* chore: Refactor List and ListItem components for improved styling and functionality
* feat(home-settings): use grid layout for title filters
* feat(settings): implement filter by title && filter by user
* chore(list): update style
* feat: Implement case-insensitive filter functionality
* fix: filter by user not working
* feat: disable filter for followed user
* chore: fix typo
* feat: update ui
* chore: improve the filter descriptions and update styles
* chore: update code tag style
* fix(for-you): resolve scrolling issue (#964)
close#964
* chore: add i18n support for filter settings
* chore: update cantonese translation
* refactor: update localization strings for `FilterByUserTable` and `FilterByTitleTable`
* feat: support creative center dark mode
* feat: improve dark mode support for creative center
* chore: update --bew-filter-force-dark value in variables.scss
* feat: Add dark mode support for creative center page
* chore: remove unused imports in adaptedStyles/index.ts
* feat: Add filter options for view count and duration in settings
* chore: update styles && rename func.ts to useFilter.ts
* feat: Add scrollbar check to determine if the viewport has a scrollbar
* feat: app recommendation filters
* chore: update
* feat: i18n support
---------
Co-authored-by: pengyunfei <pengyunfei@360.cn>