debug
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user