[Update] Add plugin_info.json load function.

This commit is contained in:
Sakamoto Shiina
2025-03-25 16:35:17 +09:00
parent 0148f9bee0
commit e65e9be052
3 changed files with 56 additions and 30 deletions

View File

@@ -9,7 +9,6 @@ export const init = (plugin_context) => {
};
plugin_context.registerComponent({
plugin_id: "plugin_example_1_my_plugin",
location: "main_section",
component: EntryComponents,
});