[TMP 2] Plugins system. support directory structure and store system.(the plugin needs build at each project)
This commit is contained in:
@@ -44,6 +44,7 @@ const PluginDownloadContainer = () => {
|
||||
{plugin_list.map((plugin) => (
|
||||
<div key={plugin.plugin_id}>
|
||||
<h3>{plugin.title}</h3>
|
||||
<h3>{plugin.plugin_id}</h3>
|
||||
<button onClick={() => handleDownload(plugin)}>
|
||||
Download and Load Plugin
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user