update 优化 添加页签图标显示开关功能

This commit is contained in:
疯狂的狮子Li
2025-05-27 14:13:45 +08:00
parent 3019701856
commit 592fb84aa7
5 changed files with 26 additions and 11 deletions
+5 -8
View File
@@ -27,6 +27,11 @@ const setting: DefaultSettings = {
*/
tagsView: true,
/**
* 显示页签图标
*/
tagsIcon: false,
/**
* 是否固定头部
*/
@@ -42,14 +47,6 @@ const setting: DefaultSettings = {
*/
dynamicTitle: false,
/**
* @type {string | array} 'production' | ['production', 'development']
* @description Need show err logs component.
* The default is only used in the production env
* If you want to also use it in dev, you can pass ['production', 'development']
*/
errorLog: 'production',
/**
* 是否开启动画 开启随机 关闭渐进渐出
*/