const SSR_CACHE_ROOT: &str = "static";
Dioxus 增量渲染器缓存落盘根目录(相对 CWD)。
路由 /post/foo 的缓存为 static/post/foo/index/<hash>.html。 由 IncrementalRendererConfig::default() 决定,无公开 API 可读,故硬编码。
/post/foo
static/post/foo/index/<hash>.html
IncrementalRendererConfig::default()