* fix ai heading.

This commit is contained in:
dingyongliang
2024-02-19 14:35:40 +08:00
parent 695f4fdb99
commit b407f7df4f
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -386,6 +386,8 @@ function createServerNotification(content)
$(function()
{
$('#heading .toolbar-item').attr('data-app', 'ai');
$('#to-language-model').prop('href', $.createLink('ai', 'models'));
$('#reload-current').on('click', () =>
{
+5
View File
@@ -21,3 +21,8 @@ window.aiSquare.handleStarBtnClick = function(e)
}
}, 'json');
};
$(function()
{
$('#heading .toolbar-item').attr('data-app', 'ai');
});