组件可以实现在脚本执行之前添加全局变量到脚本中.
需要 Jetpack Compose 作为界面的 Component.
所有注入到脚本中的变量都需要实现 Variable 接口.
需要 android.view.View 作为界面的 Component.