+ [task#149196] init the initModelList function.

This commit is contained in:
wangzemei
2025-10-09 13:34:49 +08:00
committed by sunhao
parent 7ccb0e1932
commit 54bc41d68f
+12
View File
@@ -0,0 +1,12 @@
/**
* 初始化模型列表。
* Initialize models list.
*
* @access public
* @return void
*/
window.initModelList = async function()
{
const isOK = await zui.AIPanel?.shared?.store.isOK();
if(!isOK) return;
}