diff --git a/plugins/colors/.oxfmtrc.json b/plugins/colors/.oxfmtrc.json index ac56f0a6..84f515b8 100644 --- a/plugins/colors/.oxfmtrc.json +++ b/plugins/colors/.oxfmtrc.json @@ -1,6 +1,6 @@ { "$schema": "./node_modules/oxfmt/configuration_schema.json", - "ignorePatterns": [], + "ignorePatterns": ["node_modules", "dist", "typed-router.d.ts"], "sortImports": { "newlinesBetween": false, "groups": [ diff --git a/plugins/colors/package-lock.json b/plugins/colors/package-lock.json index ab76c07b..98233b66 100644 --- a/plugins/colors/package-lock.json +++ b/plugins/colors/package-lock.json @@ -1,12 +1,12 @@ { "name": "colors", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "colors", - "version": "1.2.2", + "version": "1.3.0", "dependencies": { "@vueuse/core": "^14.2.1", "@ztools-center/ztools-api-types": "^1.0.1", diff --git a/plugins/colors/package.json b/plugins/colors/package.json index 6db28f47..613ad9d1 100644 --- a/plugins/colors/package.json +++ b/plugins/colors/package.json @@ -1,6 +1,6 @@ { "name": "colors", - "version": "1.2.2", + "version": "1.3.0", "private": true, "type": "module", "scripts": { diff --git a/plugins/colors/public/logo.png b/plugins/colors/public/logo.png index f74fe9ea..40d9844a 100644 Binary files a/plugins/colors/public/logo.png and b/plugins/colors/public/logo.png differ diff --git a/plugins/colors/public/plugin.json b/plugins/colors/public/plugin.json index dc03886d..47579616 100644 --- a/plugins/colors/public/plugin.json +++ b/plugins/colors/public/plugin.json @@ -4,7 +4,7 @@ "title": "颜色助手", "description": "这是一个快速选择生成颜色的插件,提供了常用的颜色选择和生成工具,帮助用户轻松获取所需的颜色值。", "author": "mekefly", - "version": "1.2.2", + "version": "1.3.0", "main": "index.html", "preload": "preload/services.js", "logo": "logo.png", diff --git a/plugins/colors/src/components/Card.vue b/plugins/colors/src/components/Card.vue index 3cf04203..1c5e952d 100644 --- a/plugins/colors/src/components/Card.vue +++ b/plugins/colors/src/components/Card.vue @@ -1,19 +1,20 @@ diff --git a/plugins/colors/src/components/ColorCard.vue b/plugins/colors/src/components/ColorCard.vue index fa81f403..44684d8e 100644 --- a/plugins/colors/src/components/ColorCard.vue +++ b/plugins/colors/src/components/ColorCard.vue @@ -1,10 +1,13 @@