[TMP 2] Plugins system. support directory structure and store system.(the plugin needs build at each project)

This commit is contained in:
Sakamoto Shiina
2025-03-08 18:43:56 +09:00
parent 22ada89fa6
commit 48c6e7d69f
5 changed files with 59 additions and 42 deletions

View File

@@ -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>