feat: add provider info

Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
This commit is contained in:
Yi-Ya Chen 2026-02-10 12:57:47 +08:00
parent 09b8ab1d8c
commit 03bfa25662
No known key found for this signature in database
GPG Key ID: 9A2E6FBD33F68EDE
2 changed files with 748 additions and 433 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,7 @@ import harvesterStore from './store/harvester-store';
import customValidators from './validators';
import { PRODUCT_NAME } from './config/harvester';
import { defineAsyncComponent } from 'vue';
import './styles/vue-flow.scss';
// Init the package
export default function (plugin: IPlugin) {