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
+4 -2
View File
@@ -98,6 +98,10 @@ declare global {
* 是否显示多标签导航
*/
tagsView: boolean;
/**
* 显示页签图标
*/
tagsIcon: boolean;
/**
* 是否固定头部
*/
@@ -157,8 +161,6 @@ declare global {
* false: 明亮模式
*/
dark: boolean;
errorLog: string;
}
}
export {};