chore: sync

This commit is contained in:
lencx
2022-12-22 08:59:58 +08:00
parent d513a50e27
commit 2d826c90a0
22 changed files with 116 additions and 47 deletions

15
src/view/model/SyncMore/config.tsx vendored Normal file
View File

@@ -0,0 +1,15 @@
export const recordColumns = () => [
{
title: 'URL',
dataIndex: 'url',
key: 'url',
},
{
title: 'File Type',
dataIndex: 'file_type',
key: 'file_type',
},
{
title: 'Action',
}
];