feat: gemini 使用mcp

master
LCJ-MinYa 3 weeks ago
parent c958c782fc
commit 4ff4737b50

@ -1,5 +1,11 @@
{ {
"general": { "general": {
"previewFeatures": true "previewFeatures": true
} },
} "mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
}
}
}

@ -1,12 +1,12 @@
{ {
"totalNotes": 76, "totalNotes": 87,
"categories": 5, "categories": 5,
"lastUpdated": "2025-10-17T12:02:18.785Z", "lastUpdated": "2026-01-16T06:01:19.500Z",
"weeklyAdded": 20, "weeklyAdded": 2,
"categoryChartData": [ "categoryChartData": [
{ {
"name": "demo", "name": "demo",
"value": 65 "value": 76
}, },
{ {
"name": "python", "name": "python",
@ -27,34 +27,34 @@
], ],
"recentNotes": [ "recentNotes": [
{ {
"path": "demo/messageBoxWithHtml.vue", "path": "demo/formItemWithRangeFields.vue",
"title": "messageBoxWithHtml", "title": "表单一个formItem中校验多个字段",
"category": "demo", "category": "demo",
"date": "2025-10-17" "date": "2026-01-16"
}, },
{ {
"path": "demo/base64Tool.vue", "path": "demo/elementPlusMessageBoxUse.vue",
"title": "base64编码解码工具", "title": "element plus中使用messageBox技巧",
"category": "demo", "category": "demo",
"date": "2025-10-17" "date": "2026-01-13"
}, },
{ {
"path": "demo/tuiImageEditor/index.vue", "path": "demo/scrollSnapType.vue",
"title": "tuiImageEditor", "title": "滚动吸附效果",
"category": "demo", "category": "demo",
"date": "2025-10-15" "date": "2025-12-31"
}, },
{ {
"path": "demo/scssLiveTranslate/index.vue", "path": "demo/catchError/index.vue",
"title": "SCSS → CSS 实时翻译器", "title": "明明程序报错,但是控制台不打印错误的几种情况(别怀疑,一定是代码问题,而不是程序运行太久)",
"category": "demo", "category": "demo",
"date": "2025-10-15" "date": "2025-12-18"
}, },
{ {
"path": "demo/cssDemo.vue", "path": "demo/dsAssign/index.vue",
"title": "cssDemo", "title": "解构赋值中设置初始值不成功原值为null的问题",
"category": "demo", "category": "demo",
"date": "2025-10-15" "date": "2025-12-18"
} }
] ]
} }
Loading…
Cancel
Save