future #14

Merged
袁涛 merged 3 commits from future into main 2025-11-03 11:44:22 +08:00
Showing only changes of commit e998df03bc - Show all commits

View File

@@ -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
// 预设的设置示例数据