Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xujif/hexo-offline-tip

hexo 离线提示插件
https://github.com/xujif/hexo-offline-tip

Last synced: 17 days ago
JSON representation

hexo 离线提示插件

Awesome Lists containing this project

README

        

## show hexo offline tips (in pwa mode)

### install
```
npm install hexo-offline-tip
```
or with yarn
```
yarn add hexo-offline-tip
```

### config
```
offline_tips:
enable: true
options: # optional
toastText: 'your network is offline', # optional tip text
toastStyle: # optional style eg. 'color: red'
```

# demo
![demo image](https://raw.githubusercontent.com/xujif/hexo-offline-tip/master/demo/offline.png)