cyp/app/js/conf.js

5 lines
173 B
JavaScript
Raw Normal View History

2020-12-26 03:53:59 +08:00
export const artSize = 96 * (window.devicePixelRatio || 1);
2019-04-01 21:26:14 +08:00
export const ytPath = "_youtube";
2020-03-18 05:02:12 +08:00
export let ytLimit = 3;
export function setYtLimit(limit) { ytLimit = limit; }