添加SMB网络共享支持

This commit is contained in:
jxxghp
2025-07-03 12:43:42 +08:00
parent eb70ca233b
commit bf5bbd3689
7 changed files with 201 additions and 0 deletions
+16
View File
@@ -780,6 +780,7 @@ export default {
u115: '115 Cloud',
rclone: 'RClone',
alist: 'OpenList',
smb: 'SMB Network Share',
custom: 'Custom',
},
filterRules: {
@@ -1678,6 +1679,21 @@ export default {
complete: 'Complete',
reset: 'Reset',
},
smbConfig: {
title: 'SMB Network Share Configuration',
host: 'SMB Server Address',
hostHint: 'IP address or hostname of the SMB server',
share: 'Share Name',
shareHint: 'Name of the shared folder to connect to',
username: 'Username',
usernameHint: 'SMB login username',
password: 'Password',
passwordHint: 'SMB login password',
domain: 'Domain',
domainHint: 'SMB domain name, such as WORKGROUP or domain controller name',
complete: 'Complete',
reset: 'Reset',
},
workflowAddEdit: {
addTitle: 'Add Workflow',
editTitle: 'Edit Workflow',