feat: Reverse proxy supports configuring server caching (#9914)

This commit is contained in:
CityFun
2025-08-08 16:59:49 +08:00
committed by GitHub
parent c2ad006a19
commit 2b7ec9ffe1
14 changed files with 141 additions and 41 deletions
+2
View File
@@ -388,6 +388,8 @@ export namespace Website {
cache: boolean;
cacheTime: number;
cacheUnit: string;
serverCacheTime: number;
serverCacheUnit: string;
name: string;
modifier: string;
match: string;