新增视图变量输出默认过滤方法

This commit is contained in:
Karson
2025-12-18 23:04:15 +08:00
parent 9a2e7c2a1b
commit f0774ddd5a
2 changed files with 41 additions and 10 deletions

View File

@@ -317,7 +317,7 @@ class TagLib
$name = '$' . $name;
}
$this->tpl->parseVar($name);
$this->tpl->parseVarFunction($name);
$this->tpl->parseVarFunction($name, false);
return $name;
}