mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 17:55:24 +08:00
Remove the document caching
This commit is contained in:
@@ -31,6 +31,11 @@
|
||||
window.$docsify = {
|
||||
name: 'YukiHookAPI',
|
||||
repo: 'https://github.com/fankes/YukiHookAPI',
|
||||
requestHeaders: {
|
||||
'cache-control': 'no-cache',
|
||||
'Pragma': 'no-cache',
|
||||
'If-Modified-Since': 'Thu, 01 Jun 1970 00:00:00 GMT'
|
||||
},
|
||||
homepage: 'guide/home.md',
|
||||
coverpage: true,
|
||||
loadNavbar: true,
|
||||
|
Reference in New Issue
Block a user