Update command-palette.store.ts

update jmy126
This commit is contained in:
麦哲伦 2023-07-27 21:40:07 +08:00 committed by GitHub
parent df4cfb3094
commit 58b0c220b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ export const useCommandPaletteStore = defineStore('command-palette', () => {
}, },
{ {
name: 'Github repository', name: 'Github repository',
href: 'https://github.com/CorentinTh/it-tools', href: 'https://github.com/jmy126/it-tools',
category: 'External', category: 'External',
description: 'View the source code of it-tools on Github.', description: 'View the source code of it-tools on Github.',
keywords: ['github', 'repo', 'repository', 'source', 'code'], keywords: ['github', 'repo', 'repository', 'source', 'code'],
@ -56,7 +56,7 @@ export const useCommandPaletteStore = defineStore('command-palette', () => {
{ {
name: 'Report a bug or an issue', name: 'Report a bug or an issue',
description: 'Report a bug or an issue to help improve it-tools.', description: 'Report a bug or an issue to help improve it-tools.',
href: 'https://github.com/CorentinTh/it-tools/issues/new/choose', href: 'https://github.com/jmy126/it-tools/issues/new/choose',
category: 'Actions', category: 'Actions',
keywords: ['report', 'issue', 'bug', 'problem', 'error'], keywords: ['report', 'issue', 'bug', 'problem', 'error'],
icon: BugIcon, icon: BugIcon,