mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	feat: 设置功能新增ssh终端样式自定义
This commit is contained in:
		@@ -48,6 +48,10 @@ export interface ThemeConfigState {
 | 
			
		||||
        globalViceTitle: string;
 | 
			
		||||
        globalI18n: string;
 | 
			
		||||
        globalComponentSize: string;
 | 
			
		||||
        terminalForeground: string;
 | 
			
		||||
        terminalBackground: string;
 | 
			
		||||
        terminalCursor: string;
 | 
			
		||||
        terminalFontSize: number;
 | 
			
		||||
    };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user