You've already forked SmartisanNote.Remake
优化 移除不需要的预设文件夹
This commit is contained in:
@@ -101,23 +101,7 @@ export const useAppStore = defineStore('app', {
|
|||||||
|
|
||||||
// Mock folders - 使用固定的日期值
|
// Mock folders - 使用固定的日期值
|
||||||
// 预设的文件夹示例数据
|
// 预设的文件夹示例数据
|
||||||
const mockFolders = [
|
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',
|
|
||||||
},
|
|
||||||
]
|
|
||||||
|
|
||||||
// Mock settings
|
// Mock settings
|
||||||
// 预设的设置示例数据
|
// 预设的设置示例数据
|
||||||
|
|||||||
Reference in New Issue
Block a user