feat: Add quick jump to website directory button (#9973)

Refs https://github.com/1Panel-dev/1Panel/issues/3945
This commit is contained in:
CityFun
2025-08-13 07:36:50 +00:00
committed by GitHub
parent 9eee2d6b6f
commit b706774b5b
17 changed files with 58 additions and 26 deletions
+1
View File
@@ -202,6 +202,7 @@ export namespace App {
installPath: string;
httpPort: number;
httpsPort: number;
websiteDir: string;
}
export interface DatabaseConnInfo {