Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xujif/hexo-offline-tip
hexo 离线提示插件
https://github.com/xujif/hexo-offline-tip
Last synced: 17 days ago
JSON representation
hexo 离线提示插件
- Host: GitHub
- URL: https://github.com/xujif/hexo-offline-tip
- Owner: xujif
- Created: 2018-07-03T04:04:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T04:20:38.000Z (over 6 years ago)
- Last Synced: 2024-11-17T10:15:44.612Z (about 1 month ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)