Commit 4fda2295 by CalciumIon

feat: remove lobe chat link #457

parent d1857313
...@@ -225,14 +225,14 @@ const TokensTable = () => { ...@@ -225,14 +225,14 @@ const TokensTable = () => {
onOpenLink('next-mj', record.key); onOpenLink('next-mj', record.key);
}, },
}, },
{ // {
node: 'item', // node: 'item',
key: 'lobe', // key: 'lobe',
name: 'Lobe Chat', // name: 'Lobe Chat',
onClick: () => { // onClick: () => {
onOpenLink('lobe', record.key); // onOpenLink('lobe', record.key);
}, // },
}, // },
{ {
node: 'item', node: 'item',
key: 'ama', key: 'ama',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment