From 83fee37fb445a3d2eef529c1125c114ec8130cb2 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Thu, 2 Jul 2026 03:13:39 +0800 Subject: [PATCH] fix: ci --- .vscode/cspell.json | 158 ++++++++++++++++++++++---------------------- package-lock.json | 42 ++++++------ 2 files changed, 100 insertions(+), 100 deletions(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index aba5d64..4e12741 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -1,81 +1,81 @@ { - "version": "0.2", - "language": "en", - "globRoot": "..", - "ignorePaths": [ - "**/node_modules/**", - "**/dist/**", - "**/dist-ssr/**", - "**/.output/**", - "**/.wxt/**", - "**/*.svg" - ], - "words": [ - "activedescendant", - "adex", - "agentactivity", - "agentic", - "akldabonmimlicnjlflnapfeklbfemhj", - "aliyun", - "Bailian", - "Bento", - "BYOK", - "Chromewebstore", - "contenteditable", - "deepseek", - "executionresult", - "fieldsets", - "gaomeng", - "Googlechrome", - "Grabbable", - "Gregor", - "haspopup", - "highspeed", - "historicalevent", - "historychange", - "HITL", - "hrefs", - "IDBP", - "innerhtml", - "instructionsconfig", - "kimi", - "languagedetector", - "Lian", - "llms", - "magicui", - "maxlength", - "menuitemcheckbox", - "menuitemradio", - "modelcontextprotocol", - "multipageagent", - "nesw", - "npmmirror", - "Ollama", - "onwarn", - "opensource", - "pageagent", - "pageagentcore", - "pageagentext", - "postpublish", - "qwen", - "reactid", - "reactroot", - "retryable", - "shadcn", - "sidepanel", - "spinbutton", - "staticity", - "statuschange", - "Supabase", - "toggleable", - "trivago", - "Uncapitalize", - "unparseable", - "valuenow", - "valuetext", - "WCAG", - "webgl", - "wouter", - "Zunic" - ] + "version": "0.2", + "language": "en", + "globRoot": "..", + "ignorePaths": [ + "**/node_modules/**", + "**/dist/**", + "**/dist-ssr/**", + "**/.output/**", + "**/.wxt/**", + "**/*.svg" + ], + "words": [ + "activedescendant", + "adex", + "agentactivity", + "agentic", + "akldabonmimlicnjlflnapfeklbfemhj", + "aliyun", + "Bailian", + "Bento", + "BYOK", + "Chromewebstore", + "contenteditable", + "deepseek", + "executionresult", + "fieldsets", + "gaomeng", + "Googlechrome", + "Grabbable", + "Gregor", + "haspopup", + "highspeed", + "historicalevent", + "historychange", + "HITL", + "hrefs", + "IDBP", + "innerhtml", + "instructionsconfig", + "kimi", + "languagedetector", + "Lian", + "llms", + "magicui", + "maxlength", + "menuitemcheckbox", + "menuitemradio", + "modelcontextprotocol", + "multipageagent", + "nesw", + "npmmirror", + "Ollama", + "onwarn", + "opensource", + "pageagent", + "pageagentcore", + "pageagentext", + "postpublish", + "qwen", + "reactid", + "reactroot", + "retryable", + "shadcn", + "sidepanel", + "spinbutton", + "staticity", + "statuschange", + "Supabase", + "toggleable", + "trivago", + "Uncapitalize", + "unparseable", + "valuenow", + "valuetext", + "WCAG", + "webgl", + "wouter", + "Zunic" + ] } diff --git a/package-lock.json b/package-lock.json index 0223d3b..71c4516 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8041,17 +8041,6 @@ "node": ">=8" } }, - "node_modules/node-notifier/node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", - "dev": true, - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", @@ -9764,6 +9753,16 @@ "node": ">=14.0.0" } }, + "node_modules/tmp": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", + "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.14" + } + }, "node_modules/toidentifier": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", @@ -10177,6 +10176,17 @@ "dev": true, "license": "MIT" }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", + "dev": true, + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", @@ -10481,16 +10491,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/web-ext-run/node_modules/tmp": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", - "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=14.14" - } - }, "node_modules/web-ext-run/node_modules/type-fest": { "version": "3.13.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",