From da60cce5d23d66b1d822f1f230a268a8e9b78381 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:14:15 +0800 Subject: [PATCH] =?UTF-8?q?build(dependencies):=20=E7=A7=BB=E9=99=A4=20vue?= =?UTF-8?q?3-puzzle-vcode=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从 package.json 和 pnpm-lock.yaml 中移除了 vue3-puzzle-vcode - 在 zh-CN.json 中添加了验证成功和失败的提示信息 --- app/components/puzzleComponent/index.vue | 219 +++++++++++------------ i18n/locales/zh-CN.json | 4 +- package.json | 3 +- pnpm-lock.yaml | 8 - 4 files changed, 113 insertions(+), 121 deletions(-) diff --git a/app/components/puzzleComponent/index.vue b/app/components/puzzleComponent/index.vue index 7960117..b636f63 100644 --- a/app/components/puzzleComponent/index.vue +++ b/app/components/puzzleComponent/index.vue @@ -1,4 +1,112 @@ -