diff --git a/.gemini/settings.json b/.gemini/settings.json index b9cfd51..a7c4287 100644 --- a/.gemini/settings.json +++ b/.gemini/settings.json @@ -1,5 +1,11 @@ { - "general": { - "previewFeatures": true - } -} \ No newline at end of file + "general": { + "previewFeatures": true + }, + "mcpServers": { + "chrome-devtools": { + "command": "npx", + "args": ["-y", "chrome-devtools-mcp@latest"] + } + } +} diff --git a/src/views/welcome/config.json b/src/views/welcome/config.json index 4642abe..6c65303 100644 --- a/src/views/welcome/config.json +++ b/src/views/welcome/config.json @@ -1,12 +1,12 @@ { - "totalNotes": 76, + "totalNotes": 87, "categories": 5, - "lastUpdated": "2025-10-17T12:02:18.785Z", - "weeklyAdded": 20, + "lastUpdated": "2026-01-16T06:01:19.500Z", + "weeklyAdded": 2, "categoryChartData": [ { "name": "demo", - "value": 65 + "value": 76 }, { "name": "python", @@ -27,34 +27,34 @@ ], "recentNotes": [ { - "path": "demo/messageBoxWithHtml.vue", - "title": "messageBoxWithHtml", + "path": "demo/formItemWithRangeFields.vue", + "title": "表单一个formItem中校验多个字段", "category": "demo", - "date": "2025-10-17" + "date": "2026-01-16" }, { - "path": "demo/base64Tool.vue", - "title": "base64编码解码工具", + "path": "demo/elementPlusMessageBoxUse.vue", + "title": "element plus中使用messageBox技巧", "category": "demo", - "date": "2025-10-17" + "date": "2026-01-13" }, { - "path": "demo/tuiImageEditor/index.vue", - "title": "tuiImageEditor", + "path": "demo/scrollSnapType.vue", + "title": "滚动吸附效果", "category": "demo", - "date": "2025-10-15" + "date": "2025-12-31" }, { - "path": "demo/scssLiveTranslate/index.vue", - "title": "SCSS → CSS 实时翻译器", + "path": "demo/catchError/index.vue", + "title": "明明程序报错,但是控制台不打印错误的几种情况(别怀疑,一定是代码问题,而不是程序运行太久)", "category": "demo", - "date": "2025-10-15" + "date": "2025-12-18" }, { - "path": "demo/cssDemo.vue", - "title": "cssDemo", + "path": "demo/dsAssign/index.vue", + "title": "解构赋值中设置初始值不成功,原值为null的问题", "category": "demo", - "date": "2025-10-15" + "date": "2025-12-18" } ] } \ No newline at end of file