* [misc] rename css method to pageCSS.

This commit is contained in:
sunhao
2024-08-13 11:04:54 +08:00
committed by 刘刚
parent e24c0b7371
commit ef6064160e
+1 -1
View File
@@ -90,7 +90,7 @@ function jsVar()
call_user_func_array('\zin\context::jsVar', func_get_args());
}
function css()
function pageCSS()
{
call_user_func_array('\zin\context::css', func_get_args());
}