From 15e9c486f934530b49e510cd2a714cf53d37768d Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 2 Jun 2026 18:33:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/dev-training-entry/index.vue | 172 +++++++- TUICallKit-Vue3/main.js | 2 +- .../tongji/components/FoodTileIcon.vue | 6 +- .../tongji/components/TongjiIcon.vue | 8 +- .../tongji/data/gameFoodLibrary.js | 48 +++ TUICallKit-Vue3/tongji/data/gameLevels.js | 31 +- TUICallKit-Vue3/tongji/pages/game.vue | 379 ++++++------------ TUICallKit-Vue3/tongji/pages/more.vue | 75 +++- TUICallKit-Vue3/tongji/pages/weekly.vue | 245 +++++------ .../tongji/styles/game-stitch.scss | 366 +++++++---------- .../tongji/styles/weekly-stitch.scss | 73 +++- 11 files changed, 731 insertions(+), 674 deletions(-) diff --git a/TUICallKit-Vue3/components/dev-training-entry/index.vue b/TUICallKit-Vue3/components/dev-training-entry/index.vue index 374f0bc3..595148a6 100644 --- a/TUICallKit-Vue3/components/dev-training-entry/index.vue +++ b/TUICallKit-Vue3/components/dev-training-entry/index.vue @@ -1,5 +1,45 @@