找到“站点目录/vendor/flarum/core/js/dist/forum.js”,搜索“MMMM YYYY”,将format("MMMM YYYY")修改为format("ll"),搜索“D MMM”,将e.format("D MMM"):e.format("MMM 'YY")修改为e.format("ll"):e.format("ll")…
自定义 CSS 样式: /* 固定左侧标签栏 */ @media (min-width:992px) { .sideNav, .sideNav>ul { width: 190px; position: sticky; top: 80px; } .App { overflow-x: visible; } /* 版块页不受影响 */ .Categ…