feat: plugin installation webui

This commit is contained in:
Junyan Qin
2025-08-15 22:05:39 +08:00
parent b464d238c5
commit 288b294148
7 changed files with 234 additions and 8 deletions
+8
View File
@@ -181,6 +181,14 @@ const enUS = {
starCount: 'Stars: {{count}}',
uploadLocal: 'Upload Local',
debugging: 'Debugging',
uploadLocalPlugin: 'Upload Local Plugin',
dragToUpload: 'Drag plugin file here to upload',
unsupportedFileType:
'Unsupported file type, only .lbpkg and .zip files are supported',
uploadingPlugin: 'Uploading plugin...',
uploadSuccess: 'Upload successful',
uploadFailed: 'Upload failed',
selectFileToUpload: 'Select plugin file to upload',
},
pipelines: {
title: 'Pipelines',