From 8964fcdea77d8b9252091f4ef7e1fbed4b04805c Mon Sep 17 00:00:00 2001 From: rjl <98n9@163.com> Date: Tue, 17 Mar 2026 15:28:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(admin):=20=E4=BC=98=E5=8C=96=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=95=8C=E9=9D=A2=E8=B5=84=E6=BA=90=E5=B9=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=A2=98=E5=BA=93=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加首页背景图片资源 (home-bg.webp) - 更新用户头像资源文件 (ydzx.png) - 优化竞赛布局组件交互体验 - 改进题目渲染器显示效果 - 更新题库数据:新增诗词常识题库 - 移除联想对对碰题库 - 更新汉字听写、诗词理解选择题、逆向接诗句等题库内容 - 调整VSCode配置并禁用MCP代理功能 --- .vscode/settings.json | 3 +- apps/admin/report.html | 2 +- apps/admin/src/assets/imgs/user/home-bg.webp | Bin 0 -> 815852 bytes ...片_20260204103609_668_5591.png => ydzx.png} | Bin .../custom/user/CompetitionLayout.vue | 22 +- .../views/user/modules/QuestionRenderer.vue | 5 +- apps/question-importer/asset/联想对对碰.json | 279 ------------------ apps/question-importer/asset/诗词常识.json | 100 +++++++ apps/question-importer/store/汉字听写 1.json | 50 ++-- apps/question-importer/store/诗词常识.json | 24 +- .../store/诗词理解选择题.json | 70 ++--- apps/question-importer/store/逆向接诗句.json | 70 ++--- 12 files changed, 224 insertions(+), 401 deletions(-) create mode 100644 apps/admin/src/assets/imgs/user/home-bg.webp rename apps/admin/src/assets/imgs/{微信图片_20260204103609_668_5591.png => ydzx.png} (100%) delete mode 100644 apps/question-importer/asset/联想对对碰.json create mode 100644 apps/question-importer/asset/诗词常识.json diff --git a/.vscode/settings.json b/.vscode/settings.json index bec9644..2bf7b9a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -41,5 +41,6 @@ "activityinfo", "Echarts", "Typeit" - ] // ` + ], + "kiroAgent.configureMCP": "Disabled" // ` } diff --git a/apps/admin/report.html b/apps/admin/report.html index 3faf44e..3b49476 100644 --- a/apps/admin/report.html +++ b/apps/admin/report.html @@ -4930,7 +4930,7 @@ var drawChart = (function (exports) {