替换所有simple-icons
This commit is contained in:
@@ -78,7 +78,7 @@ const items = ref<NavigationMenuItem[][]>([
|
||||
// [
|
||||
// {
|
||||
// label: 'GitHub',
|
||||
// icon: 'i-simple-icons-github',
|
||||
// icon: 'simple-icons-github',
|
||||
// badge: '3.8k',
|
||||
// to: 'https://github.com/nuxt/ui',
|
||||
// target: '_blank',
|
||||
|
@@ -23,19 +23,19 @@ const items = [
|
||||
},
|
||||
{
|
||||
label: 'View as Markdown',
|
||||
icon: 'i-simple-icons:markdown',
|
||||
icon: 'simple-icons:markdown',
|
||||
target: '_blank',
|
||||
to: markdownLink.value,
|
||||
},
|
||||
{
|
||||
label: 'Open in ChatGPT',
|
||||
icon: 'i-simple-icons:openai',
|
||||
icon: 'simple-icons:openai',
|
||||
target: '_blank',
|
||||
to: `https://chatgpt.com/?hints=search&q=${encodeURIComponent(`Read ${markdownLink.value} so I can ask questions about it.`)}`,
|
||||
},
|
||||
{
|
||||
label: 'Open in Claude',
|
||||
icon: 'i-simple-icons:anthropic',
|
||||
icon: 'simple-icons:anthropic',
|
||||
target: '_blank',
|
||||
to: `https://claude.ai/new?q=${encodeURIComponent(`Read ${markdownLink.value} so I can ask questions about it.`)}`,
|
||||
},
|
||||
|
Reference in New Issue
Block a user