feat: change ui

This commit is contained in:
WangCham
2026-05-11 22:38:39 +08:00
parent dd809d36f8
commit 3db2ddd2c7
5 changed files with 1003 additions and 69 deletions
+13 -1
View File
@@ -1374,7 +1374,7 @@ const enUS = {
selectSkills: 'Select Skills',
addSkill: 'Add Skill',
builtin: 'Built-in',
importFromGithub: 'Import from GitHub',
importFromGithub: 'Install Plugin from GitHub',
createManually: 'Create Manually',
uploadZip: 'Upload ZIP Package',
uploadZipOnly: 'Only .zip skill packages are supported',
@@ -1469,6 +1469,18 @@ const enUS = {
backToWorkbench: 'Back to Workbench',
},
},
addExtension: {
manualAdd: 'Manual Add',
uploadExtension: 'Drag & drop or click to upload',
uploadHint: 'Supports .zip (skills) and .lbpkg (plugins) files',
orContinueWith: 'or choose an action below',
installFromGithub: 'Install Plugin from GitHub',
installFromGithubHint: 'Install plugin extension from GitHub Release',
createSkill: 'Create New Skill',
createSkillHint: 'Manually create a new skill extension',
unsupportedFileType:
'Unsupported file type. Only .zip and .lbpkg files are supported',
},
errorPage: {
unexpectedError: 'Something went wrong',
unexpectedErrorDescription: