演示文章:星标文章功能 功能说明 VuePress Theme Hope 支持星标文章功能,通过在文章的 frontmatter 中设置 star 属性,可以将文章标记为星标文章。 配置方式 --- title: 文章标题 date: 2026-01-18 # 设置为 true 或数字,数值大的会排列在前面 star: 100 --- LeetCode Solutions2026/1/18大约 2 分钟技术分享VuePress博客配置功能演示