This commit is contained in:
杜恒
2021-04-01 13:58:02 +08:00
parent a8c87e941b
commit f8df5884c8
9 changed files with 90 additions and 14411 deletions

View File

@@ -209,7 +209,7 @@ document.addEventListener('DOMContentLoaded', () => {
url: $(item).attr('data-url'),
target: '_blank',
fontColor: colors[random(0, colors.length - 1)],
fontSize: random(15, 20)
fontSize: 15
});
});
$('.joe_aside__item-contain .tag').svg3DTagCloud({

File diff suppressed because one or more lines are too long