Feat: add local & ssh provider in admin panel (#15039)

### What problem does this PR solve?

Feat: add local & ssh provider in admin panel

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Magicbook1108
2026-05-20 16:56:20 +08:00
committed by GitHub
parent 6499bce2a6
commit b28e134944
19 changed files with 1836 additions and 408 deletions

View File

@@ -180,6 +180,9 @@ declare namespace AdminService {
label?: string;
placeholder?: string;
description?: string;
multiline?: boolean;
readonly?: boolean;
scope?: 'runtime' | 'deployment';
};
export type SandboxConfigStringField = SandboxConfigFieldBase & {