diff --git a/src/main/resources/logo.png b/src/main/resources/logo.png new file mode 100644 index 0000000..411f5cd Binary files /dev/null and b/src/main/resources/logo.png differ diff --git a/src/main/resources/plugin.yaml b/src/main/resources/plugin.yaml index 96d9a8f..3326a11 100644 --- a/src/main/resources/plugin.yaml +++ b/src/main/resources/plugin.yaml @@ -2,14 +2,14 @@ apiVersion: plugin.halo.run/v1alpha1 kind: Plugin metadata: # The name defines how the plugin is invoked,A unique name - name: PluginStarter + name: starter spec: enabled: true - requires: ">=2.5.0" + requires: ">=2.11.0" author: - name: Halo OSS Team + name: Halo website: https://github.com/halo-dev - logo: https://halo.run/logo + logo: logo.png # 'homepage' usually links to the GitHub repository of the plugin homepage: https://github.com/halo-dev/plugin-starter # 'displayName' explains what the plugin does in only a few words diff --git a/ui/package.json b/ui/package.json index 6a41e00..46cbd4f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,4 @@ { - "name": "@halo-dev/plugin-starter", - "version": "1.0.0", - "private": true, "scripts": { "dev": "vite build --watch --mode=development", "build": "vite build", @@ -11,13 +8,13 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { - "@halo-dev/components": "^1.10.0", - "@halo-dev/console-shared": "^2.11.0", + "@halo-dev/components": "^2.12.0", + "@halo-dev/console-shared": "^2.12.0", "canvas-confetti": "^1.9.2", "vue": "^3.3.12" }, "devDependencies": { - "@halo-dev/ui-plugin-bundler-kit": "^1.0.0", + "@halo-dev/ui-plugin-bundler-kit": "^2.12.0", "@iconify/json": "^2.2.159", "@rushstack/eslint-patch": "^1.6.1", "@types/canvas-confetti": "^1.6.4", diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index dbf8a0d..578a022 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -6,11 +6,11 @@ settings: dependencies: '@halo-dev/components': - specifier: ^1.10.0 - version: 1.10.0(vue-router@4.2.5)(vue@3.3.12) + specifier: ^2.12.0 + version: 2.12.0(vue-router@4.2.5)(vue@3.3.12) '@halo-dev/console-shared': - specifier: ^2.11.0 - version: 2.11.0(vue-router@4.2.5)(vue@3.3.12) + specifier: ^2.12.0 + version: 2.12.0(vue-router@4.2.5)(vue@3.3.12) canvas-confetti: specifier: ^1.9.2 version: 1.9.2 @@ -20,8 +20,8 @@ dependencies: devDependencies: '@halo-dev/ui-plugin-bundler-kit': - specifier: ^1.0.0 - version: 1.0.0(vite@4.5.1) + specifier: ^2.12.0 + version: 2.12.0(vite@4.5.1) '@iconify/json': specifier: ^2.2.159 version: 2.2.159 @@ -769,12 +769,12 @@ packages: resolution: {integrity: sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==} dev: false - /@halo-dev/api-client@2.11.0: - resolution: {integrity: sha512-i3PFETsPdHYnTgk3jORu00t43/rCesmqpdZg38/Hq2AdgxhPkE7rghYGdoZRLdanvVC0HM1Axn18Zd7kdizxVA==} + /@halo-dev/api-client@2.12.0: + resolution: {integrity: sha512-W/FmwtdXvq/BSwi2VMYBPzV86SmUjjn/1RO3pzyBOp8KwZM97vVVPJwYhT7IUB+W7q9HtDBUlvcFS8M0bX0RaA==} dev: false - /@halo-dev/components@1.10.0(vue-router@4.2.5)(vue@3.3.12): - resolution: {integrity: sha512-Qg7JEkuVyTAqTjuLJHQifhMGl180yZTOX2cSueAssFCuyGZtVCcN/o5FmDtrcw8UXoV8vRwxvpixgjxFwlf/4Q==} + /@halo-dev/components@2.12.0(vue-router@4.2.5)(vue@3.3.12): + resolution: {integrity: sha512-5RXGsxM6Qm6sBUcfCCZ2r0ealk9kRnqdCGKv1/88b8HBrAM08S3sThoM3JcP0HqBSd4/tRCLMYAM9sO5tltUrg==} peerDependencies: vue: ^3.3.4 vue-router: ^4.2.4 @@ -786,19 +786,19 @@ packages: - '@nuxt/kit' dev: false - /@halo-dev/console-shared@2.11.0(vue-router@4.2.5)(vue@3.3.12): - resolution: {integrity: sha512-XDyoHsueVgQOvMTDm4Fx3qKzCjXd7bI9eC0DFuw3w85Y3LQeHgrJfbXRlMRCTTZhe3kgpBOra4JjByyFFWa/Cw==} + /@halo-dev/console-shared@2.12.0(vue-router@4.2.5)(vue@3.3.12): + resolution: {integrity: sha512-coxKxjKD5jYednO18c3KDlp+0+QfxS+FVOm5oS/EPi3mw7So8wFZ82TF/zv0p5JAsKc9XKHQ7gusRckA3K0zww==} peerDependencies: vue: ^3.3.4 vue-router: ^4.2.4 dependencies: - '@halo-dev/api-client': 2.11.0 + '@halo-dev/api-client': 2.12.0 vue: 3.3.12(typescript@4.7.4) vue-router: 4.2.5(vue@3.3.12) dev: false - /@halo-dev/ui-plugin-bundler-kit@1.0.0(vite@4.5.1): - resolution: {integrity: sha512-K6D2jPJnLLl0gsiTzRoqXyr4pDl0+venTHW0hbk+cTuB9TNMEEFelBvYefrKQNjK9NpW4wVqviw4QLDXrrY3Vw==} + /@halo-dev/ui-plugin-bundler-kit@2.12.0(vite@4.5.1): + resolution: {integrity: sha512-3558qzH5RN9pB2j0ZonuIxX3cw8lh870cWpPPHjkDxTIjKt+aO5tjKhcqKlFL853jdx9nHIIS+nMDCeqjejpxw==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^4.0.0 || ^5.0.0