From 1b1ba1b10b7838778632b54de7da8e5624c90dfc Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Tue, 28 Apr 2026 10:37:21 +0800
Subject: [PATCH] 新增题目识别
---
src/store/index.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/store/index.js b/src/store/index.js
index f10f389..2e68d20 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -1,3 +1,4 @@
+import { createPinia } from 'pinia'
const store = createPinia()
export default store
\ No newline at end of file
--
Gitblit v1.9.2