# test-gui **Repository Path**: wangfengdev/test-gui ## Basic Information - **Project Name**: test-gui - **Description**: 测试类似GEE 的动态UI界面。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-31 - **Last Updated**: 2023-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 参考GEE,通过外部js脚本实现GUI构建和GUI功能的执行。 目前验证了通过外部脚本实现 TPanel的创建。脚本如下: var panel=ui.Panel( "panelTitle" ); ui.root.add(panel) ; 2023-4-1 6:57 ---------------------