feat: Introduce adult content browsing with dynamic tag management, aggregated categories, and a video content grid.

This commit is contained in:
kuekhaoyang
2025-11-29 22:39:45 +08:00
parent 7489ff6887
commit da36da655c
8 changed files with 702 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
import { Tag } from '@/components/home/SortableTag';
// 成人模式默认标签配置
// 现在完全由API动态获取,此处仅保留类型定义和Storage Key
export const ADULT_DEFAULT_TAGS: Tag[] = [];
export const ADULT_STORAGE_KEY = 'kvideo_adult_custom_tags';