💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## zhxTabFrame 数据格式 模拟了一段读取进框架的数据对象 ```json { "data" : [ { "id" : "12345", "name" : "模块", "icon" : "iconClassName", "template" : "tpl/template.html", "children" : [ //二级菜单 { "id" : "01001", "moduleName" : "子模块", "icon" : "childClassIcon", "template" : "tpl/child-template.html" } ] } ], "success" : true } ```