Compare commits
1 commit
develop
...
QingWei-Li
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28d094200c |
1 changed files with 12 additions and 0 deletions
|
|
@ -454,6 +454,18 @@ window.$docsify = {
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Such as setting the cache
|
||||||
|
|
||||||
|
```js
|
||||||
|
window.$docsify = {
|
||||||
|
requestHeaders: {
|
||||||
|
'cache-control': 'max-age=600'
|
||||||
|
}
|
||||||
|
};
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## ext
|
## ext
|
||||||
|
|
||||||
- type: `String`
|
- type: `String`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue