/** * ====================== 抽象产品接口(plugin包) ====================== * @author ������ * @version 1.0 * @created 26-10��-2025 23:19:03 */ interface UIPlugin { public void render(); }