mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-10 21:10:59 +00:00
feat: youhua frontend
This commit is contained in:
@@ -315,6 +315,7 @@ function PluginListView() {
|
||||
taskId,
|
||||
pluginName: pluginDisplayName,
|
||||
source: 'github',
|
||||
extensionType: 'plugin',
|
||||
fileSize: assetSize,
|
||||
});
|
||||
setSelectedTaskId(taskKey);
|
||||
@@ -337,6 +338,7 @@ function PluginListView() {
|
||||
taskId,
|
||||
pluginName: fileName,
|
||||
source: 'local',
|
||||
extensionType: 'plugin',
|
||||
fileSize: fileSize,
|
||||
});
|
||||
setSelectedTaskId(taskKey);
|
||||
|
||||
Reference in New Issue
Block a user