mirror of
https://github.com/AIDotNet/AntSK.git
synced 2026-02-17 14:06:11 +08:00
update chat 默认app
This commit is contained in:
@@ -26,6 +26,10 @@ namespace AntSK.Pages.ChatPage
|
||||
{
|
||||
await base.OnInitializedAsync();
|
||||
_list = _apps_Repositories.GetList();
|
||||
if (string.IsNullOrEmpty(AppId)&&_list.Count>0)
|
||||
{
|
||||
AppId = _list.FirstOrDefault().Id;
|
||||
}
|
||||
}
|
||||
|
||||
private void OnRelevantSources(List<RelevantSource> relevantSources)
|
||||
|
||||
Reference in New Issue
Block a user