feat(preferences): add video to default knowledge tools list

This commit is contained in:
icarus 2025-10-13 23:59:04 +08:00
parent 03a603eb6d
commit a07f00bf96

View File

@ -666,7 +666,8 @@ export const DefaultPreferences: PreferenceSchemas = {
'knowledge', 'knowledge',
'files', 'files',
'code_tools', 'code_tools',
'notes' 'notes',
'video'
], ],
'ui.theme_mode': PreferenceTypes.ThemeMode.system, 'ui.theme_mode': PreferenceTypes.ThemeMode.system,
'ui.theme_user.code_font_family': '', 'ui.theme_user.code_font_family': '',