feat(admin): 优化用户界面资源并更新题库数据

- 添加首页背景图片资源 (home-bg.webp)
- 更新用户头像资源文件 (ydzx.png)
- 优化竞赛布局组件交互体验
- 改进题目渲染器显示效果
- 更新题库数据:新增诗词常识题库
- 移除联想对对碰题库
- 更新汉字听写、诗词理解选择题、逆向接诗句等题库内容
- 调整VSCode配置并禁用MCP代理功能
This commit is contained in:
2026-03-17 15:28:11 +08:00
parent 771fb807eb
commit 8964fcdea7
12 changed files with 224 additions and 401 deletions

View File

@ -177,10 +177,7 @@ watch(
<!-- 模板: 字词飞花令 -->
<div v-else-if="template === QuestionCategoryEnum.CharacterWordFlowerDrinkingGame" class="w-full flex flex-col items-center">
<div class="options-container text-2xl">
{{ title }}
</div>
<div class="mb-1 text-3xl text-gray-800 font-bold leading-relaxed">
<div class="rich-content" v-html="content" />
请回答带有{{ content }}的诗词
</div>
</div>