mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: sync
This commit is contained in:
15
src/view/model/SyncMore/config.tsx
vendored
Normal file
15
src/view/model/SyncMore/config.tsx
vendored
Normal 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',
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user