mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: window
This commit is contained in:
2
src/view/awesome/config.tsx
vendored
2
src/view/awesome/config.tsx
vendored
@@ -1,4 +1,5 @@
|
||||
import { Tag, Space, Popconfirm, Switch } from 'antd';
|
||||
import { open } from '@tauri-apps/api/shell';
|
||||
|
||||
export const awesomeColumns = () => [
|
||||
{
|
||||
@@ -13,6 +14,7 @@ export const awesomeColumns = () => [
|
||||
dataIndex: 'url',
|
||||
key: 'url',
|
||||
width: 200,
|
||||
render: (v: string) => <a onClick={() => open(v)}>{v}</a>,
|
||||
},
|
||||
// {
|
||||
// title: 'Icon',
|
||||
|
||||
Reference in New Issue
Block a user