This commit is contained in:
make
2025-05-02 12:04:24 +08:00
parent 7ec3ef4f38
commit 85f2ef5cb2
5 changed files with 389 additions and 24 deletions

View File

@@ -59,6 +59,33 @@ class StaticConfig
'total' => '总',
];
static $arrVideoLang = [
'hanyuputonghua' => '汉语普通话',
'yueyu' => '粤语',
'yingyu' => '英语',
'guoyu' => '国语',
];
static $arrVideoArea = [
'zhongguodalu' => '中国大陆',
'zhongguotaiwang' => '中国台湾',
'zhongguoxianggan' => '中国香港',
'meiguo' => '美国',
'yingguo' => '英国',
'faguo' => '法国',
'yindu' => '印度',
'riben' => '日本',
'taiguo' => '泰国',
];
static $arrVideoYear = [
];
// 'v_lang', # 视频的语言(如“中文”、“英语”)
// 'v_area', # 视频的地区(如“中国”、“美国”)
// 'v_year', # 视频的发行年份(如 2023
/**
* getNovelCategoryFilter
*