feat(ui): enhance auth file management with type filtering and detailed view

- Implemented file type collection and dynamic filter button updates based on available file types.
- Added a detailed view for auth files, displaying JSON content in a modal with copy functionality.
- Improved UI layout for file items and added responsive design for better usability.
This commit is contained in:
coulsontl
2025-10-26 16:30:13 +08:00
parent 89099b58ff
commit 3e9413172c
4 changed files with 659 additions and 27 deletions

View File

@@ -40,6 +40,7 @@ const i18n = {
'common.alias': '别名',
'common.failure': '失败',
'common.unknown_error': '未知错误',
'common.copy': '复制',
// 页面标题
'title.main': 'CLI Proxy API Management Center',
@@ -466,6 +467,7 @@ const i18n = {
'common.alias': 'Alias',
'common.failure': 'Failure',
'common.unknown_error': 'Unknown error',
'common.copy': 'Copy',
// Page titles
'title.main': 'CLI Proxy API Management Center',