feat: support custom panel title

This commit is contained in:
copilot-swe-agent[bot]
2026-07-09 17:39:16 +00:00
committed by GitHub
parent 29ce610f6f
commit 4dc3865d96
9 changed files with 147 additions and 37 deletions
+1
View File
@@ -32,6 +32,7 @@ export enum AuthDataType {
export interface SystemConfigInfo {
lang?: string;
panelTitle?: string;
logRemoveFrequency?: number;
cronConcurrency?: number;
dependenceProxy?: string;