From e998df03bc5e7161bae0f839b3d0a30e895d4c9e Mon Sep 17 00:00:00 2001 From: yuantao Date: Mon, 3 Nov 2025 09:58:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=8D=E9=9C=80=E8=A6=81=E7=9A=84=E9=A2=84=E8=AE=BE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/useAppStore.js | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/stores/useAppStore.js b/src/stores/useAppStore.js index dc7ea11..7e7bacd 100644 --- a/src/stores/useAppStore.js +++ b/src/stores/useAppStore.js @@ -101,23 +101,7 @@ export const useAppStore = defineStore('app', { // Mock folders - 使用固定的日期值 // 预设的文件夹示例数据 - const mockFolders = [ - { - id: 'folder1', - name: '工作', - createdAt: '2025-10-12T10:00:00.000Z', - }, - { - id: 'folder2', - name: '个人', - createdAt: '2025-10-12T10:00:00.000Z', - }, - { - id: 'folder3', - name: '学习', - createdAt: '2025-10-12T10:00:00.000Z', - }, - ] + const mockFolders = [] // Mock settings // 预设的设置示例数据