小调整。

pull/278/head
王良 2024-03-26 10:45:25 +08:00
parent a4429a6adf
commit bd29e14b71
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ module.exports = {
cacheDays: 365,
desc: 'Github那只猫的图片缓存1年'
},
'^/[^/]+/[^/]+/pull/\\d+/open_with_menu.*$': {
'^(/[^/]+){2}/pull/\\d+/open_with_menu.*$': {
cacheDays: 7,
desc: 'PR详情页标题右边那个Code按钮的HTML代理请求地址感觉上应该可以缓存。暂时先设置为缓存7天'
}