1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
| { container: "you needn't set this", autoplay: 'autoplay', theme: 'theme', loop: 'loop', lang: 'lang', screenshot: 'screenshot', hotkey: 'hotkey', preload: 'preload', logo: 'logo', volume: 'volume', mutex: 'mutex', video: { url: 'url', pic: 'pic', thumbnails: 'thumbnails', type: 'vidtype', }, subtitle: { url: 'suburl', type: 'subtype', fontSize: 'subsize', bottom: 'subbottom', color: 'subcolor', }, danmaku: { id: 'id', api: 'api', token: 'token', maximum: 'maximum', addition: ['addition'], user: 'dmuser', unlimited: 'dmunlimited', }, icons: 'icons', contextmenu: 'menu' }
|