+ [task#149196] init the initModelList function.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user