2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-06 12:27:13 +08:00

feat: 支持创建access_token

This commit is contained in:
2025-05-15 02:18:35 +08:00
parent 103529a9b4
commit a7dd9d411b
25 changed files with 708 additions and 22 deletions

View File

@@ -4,7 +4,8 @@ export default {
// 获取注册表配置
registryConfig: (): any => http.Get('/apps/podman/registry_config'),
// 保存注册表配置
saveRegistryConfig: (config: string): any => http.Post('/apps/podman/registry_config', { config }),
saveRegistryConfig: (config: string): any =>
http.Post('/apps/podman/registry_config', { config }),
// 获取存储配置
storageConfig: (): any => http.Get('/apps/podman/storage_config'),
// 保存存储配置