/**
 * For more information about the hostApi, please go to the https://pixso.cn/developer/en/
 */
hostApi.onMounted(() => {
  console.log("Host script has been mounted");
});
