视频背景
主题设置-自定义body标签
<video autoplay muted loop style="opacity: 0.5;position: fixed;right: 0;bottom: 0;min-width: 100%;min-height: 100%;z-index: -1;"><source src="https://xxx.mp4" type="video/mp4"></video>
顶部视频
主题设置-自定义JS
$('.cat_top').prepend('<video autoplay muted loop style="position: absolute; inset: 0; height: 100%; width: 100%; object-fit: cover; z-index: -1; border-radius: var(--radius);"><source src="https://xxx.mp4" type="video/mp4"></video>');
菜单和分类添加emoji图标
主题设置-自定义CSS
.goto_indexpage .title:before {
content: "🏠";
}
.category_menu .title:before {
content: "🍰";
}