feat(adapters): add AList and OpenList adapter types with configuration schemas

This commit is contained in:
shiyu
2025-12-22 15:10:39 +08:00
parent f503d521e6
commit 1ef80a087c
4 changed files with 512 additions and 0 deletions

View File

@@ -506,6 +506,8 @@
"adapter.type.sftp": "SFTP",
"adapter.type.telegram": "Telegram",
"adapter.type.quark": "Quark Drive",
"adapter.type.alist": "AList",
"adapter.type.openlist": "OpenList",
"Automation Tasks": "Automation Tasks",
"Create Task": "Create Task",
"Edit Task": "Edit Task",

View File

@@ -487,6 +487,8 @@
"Adapter Config": "适配器配置",
"adapter.type.local": "本地文件系统",
"adapter.type.quark": "夸克网盘",
"adapter.type.alist": "AList",
"adapter.type.openlist": "OpenList",
"Automation Tasks": "自动化任务",
"Running Tasks": "运行中的任务",
"Create Task": "新建任务",