This commit is contained in:
Simon
2026-07-02 03:13:39 +08:00
parent b41535ef5e
commit 83fee37fb4
2 changed files with 100 additions and 100 deletions
+79 -79
View File
@@ -1,81 +1,81 @@
{ {
"version": "0.2", "version": "0.2",
"language": "en", "language": "en",
"globRoot": "..", "globRoot": "..",
"ignorePaths": [ "ignorePaths": [
"**/node_modules/**", "**/node_modules/**",
"**/dist/**", "**/dist/**",
"**/dist-ssr/**", "**/dist-ssr/**",
"**/.output/**", "**/.output/**",
"**/.wxt/**", "**/.wxt/**",
"**/*.svg" "**/*.svg"
], ],
"words": [ "words": [
"activedescendant", "activedescendant",
"adex", "adex",
"agentactivity", "agentactivity",
"agentic", "agentic",
"akldabonmimlicnjlflnapfeklbfemhj", "akldabonmimlicnjlflnapfeklbfemhj",
"aliyun", "aliyun",
"Bailian", "Bailian",
"Bento", "Bento",
"BYOK", "BYOK",
"Chromewebstore", "Chromewebstore",
"contenteditable", "contenteditable",
"deepseek", "deepseek",
"executionresult", "executionresult",
"fieldsets", "fieldsets",
"gaomeng", "gaomeng",
"Googlechrome", "Googlechrome",
"Grabbable", "Grabbable",
"Gregor", "Gregor",
"haspopup", "haspopup",
"highspeed", "highspeed",
"historicalevent", "historicalevent",
"historychange", "historychange",
"HITL", "HITL",
"hrefs", "hrefs",
"IDBP", "IDBP",
"innerhtml", "innerhtml",
"instructionsconfig", "instructionsconfig",
"kimi", "kimi",
"languagedetector", "languagedetector",
"Lian", "Lian",
"llms", "llms",
"magicui", "magicui",
"maxlength", "maxlength",
"menuitemcheckbox", "menuitemcheckbox",
"menuitemradio", "menuitemradio",
"modelcontextprotocol", "modelcontextprotocol",
"multipageagent", "multipageagent",
"nesw", "nesw",
"npmmirror", "npmmirror",
"Ollama", "Ollama",
"onwarn", "onwarn",
"opensource", "opensource",
"pageagent", "pageagent",
"pageagentcore", "pageagentcore",
"pageagentext", "pageagentext",
"postpublish", "postpublish",
"qwen", "qwen",
"reactid", "reactid",
"reactroot", "reactroot",
"retryable", "retryable",
"shadcn", "shadcn",
"sidepanel", "sidepanel",
"spinbutton", "spinbutton",
"staticity", "staticity",
"statuschange", "statuschange",
"Supabase", "Supabase",
"toggleable", "toggleable",
"trivago", "trivago",
"Uncapitalize", "Uncapitalize",
"unparseable", "unparseable",
"valuenow", "valuenow",
"valuetext", "valuetext",
"WCAG", "WCAG",
"webgl", "webgl",
"wouter", "wouter",
"Zunic" "Zunic"
] ]
} }
+21 -21
View File
@@ -8041,17 +8041,6 @@
"node": ">=8" "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": { "node_modules/normalize-path": {
"version": "3.0.0", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
@@ -9764,6 +9753,16 @@
"node": ">=14.0.0" "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": { "node_modules/toidentifier": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
@@ -10177,6 +10176,17 @@
"dev": true, "dev": true,
"license": "MIT" "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": { "node_modules/vary": {
"version": "1.1.2", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
@@ -10481,16 +10491,6 @@
"url": "https://github.com/sponsors/sindresorhus" "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": { "node_modules/web-ext-run/node_modules/type-fest": {
"version": "3.13.1", "version": "3.13.1",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz",