v0.2.3
What's Changed
- fix: exploit md5 hash to solve the limit of label on gitalk by @TonyXie30 in #41
- feat: sw 提示更新 by @D-Sketon in #42
- feat: 自动卸载sw by @D-Sketon 93ed2d9
- feat: quicklink by @D-Sketon in 578199d
New Contributors
- @TonyXie30 made their first contribution in #41
Full Changelog: v0.2.2...v0.2.3
特性
- 优化了 gitalk 评论系统,现在可以使用 md5 hash 来解决 gitalk 标签数量限制的问题
gitalk: md5: # true | false 是否使用 md5 hash
- 新增了 ServiceWorker 更新提示功能,现在在开启了 ServiceWorker 的情况下,当重新生成博客时会弹出弹窗提示用户更新
- 新增了 ServiceWorker 自动卸载功能,现在在关闭了 ServiceWorker 的情况下,当用户访问博客时会自动卸载旧有的 ServiceWorker
- 新增了 quicklink 功能,默认开启,打开后可以在用户停留在页面时预加载链接,提高用户体验
quicklink: enable: # true | false timeout: 3000 # 预加载超时时间 priority: true # 是否优先加载 ignores: [] # 忽略的链接,目前仅仅支持字符串