Hexo NexT PWA
安装
yarn add @jiangtj/hexo-next-pwa
需要: hexo5 +或/主题
配置
我添加了一些默认配置,请参见
pwa :
# Generate manifest.json
manifest :
path : /manifest.json
# See https://developer.mozilla.org/zh-CN/docs/Web/Manifest
body :
# name: Blog
# short_name: dnocm
# lang: zh-CN
# display: standalone
# background_color: "#ecedee"
# theme_color: "#414852"
# i
1