mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-27 22:30:28 +08:00
优化 filelist, add settings
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
export const cardList = (() => {
|
||||
const result: any[] = []
|
||||
for (let i = 0; i < 6; i++) {
|
||||
for (let i = 0; i < 100; i++) {
|
||||
result.push({
|
||||
id: i,
|
||||
title: 'Vben Admin',
|
||||
description: '基于Vue Next, TypeScript, Ant Design Vue实现的一套完整的企业级后台管理系统',
|
||||
datetime: '2020-11-26 17:39',
|
||||
icon: 'logos:vue',
|
||||
icon: 'bi:filetype-docx',
|
||||
color: '#1890ff',
|
||||
author: 'Vben',
|
||||
percent: 20 * (i + 1),
|
||||
percent: i,
|
||||
})
|
||||
}
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user