fix: add legacy comment to compile_page_state_eval

This commit is contained in:
木炎
2026-04-17 18:30:41 +08:00
parent d1711a3db3
commit 46005d9718

View File

@@ -894,6 +894,7 @@ fn compile_single_request_table(scene_ir: &SceneIr) -> String {
compile_simple_request_script(scene_ir, "queryData") compile_simple_request_script(scene_ir, "queryData")
} }
/// Legacy path, superseded by multi-mode unified path.
fn compile_page_state_eval(scene_ir: &SceneIr) -> String { fn compile_page_state_eval(scene_ir: &SceneIr) -> String {
let mut scene_ir = scene_ir.clone(); let mut scene_ir = scene_ir.clone();
if scene_ir.api_endpoints.is_empty() { if scene_ir.api_endpoints.is_empty() {