diff --git a/src/filters/mediaLibrary/videoList.js b/src/filters/mediaLibrary/videoList.js index e6860b7..6c6be01 100644 --- a/src/filters/mediaLibrary/videoList.js +++ b/src/filters/mediaLibrary/videoList.js @@ -235,6 +235,8 @@ export function changeLocation(val) { return '漫画' case 6: return '小说' + case 14: + return '瑟图' } } @@ -263,7 +265,12 @@ export function locationList() { { label: '小说', value: 6 - } + }, + { + label: '涩图', + value: 14 + }, + ] } export function videoLocationList() {