所有文件提交

This commit is contained in:
2026-02-08 09:45:54 +08:00
parent 6ff595b84a
commit 46c8721ff0
30 changed files with 1607 additions and 110 deletions

View File

@@ -1,2 +1 @@
.category-lists!= list_categories()
<div id="categories-chart" data-parent="true" style="height: 300px; padding: 10px;"></div>
.category-lists!= list_categories()

View File

@@ -1,3 +1,2 @@
.tag-cloud-list.text-center
!=cloudTags({source: site.tags, orderby: page.orderby || 'random', order: page.order || 1, minfontsize: 1.2, maxfontsize: 1.5, limit: 0, unit: 'em'})
<div id="tags-chart" data-length="10" style="height: 300px; padding: 10px;"></div>
!=cloudTags({source: site.tags, orderby: page.orderby || 'random', order: page.order || 1, minfontsize: 1.2, maxfontsize: 1.5, limit: 0, unit: 'em', custom_colors: page.custom_colors})