9433cfb9创建于 2025年12月31日历史提交
/**
 * interface.uts
 * uts插件接口定义文件,按规范定义接口文件可以在HBuilderX中更好的做到语法提示
 */
export type TestOpenDialogPage = (url:string)=>void
export type TestCloseDialogPage = ()=>void