This commit is contained in:
杜恒
2021-01-25 12:30:39 +08:00
parent fd21fc6a49
commit 6fea990824
7 changed files with 157 additions and 9 deletions

View File

@@ -27,6 +27,15 @@ document.addEventListener('DOMContentLoaded', () => {
});
}
/* 动态背景 */
{
if (!Joe.IS_MOBILE) {
if (Joe.DYNAMIC_BACKGROUND !== 'off' && Joe.DYNAMIC_BACKGROUND && !Joe.WALLPAPER_BACKGROUND_PC) {
$.getScript(`https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/backdrop/${Joe.DYNAMIC_BACKGROUND}`);
}
}
}
/* 激活全局下拉框功能 */
{
$('.joe_dropdown').each(function (index, item) {